discuz让帖子头像使用高清图片的解决方法
找到\template\default\forum\viewthread_node.htm文件的78行
找到\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)}--> 然后更新一下缓存就可以了
<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)}--> 然后更新一下缓存就可以了
特别声明:以上内容(如有图片或视频亦包括在内)为本平台用户上传并发布,本平台仅提供信息存储服务。举报




