jianshan 发表于 2021-1-14 10:58:05

教你简单去除discuz帖子内"本主题由 admin于7小时前移动"的方法

可以从模板中删除相应代码:template\default\forum\viewthread_node_body.htm

删除代码即可!
代码如下:
   <!--{if !empty($lastmod['modaction'])}--><div class="modact"><a href="forum.php?mod=misc&action=viewthreadmod&tid=$_G" title="{lang thread_mod}" onclick="showWindow('viewthreadmod', this.href)"><!--{if $lastmod['modactiontype'] == 'REB'}-->{lang thread_mod_recommend_by}<!--{else}-->{lang thread_mod_by}<!--{/if}--></a></div><!--{/if}-->

操作完以后,保存上传到原目录下,如果操作完没有效果的话,那么就在Discuz后台更新一下缓存再试试

xiaohei 发表于 2023-12-22 15:25:04

很有用处,看看学习了
页: [1]
查看完整版本: 教你简单去除discuz帖子内"本主题由 admin于7小时前移动"的方法