修改文件(此修改方式為默認模板)
template/default/forum/forumdisplay_list.htm
查找
<td class="by">{lang lastpost}</td>
約45行
修改為(不要全刪,刪除變量就行,不然會錯位)
<td class="by"></td>
搜索
<cite><!--{if $thread['lastposter']}-->
以下內容全部刪除
<cite><!--{if $thread['lastposter']}--><a href="{if $thread[digest] != -2}home.php?mod=space&username=$thread[lastposterenc]{else}forum.php?mod=viewthread&tid=$thread[tid]&page={echo max(1, $thread[pages]);}{/if}" c="1">$thread[lastposter]</a><!--{else}-->$_G[setting][anonymoustext]<!--{/if}--></cite>
<em><a href="{if $thread[digest] != -2 && !$thread[ordertype]}forum.php?mod=redirect&tid=$thread[tid]&goto=lastpost$highlight#lastpost{else}forum.php?mod=viewthread&tid=$thread[tid]{if !$thread[ordertype]}&page={echo max(1, $thread[pages]);}{/if}{/if}">$thread[lastpost]</a></em>
保存,后臺更新緩存。