|
eec 模板 贴子分页混乱的解决方法!
由于系统分页代码会自动加上没有分离出来的系统模板
所以产生一些问题
解决方法:打开 PostListFun.asp 和 CreateHtml.asp文件
搜索 关键字 标题
按如下修改
PostListFun.asp:
If Page>1 and i=1 Then If Application(bbsinfo&"Boardinfo"&BoardID)(13,0)=1 then AllPostCode=AllPostCode+ "<div id=""zuo""><h1>"&TitleName&"</h1>" else Response.Write "<div id=""zuo""><h1>"&TitleName&"</h1>" end if End If
CreateHtml.asp:
If Page>1 and i=1 Then AllPostCode=AllPostCode+ "<div id=""zuo""><h1>"&TitleName&"</h1>" End If
先看演示 由于制作比较匆忙 有什么其他问题可以直接在本页提出来!
eec
特点:简洁易用( 展示了bbsgood强大的门户能力 )
生成主页模板演示:http://www.chinaeec.com/index.html 列表页模板演示:http://www.chinaeec.com/dislist.asp?boardid=11 帖子内容模板演示:http://www.chinaeec.com/2006-10/22/21591892711.html
( 正在写说明书!保证大家直接好用 稍等 )
|