打开discuz.htm文件,找到代码:
<tbody id="forum$forum[fid]"><tr> <th> <!--{if $forum[todayposts] && !$forum['redirect']}--><div class="todaynew">$forum[todayposts]<p>{lang index_today}</p></div><!--{else}--><div class="today">0<p>{lang index_today}</p></div><!--{/if}-->
把它替换成:
<tbody id="forum$forum[fid]"> <tr> <th$forum[folder]>
<!--{if $forum[todayposts] && !$forum['redirect']}--><div class="todaynew">$forum[todayposts]<p>{lang index_today}</p></div><!--{else}--><div class="today">0<p>{lang index_today}</p></div><!--{/if}-->$forum[icon]
测试一下
注意:
备份一下原文件