template\default\forum\forumdisplay_subforum.htm
一﹑刪除帖子数及主题数(橫排后)
找到並刪除
- <!--{if empty($sub[redirect])}--><dd><em>{lang forum_threads}: $sub[threads]</em>, <em>{lang forum_posts}: $sub[posts]</em></dd><!--{/if}-->
二﹑刪除帖子数及主题数(直排)
找到並刪除
- <!--{if empty($sub[redirect])}--><span class="xi2">$sub[threads]</span><span class="xg1"> / $sub[posts]</span><!--{/if}-->
三﹑刪除从未的字句(直﹑橫排通用)
找到並刪除(此處有兩个地方)
- {lang never}
四﹑刪除最后发帖(橫排后)
找到並刪除
- <dd>
- <!--{if $sub['permission'] == 1}-->
- {lang private_forum}
- <!--{else}-->
- <!--{if $sub['redirect']}-->
- <a href="$forumurl" class="xi2">{lang url_link}</a>
- <!--{elseif is_array($sub['lastpost'])}-->
- <!--{if $_G['forum']['forumcolumns'] < 3}-->
- <a href="forum.php?mod=redirect&tid=$sub[lastpost][tid]&goto=lastpost#lastpost" class="xi2"><!--{echo cutstr($sub[lastpost][subject], 30)}-->
</a> <cite>$sub[lastpost][dateline] <!--{if $sub['lastpost']['author']}-->$sub['lastpost']['author']<!--{else}-->$_G[setting][anonymoustext]
<!--{/if}--></cite>- <!--{else}-->
- <a href="forum.php?mod=redirect&tid=$sub[lastpost][tid]&goto=lastpost#lastpost">{lang forum_lastpost}: $sub[lastpost][dateline]</a>
- <!--{/if}-->
- <!--{else}-->
- {lang never}
- <!--{/if}-->
- <!--{/if}-->
- </dd>