1.修改template/default/forum/Discuz.htm
删除第370行代码:- <!--{if empty($forum[redirect])}--><dd><em>{lang forum_threads}: <!--{echo dnumber($forum[threads])}--></em>, <em>{lang forum_posts}: <!--{echo dnumber($forum[posts])}--></em></dd><!--{/if}-->
复制代码 2.搜第381行代码:- <a href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost">{lang forum_lastpost}: $forum[lastpost][dateline]</a>
复制代码 修改为:- <a href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost"><!--{echo cutstr($forum[lastpost][subject], 30)}--></a><br><font color="#999">$forum[lastpost][dateline] by</font> $forum['lastpost']['author']
复制代码 3.后台点工具,更新缓存,效果如下:
|