默认调用的头像有时看着很模糊,所以改进了一下:
修改文件 .\source\module\forum\forum_viewthread.php 找到
$post['avatar'] = avatar($post['authorid']);
替换成
$post['avatar'] = avatar($post['authorid'], 'big');
修改文件 .\template\default\forum\viewthread_fastpost.htm 找到
<!--{echo avatar($_G['uid'])}-->
替换成
<!--{echo avatar($_G['uid'], 'big')}-->
是不是头像清晰了许多