Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已解决] 1.5 操作记录,如“该贴被ADMIN加精华”之类,如何隐去

[复制链接]
21256 发表于 2010-9-30 07:58:57 | 显示全部楼层 |阅读模式
指间流沙 发表于 2010-9-30 09:01:33 | 显示全部楼层


打开 viewthread_node.htm文件 搜索以下代码,删除掉
  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)">{lang thread_mod_by}</a></div><!--{/if}-->
复制代码
更改为: 操作记录仅管理员可见的
  1. <!--{if  $_G['adminid']==1&&!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)">{lang thread_mod_by}</a></div><!--{/if}-->
复制代码
操作前请先备份原文件
回复

使用道具 举报

 楼主| 21256 发表于 2010-9-30 10:50:55 | 显示全部楼层
谢谢你了
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-16 12:36 , Processed in 0.035077 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表