欢迎光临
我们一直在努力

Discuz论坛页如何去掉最后发表

建站超值云服务器,限时71元/月

修改文件(此修改方式为默认模板)

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>

保存,后台更新缓存。


赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » Discuz论坛页如何去掉最后发表
分享到: 更多 (0)