Discuz教程网

[代码修改] Discuz X2 教你如何刪除子版块的帖数等等

[复制链接]
authicon dly 发表于 2011-8-23 15:06:30 | 显示全部楼层 |阅读模式
template\default\forum\forumdisplay_subforum.htm
一﹑刪除帖子数及主题数(橫排后)
找到並刪除
  1. <!--{if empty($sub)}--><dd><em>{lang forum_threads}: $sub</em>, <em>{lang forum_posts}: $sub</em></dd><!--{/if}-->
复制代码

二﹑刪除帖子数及主题数(直排)
找到並刪除
  1. <!--{if empty($sub)}--><span class="xi2">$sub</span><span class="xg1"> / $sub</span><!--{/if}-->
复制代码

三﹑刪除从未的字句(直﹑橫排通用)
找到並刪除(此處有兩个地方)
  1. {lang never}
复制代码

四﹑刪除最后发帖(橫排后)
找到並刪除
  1. <dd>
  2. <!--{if $sub['permission'] == 1}-->
  3. {lang private_forum}
  4. <!--{else}-->
  5. <!--{if $sub['redirect']}-->
  6. <a href="$forumurl" class="xi2">{lang url_link}</a>
  7. <!--{elseif is_array($sub['lastpost'])}-->
  8. <!--{if $_G['forum']['forumcolumns'] < 3}-->
  9. <a href="forum.php?mod=redirect&tid=$sub&goto=lastpost#lastpost" class="xi2"><!--{echo cutstr($sub, 30)}--></a> <cite>$sub <!--{if $sub['lastpost']['author']}-->$sub['lastpost']['author']<!--{else}-->$_G<!--{/if}--></cite>
  10. <!--{else}-->
  11. <a href="forum.php?mod=redirect&tid=$sub&goto=lastpost#lastpost">{lang forum_lastpost}: $sub</a>
  12. <!--{/if}-->
  13. <!--{else}-->
  14. {lang never}
  15. <!--{/if}-->
  16. <!--{/if}-->
  17. </dd>
复制代码

五﹑刪除最后发帖(直排)
找到並刪除
  1. <a href="forum.php?mod=redirect&tid=$sub&goto=lastpost#lastpost" class="xi2"><!--{echo cutstr($sub, 30)}--></a> <cite>$sub <!--{if $sub['lastpost']['author']}-->$sub['lastpost']['author']<!--{else}-->$_G<!--{/if}--></cite>
复制代码

此帖已完






上一篇:discuz 帖子无缘无故失踪的原因(解决灵异事件)
下一篇:Discuz X2 开启附件URL地址后attach://形式的地址无法解析的Bug
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

1314学习网 ( 浙ICP备10214163号 )

GMT+8, 2024-11-1 08:33

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表