修改文件(此修改方式为默认模板)
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%20$thread[digest]%20!=%20-2}home.php?mod=space&username=$thread[lastposterenc]{else}forum.php?mod=viewthread&tid=$thread[tid]&page={echo%20max(1,%20$thread[pages]);}{/if}” c=”1″>$thread[lastposter]</a><!–{else}–>$_G[setting][anonymoustext]<!–{/if}–></cite>
<em><a href=”{if%20$thread[digest]%20!=%20-2%20&&%20!$thread[ordertype]}forum.php?mod=redirect&tid=$thread[tid]&goto=lastpost$highlight#lastpost{else}forum.php?mod=viewthread&tid=$thread[tid]{if%20!$thread[ordertype]}&page={echo%20max(1,%20$thread[pages]);}{/if}{/if}”>$thread[lastpost]</a></em>
保存,后台更新缓存。