站长百科 | 数字化技能提升教程 数字化时代生存宝典
首页
数字化百科
电子书
建站程序
开发
服务器
办公软件
开发教程
服务器教程
软件使用教程
运营教程
热门电子书
WordPress教程
宝塔面板教程
CSS教程
Shopify教程
导航
程序频道
推广频道
网赚频道
人物频道
网站程序
网页制作
云计算
服务器
CMS
论坛
网店
虚拟主机
cPanel
网址导航
WIKI使用导航
WIKI首页
最新资讯
网站程序
站长人物
页面分类
使用帮助
编辑测试
创建条目
网站地图
站长百科导航
站长百科
主机侦探
IDCtalk云说
跨境电商导航
WordPress啦
站长专题
网站推广
网站程序
网站赚钱
虚拟主机
cPanel
网址导航专题
云计算
微博营销
虚拟主机管理系统
开放平台
WIKI程序与应用
美国十大主机
编辑“
FoosunCMS-增加上一篇、下一篇功能
”
人物百科
|
营销百科
|
网赚百科
|
站长工具
|
网站程序
|
域名主机
|
互联网公司
|
分类索引
跳转至:
导航
、
搜索
警告:
您没有登录。如果您做出任意编辑,您的IP地址将会公开可见。如果您
登录
或
创建
一个账户,您的编辑将归属于您的用户名,且将享受其他好处。
反垃圾检查。
不要
加入这个!
<span style="border:1px solid #000; float:right; text-align:center; padding:6px;"><strong>导航:</strong>[[FoosunCMS教程|返回上一页]]</span> <div style="clear:both;"></div> [[FoosunCMS]]-增加上一篇、下一篇功能 使用方法:在需要调用的地方直接调用“{FS_上一篇}”和{FS_下一篇}标签就行了。 最终效果如: 上一篇:6日IT:赛门铁克宣布完成Veritas收购交易 下一篇:日本政府出售中日本铁路价值46亿美元的股份 修改方法: 打开修改/admin/Refresh/Function.asp文件 第一步,在第一行<%后(也就是第二行)增加 dim NextTempStr,PreviousTempStr 第二步,在Content = GetVisionStr & Content这一行 在下面增加 Content = Replace(Content,"{FS_上一篇}",PreviousTempStr) Content = Replace(Content,"{FS_下一篇}",NextTempStr) 第三步,找到Function RefreshNews(NewsRecordSetObj) 在下面增加 <pre> '生成上一篇下一篇 dim NowNewsID,NowClassID NowNewsID = NewsRecordSetObj("ID") NowClassID = NewsRecordSetObj("ClassID") dim NextSql,NextRs,NextClassRs '上一篇 NextSql = "Select TOP 1 id,NewsID, ClassID,Title,Path,FileName, FileExtName From News where ID < " & NowNewsID & " and ClassID = '" & NowClassID & "' order by id desc" Set NextRs = Conn.Execute(NextSql) If NextRs.eof or NextRs.bof Then PreviousTempStr = "上一篇:没有了" Else Set NextClassRs = Conn.Execute ("Select SaveFilePath,ClassEName from NewsClass where ClassID='" & NowClassID & "'") If not NextRs.eof then PreviousTempStr = "上一篇:<a href='" & NextClassRs(0) & "/" & NextClassRs(1) & "/" & NextRs(5) & "." & NextRs(6) & "' title ='"&NextRs(3)&"'>"&NextRs(3)&"</a>" NextClassRs.Close Set NextClassRs = nothing NextRs.Close Set NextRs = nothing End If '下一篇 NextSql = "Select TOP 1 id,NewsID,ClassID,Title, Path,FileName,FileExtName From News where ID > " & NowNewsID & " and ClassID = '" & NowClassID & "' order by id" Set NextRs = Conn.Execute(NextSql) If NextRs.eof or NextRs.bof Then NextTempStr = "下一篇:没有了" Else Set NextClassRs = Conn.Execute("Select SaveFilePath, ClassEName from NewsClass where ClassID='" & NowClassID & "'") If not NextRs.eof then NextTempStr = "下一篇:<a href='" & NextClassRs(0) & "/" & NextClassRs(1) & "/" & NextRs(5) & "." & NextRs(6) & "' title ='"&NextRs(3)&"'>"&NextRs(3)&"</a>" NextClassRs.Close Set NextClassRs = nothing NextRs.Close Set NextRs = nothing End If '完成 </pre> == 参考来源 == *[http://www.foosun.net/ 参考来源] [[category:FoosunCMS|F]]
摘要:
请注意,您对站长百科的所有贡献都可能被其他贡献者编辑,修改或删除。如果您不希望您的文字被任意修改和再散布,请不要提交。
您同时也要向我们保证您所提交的内容是您自己所作,或得自一个不受版权保护或相似自由的来源(参阅
Wordpress-mediawiki:版权
的细节)。
未经许可,请勿提交受版权保护的作品!
取消
编辑帮助
(在新窗口中打开)