Discuz!首页去掉版块的最后发表、主题数、总帖数

    xiaoxiao2021-03-25  84

    有些站长为了界面美观或者是为了隐藏某些数据需要将论坛首页版块的最后发表、主题数、总帖数数据删除,这里给大家介绍一种直接修改模板的方法供大家参考: 打开template/default/forum/discuz.htm (这里以默认模板为准,如果使用第三方模板里面有/forum/discuz.htm文件则修改第三方模板的,修改方法一致) 1.去掉最后发表 直接删除以下代码(<dd>...</dd>之间) <!--{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}--> <!--{/if}-->2.删除主题数、总帖数 找到并删除如下代码: <!--{if empty($forum[redirect])}--><dd><em>{lang forum_threads}: $forum[threads]</em>, <em>{lang forum_posts}: $forum[posts]</em></dd><!--{/if}-->
    转载请注明原文地址: https://ju.6miu.com/read-10976.html

    最新回复(0)