方案说明:最近好多人问去除论坛首页今日发帖数代码行的问题,现在将隐藏方法分享出来。
适合版本:Discuz!x3.0-x3.2 (x2.5可以自行测试)
解决方案:
1.打开:templatedefaultforumdisucz.htm (默认模板 其他模板记得找模板路径)
搜索:
<p class=”chart z”>{lang index_today}: <em>$todayposts</em><span class=”pipe”>|</span>{lang index_yesterday}: <em>$postdata[0]</em><span class=”pipe”>|</span>{lang index_posts}: <em>$posts</em><span class=”pipe”>|</span>{lang index_members}: <em>$_G[‘cache’][‘userstats’][‘totalmembers’]</em><!–{if $_G[‘cache’][‘userstats’][‘newsetuser’]}–><span class=”pipe”>|</span>{lang welcome_new_members}: <em><a href=”home.php?mod=space&username={echo rawurlencode($_G[‘cache’][‘userstats’][‘newsetuser’])}” target=”_blank” class=”xi2″>$_G[‘cache’][‘userstats’][‘newsetuser’]</a></em><!–{/if}–></p>
2.删除掉以上内容。
3.保存后覆盖原文件,后台更新缓存。