700字范文,内容丰富有趣,生活中的好帮手!
700字范文 > DISCUZ 如何为主题帖列表页添加头像 显示发帖者头像

DISCUZ 如何为主题帖列表页添加头像 显示发帖者头像

时间:2021-09-03 05:44:01

相关推荐

DISCUZ 如何为主题帖列表页添加头像 显示发帖者头像

只显示名字的代码

<em style=" font-size:14px;"><!--{if $thread['authorid'] && $thread['author']}--><a href="home.php?mod=space&uid=$thread[authorid]" c="1"{if $groupcolor[$thread[authorid]]} style="color: $groupcolor[$thread[authorid]];"{/if}> $thread[author]</a><!--{if !empty($verify[$thread['authorid']])}--> $verify[$thread[authorid]]<!--{/if}--><!--{else}-->$_G[setting][anonymoustext]<!--{/if}--></em>

修改后可显示头像的代码,(我把头像加上后把显示名字注释掉了)

<em style=" font-size:14px;"><!--{if $thread['authorid'] && $thread['author']}--><a href="home.php?mod=space&uid=$thread[authorid]" c="1"{if $groupcolor[$thread[authorid]]} style="color: $groupcolor[$thread[authorid]];"{/if}> <img src="/uc_server/avatar.php?uid=$thread[authorid]&size=small"><!--$thread[author]--> </a><!--{if !empty($verify[$thread['authorid']])}--> $verify[$thread[authorid]]<!--{/if}--><!--{else}-->$_G[setting][anonymoustext]<!--{/if}--></em>

DZ获取头像的 是/uc_server/avatar.php?uid=$thread[authorid]&size=small

其中size=small 就是获取最小尺寸的那个头像 所以不用在给img 加尺寸控制了 不会影响排版~

演示地址编程探讨/源码分享限 - 优雅草技术支持论坛-PHP/源码/技术问题以及交流 专注PHP技术以及源码!

效果图

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。