鲸云网络 发表于 2020-6-20 01:29:28

discuz x3.4论坛帖內添加上一主题和下一主题按钮

打開
template/default/forum/viewthread_node.htm 文件
如果后台有设置主题评价




查找
<b><font size="4"><a id="recommend_subtract" href="forum.php?mod=misc&action=recommend&do=subtract&tid=$_G&hash={FORMHASH}" {if $_G['uid']}onclick="ajaxmenu(this, 3000, 1, 0, '43', 'recommendupdate(-{$_G['group']['allowrecommend']})');return false;"{else} onclick="showWindow('login', this.href)"{/if} onmouseover="this.title = $('recommendv_subtract').innerHTML + ' {lang activity_member_unit}$_G'" title="{lang makebottomonce}"><i><img src="{IMGDIR}/rec_subtract.gif" alt="$_G['setting']['recommendthread']" />$_G['setting']['recommendthread']<span id="recommendv_subtract"{if !$_G['forum_thread']['recommend_sub']} style="display:none"{/if}>$_G</span></i></a></font></b>

在这段代码下方添加
<p><b><font size="4"><a href="forum.php?mod=redirect&goto=nextoldset&tid=$_G" title="{lang last_thread}"><i>{lang last_thread}</i></a></font></b></p><p><b><font size="4">                                                <a href="forum.php?mod=redirect&goto=nextnewset&tid=$_G" title="{lang next_thread}"><i>{lang next_thread}</i></a></font></b></p>

如果后台没有设置主题评价




查找
<p><b><font size="4">
</font></b></p><p><b><font size="4"><a href="forum.php?mod=collection&action=edit&op=addthread&tid=$_G" id="k_collect" onclick="showWindow(this.id, this.href);return false;" onmouseover="this.title = $('collectionnumber').innerHTML + ' {lang activity_member_unit}{lang collection}'" title="{lang thread_collect}"><i><img src="{IMGDIR}/collection.png" alt="{lang thread_share}" />{lang collection}<span id="collectionnumber"{if !$post['releatcollectionnum']} style="display:none"{/if}>{$post['releatcollectionnum']}</span></i></a></font></b></p>

在这段代码下方添加
<p><b><font size="4"><a href="forum.php?mod=redirect&goto=nextoldset&tid=$_G" title="{lang last_thread}"><i>{lang last_thread}</i></a></font></b></p><p><b><font size="4">                                                <a href="forum.php?mod=redirect&goto=nextnewset&tid=$_G" title="{lang next_thread}"><i>{lang next_thread}</i></a></font></b></p>

修改前请先备份
修改后请记得更新緩存

修改前


修改後


打开


template/default/forum/viewthread.htm


查找

<p><b><font size="4"><!--{if $allowpostreply && !$_G['forum_thread']['archiveid']}--></font></b></p><p><b><font size="4">                        <a id="post_reply" onclick="showWindow('reply', 'forum.php?mod=post&action=reply&fid=$_G&tid=$_G')" href="javascript:;" title="{lang reply}"></a></font></b></p><p><b><font size="4">                <!--{/if}--></font></b></p>

再查找
<p><b><font size="4">
</font></b></p><p><b><font size="4"><!--{if $allowpostreply && !$_G['forum_thread']['archiveid']}--></font></b></p><p><b><font size="4">                <a id="post_replytmp" onclick="showWindow('reply', 'forum.php?mod=post&action=reply&fid=$_G&tid=$_G')" href="javascript:;" title="{lang reply}"></a></font></b></p><p><b><font size="4">      <!--{/if}--></font></b></p>

在这两处下方添加

<p><b><font size="4"><div style="width:8%; float:left; margin:0 10px; border:solid 1px #E5EDF2;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;"></font></b></p><p><b><font size="4"><div style="background-color: #E5EDF2;padding:6px; text-align:center;"><a href="forum.php?mod=redirect&goto=nextoldset&tid=$_G" title="{lang last_thread}">{lang last_thread}</a></div></font></b></p><p><b><font size="4"></div></font></b></p><p><b><font size="4">             <div style="width:8%; float:left; margin:1 10px; border:solid 1px #E5EDF2;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;"></font></b></p><p><b><font size="4"><div style="background-color: #E5EDF2;padding:6px; text-align:center;"><a href="forum.php?mod=redirect&goto=nextnewset&tid=$_G" title="{lang next_thread}">{lang next_thread}</a></div></font></b></p><p><b><font size="4"></div></font></b></p>

修改前请先备份


代码说明


代码中的色号
可以改成你自己要的色号即可
#E5EDF2


修改前





https://www.v0331.cn/data/attachment/forum/201907/16/221518pxacojz2hy3yypjv.png




修改後





页: [1]
查看完整版本: discuz x3.4论坛帖內添加上一主题和下一主题按钮