最近访客
百度未收录

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

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

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

这个方法本站并未测试,有用到的可以自己测试一下。

温馨提示: 本文最后更新于2022/10/20 00:52:22。若文章内容或图片失效,请 留言联系站长反馈!
!
也想出现在这里? 联系我们
创意广告
© 版权声明
THE END
点赞0赞赏 分享
评论 抢沙发

请登录后发表评论

    请登录后查看评论内容