discuz回帖后跳转到最后一页默认选中设置方法

[复制链接] [添加相关主题]
godkings 发表于 2017-3-4 15:14:27
默认discuz论坛回帖后是停留在当前页面的,有时候需要将用户回帖以后再跳转到用户所回帖的那一页页就是最后一页。默认选中可能效果更好一些,根据论坛的具体情况,因为有的网站不跳转更好一些。回帖后跳转到最后一页的设置方法如下:

打开文件:template\default\forum\viewthread_fastpost.htm
搜索以下代码
  1. <label for="fastpostrefresh"><input id="fastpostrefresh" type="checkbox" class="pc" />{lang post_fastreply_gotolast}</label>
复制代码
将上面代码替换为以下代码,也就是添加一句下面红颜色的代码:
<label for="fastpostrefresh"><input id="fastpostrefresh" type="checkbox" class="pc" checked="checked" />{lang post_fastreply_gotolast}</label>

保存即可。

如果要默认选中并让其隐藏起来,那就替换成:
  1. <span style="display:none"><input type="checkbox" class="pc" id="fastpostrefresh" checked="checked" /> <label for="fastpostrefresh">{lang post_fastreply_gotolast}</label></span>
复制代码



上一篇:discuz论坛设置游客可以查看版块不能浏览该版块下帖子方法
下一篇:discuz社区论坛词语过滤词包系统保留用户信息保留关键字

相关帖子

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ| Archiver|小黑屋| 颠覆霸主 ( 京ICP备12023415号-2 )

声明:本站的任何信息和内容仅代表作者的立场和观点,与颠覆霸主网无关。

禁止在颠覆霸主网发布任何与《中华人民共和国法律》相抵触的言论!

GMT+8, 2023-3-21 10:04 , Processed in 0.100846 second(s), 26 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.