首页 > CMS教程 > Discuz    日期:2020-02-19 / 来自互联网 / 浏览

优化界面显示,管理员提升或审核主题通过后,普通用户不显示"本主题由....“

templatedefaultforumviewthread_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[tid]" 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[tid]" 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}-->

觉得上面的内容有用吗?快来点个赞吧!

点赞() 我要打赏

温馨提示 : 本站内容来自会员投稿以及互联网,所有源码及教程均为作者总结编辑,请大家在使用过程中提前做好备份,以免发生无法预知的错误,源码类教程请勿直接用于生产环境!

 可能感兴趣的文章