discuz让帖子头像使用高清图片的解决方法
找到\template\default\forum\viewthread_node.htm文件的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>
- $post[avatar]
- <!--{avatar($post[authorid],big)}-->