找到[color=#ff0000]\template\default\forum\viewthread_node.htm[/color]文件的78行
[code]<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>[/code]
把其中的
[code]$post[avatar][/code]改成
[code]<!--{avatar($post[authorid],big)}-->[/code]
然后更新一下缓存就可以了
|