帖内楼主显示大头像,回复者显示小头像
打开viewthread_node.htm搜索找到:[code]<div class="avatar" onmouseover="showauthor(this, 'userinfo$post[pid]')"><a href="space.php?uid=$post[authorid]" target="_blank">$post[avatar]</a></div>[/code]替换:[code] <div class="avatar" onmouseover="showauthor(this, 'userinfo$post[pid]')">
<!--{if $post['first']}-->
$post[avatar]
<!--{else}-->
<img src="uc_server/avatar.php?uid=$post[authorid]&size=small" />
<!--{/if}-->
</div>[/code]
页:
[1]