crx349 发表于 2019-4-18 14:53:02

Discuz!X3.4 帖子关闭非管理员显示“本主题由”

\template\default\forum\viewthread_node_body.htm
搜索
<!--{if !IS_ROBOT && $post['first'] && !$_G['forum_thread']['archiveid']}-->
                        <!--{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}-->
                        <!--{hook/viewthread_modaction}-->
                <!--{/if}-->

改为:
<!--{if !IS_ROBOT && $post['first'] && !$_G['forum_thread']['archiveid'] && $_G['group']['groupid']=='1'}-->
                        <!--{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}-->
                        <!--{hook/viewthread_modaction}-->
                <!--{/if}-->
页: [1]
查看完整版本: Discuz!X3.4 帖子关闭非管理员显示“本主题由”