1.打开viewthread_node.htm
找到:- <div class="avatar" onmouseover="showauthor(this, 'userinfo$post[pid]')"><a href="space.php?uid=$post[authorid]" target="_blank">$post[avatar]</a></div>
复制代码 修改为:- <!--{if $post['qq']}-->
- <div class="avatar" onmouseover="showauthor(this, 'userinfo$post[pid]')"><a href="space.php?uid=$post[authorid]" target="_blank"><img alt=我的QQshow src=http://qqshow-user.tencent.com/$post[qq]/10/00/ border=0 align=absmiddle></a></div>
- <!--{else}-->
- <div class="avatar" onmouseover="showauthor(this, 'userinfo$post[pid]')"><a href="space.php?uid=$post[authorid]" target="_blank">$post[avatar]</a></div>
- <!--{/if}-->
复制代码 |