
名称: 个人头象调用QQ秀
FOR : DZ通用
作者: hkemax
修改者: wboys
1.打开template\default\forum 下的 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}-->
复制代码
|