一个资源分享、信息整合的综合性站点。

标题: discuz首页去掉版块的最后发表、主题数、总帖数 [打印本页]

作者: 树苗收集系    时间: 2019-11-25 14:13
标题: discuz首页去掉版块的最后发表、主题数、总帖数
有些站长为了界面美观或者是为了隐藏某些数据需要将论坛首页版块的最后发表、主题数、总帖数数据删除,这里给大家介绍一种直接修改模板的方法供大家参考:
打开[color=#ff0000]template/default/forum/discuz.htm[/color]
(这里以默认模板为准,如果使用第三方模板里面有/forum/discuz.htm文件则修改第三方模板的,修改方法一致)
1.去掉最后发表
直接删除以下代码(<dd>...</dd>之间)
[code]<!--{if $forum['permission'] == 1}-->
{lang private_forum}
<!--{else}-->
<!--{if $forum['redirect']}-->
{lang url_link}
<!--{elseif is_array($forum['lastpost'])}-->
<!--{if $cat['forumcolumns'] < 3}-->
<!--{echo cutstr($forum[lastpost][subject], 30)}--> $forum[lastpost][dateline] <!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->$_G[setting][anonymoustext]<!--{/if}-->
<!--{else}-->
{lang forum_lastpost}: $forum[lastpost][dateline]
<!--{/if}-->
<!--{else}-->
{lang never}
<!--{/if}-->[/code]2.删除主题数、总帖数
找到并删除如下代码:
[code]<!--{if empty($forum[redirect])}--><dd><em>{lang forum_threads}: $forum[threads]</em>, <em>{lang forum_posts}: $forum[posts]</em></dd><!--{/if}-->[/code]


作者: 柠檬树上的少女    时间: 2020-3-4 22:22
还是看不懂,复杂




欢迎光临 一个资源分享、信息整合的综合性站点。 (http://www.sorv.cn/) Powered by Discuz! X3.4