自由者CG

标题: Discuz去掉作者头像菜单,禁止鼠标移到作者头像显示的窗口 [打印本页]

作者: Freeman    时间: 2015-3-31 12:41
标题: Discuz去掉作者头像菜单,禁止鼠标移到作者头像显示的窗口
(, 下载次数: 3)

实现效果:取消帖子作者头像菜单,禁止鼠标移到作者头像显示的窗口
方法如下:
1.查找文件:template/default/forum/viewthread_node.htm
2.搜索:
  1. onmouseover="showauthor(this, 'userinfo$post[pid]')"
复制代码

大约在78行处<div class="avatar"{if !($_G['setting']['threadguestlite'] && !$_G['uid'])}onmouseover="showauthor(this, 'userinfo$post[pid]')" {/If}><a href="home.php?mod=space&uid=$post[authorid]" class="avtm" target="_blank">$post[avatar]</a></div>

删除黄色段代码即可!(删除代码时记得先备份哦!)





欢迎光临 自由者CG (https://bbs.zhise168.com/) Powered by Discuz! X3.4