Discuz   发布时间:2022-05-06  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了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…@H_944_5@

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}-->

本站测试成功,演示图:

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


未填写QQ号码的用户

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


已填写QQ号码的用户

大佬总结

以上是大佬教程为你收集整理的Discuz!帖子页个人信息增加QQ秀的修改教程全部内容,希望文章能够帮你解决Discuz!帖子页个人信息增加QQ秀的修改教程所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。
标签: