找到 template/default/forum/viewthread_node.htm 文件的 78 行

  1. <div {if
    !($_G['setting']['threadguestlite'] && !$_G['uid'])}
    onmouseover="showauthor(this, 'userinfo$post[pid]')"{/If}><a
    href="home.php?mod=space&uid=$post[authorid]"
    target="_blank">$post[avatar]</a></div>

把其中的

  1. $post[avatar]

改成

  1. <!--{avatar($post[authorid],big)}-->

然后更新一下缓存就可以了