注册 登录 欢迎您到模板精:织梦模板_dede模板_免费网站模板_网站源码下载

建站经验_免费网站模板_dede模板

为大家提供织梦模板,dede模板,织梦网站建设,织梦网站建设教程,免费网站模板,网站源码下载,织梦模板下载,织梦自适应模板,织梦建站教程。

当前位置:首页 > 建站经验 >

discuz让帖子头像使用高清图片的解决方法

免费网站模板 2020-09-17 11:26 建站经验 评论
 
找到 emplatedefault orum iewthread_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)}-->
 
然后更新一下缓存就可以了