实现效果:取消帖子作者头像菜单,禁止鼠标移到作者头像显示的窗口 方法如下: 1.查找文件:template/default/forum/viewthread_node.htm 2.搜索: - 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>
删除黄色段代码即可!(删除代码时记得先备份哦!)
|