Discuz!帖子页个人信息增加QQ秀的修改教程


Discuz个人信息栏显示用户QQ秀教程

用户头像调用QQ秀,未填写QQ帐号资料的就显示为默认头像 For Discuz 7.x
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}-->

本站测试成功,演示图:


未填写QQ号码的用户

已填写qq的论坛会员
已填写QQ号码的用户

相关内容

    暂无相关文章