夜间
请选择 进入手机版 | 继续访问电脑版

Discuz 帖子内容页添加上一篇下一篇

[复制链接]
2.jpg


①打开 template/default/forum/viewthread_node.htm 模板文件,查找:

  1. <!--{if !empty($post['relateitem'])}-->
复制代码


在上边添加:

  1. <!--上一篇下一篇-->
  2.                 <!--{eval $next_t=DB::fetch_first("SELECT tid,subject from ".DB::table('forum_thread')." where fid='$_G[fid]' and tid>'$_G[tid]' order by tid asc limit 1");}-->
  3.                 <!--{eval $up_t=DB::fetch_first("SELECT tid,subject from ".DB::table('forum_thread')." where fid='$_G[fid]' and tid<'$_G[tid]' order by tid desc limit 1");}-->
  4.                         <div class="t_navigation">
  5.                                 <p class="up_t">
  6.                                         <em>上一篇:</em>
  7.                                         <a href="/thread-<!--{eval echo $up_t[tid];}-->-1-1.html"><!--{eval echo $up_t[subject];}--></a>
  8.                                 </p>
  9.                                 <p class="next_t">
  10.                                         <em>下一篇:</em>
  11.                                         <a href="/thread-<!--{eval echo $next_t[tid];}-->-1-1.html"><!--{eval echo $next_t[subject];}--></a>
  12.                                 </p>
  13.                         </div>
  14. <!--上一篇下一篇end-->
复制代码


②打开 template/default/common/common.css 文件,在最下边添加:

  1. /*----------上一篇下一篇----------*/
  2. .t_navigation a{
  3.         font-size: 14px;
  4.         color:#333;
  5.         vertical-align: middle;
  6.         text-decoration: none;
  7. }
  8. .t_navigation a:hover{
  9.         color:red;
  10. }
  11. .up_t{
  12.         margin:20px 0 10px 0;
  13.         overflow: hidden;
  14.         line-height: 22px;
  15. }
  16. .up_t em{
  17.         font-size: 12px;
  18.         color:#ffffff;
  19.         padding: 1px 9px 3px 7px;
  20.         margin:0 10px 5px 0;
  21.         background: #3DA2C2;
  22. }
  23. .next_t{
  24.         margin:5px 0 5px 0;
  25.         overflow: hidden;
  26.         line-height: 22px;
  27. }
  28. .next_t em{
  29.         font-size: 12px;
  30.         color:#ffffff;
  31.         padding: 1px 9px 3px 7px;
  32.         margin:0 10px 5px 0;
  33.         background: #3DA2C2;
  34. }
  35. /*----------上一篇下一篇end----------*/
复制代码




上一篇:Discuz 让发帖的附件选项默认打开
下一篇:Discuz 相关帖子功能开启方法
回复

举报 使用道具

相关帖子

全部回帖
暂无回帖,快来参与回复吧
您需要登录后才可以回帖 登录 | 立即注册
QMS 已获得官方认证
活跃在昨天 22:11
主题 86
回复 3
粉丝 1

活跃会员 热心会员 灌水之王 突出贡献

歌名 - 歌手
0:00