Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 论坛发帖时作者后边添加图标怎么弄的 ?

[复制链接]
kk2005110 发表于 2016-12-5 22:33:01 | 显示全部楼层 |阅读模式
论坛发帖时作者后边添加图标怎么弄的  ?如图  

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
lyzhanghao 发表于 2016-12-5 22:57:33 来自手机 | 显示全部楼层
这个是认证图标
回复

使用道具 举报

mybpcity 发表于 2016-12-6 12:10:56 | 显示全部楼层
本帖最后由 mybpcity 于 2016-12-6 13:13 编辑

修改:
templates/default/forumdisplay.htm
找到
  1. <td class="author">
  2. <cite>
  3. <!--{if $thread['authorid'] && $thread['author']}-->
  4. <a href="space.php?uid=$thread[authorid]">$thread[author]</a>
  5. <!--{else}-->
  6. <!--{if $forum['ismoderator']}-->
  7. <a href="space.php?uid=$thread[authorid]">{lang anonymous}</a>
  8. <!--{else}-->
  9. {lang anonymous}
  10. <!--{/if}-->
  11. <!--{/if}-->
  12. </cite>
  13. <em>$thread[dateline]</em>
  14. </td>
复制代码

替换为:
  1. <td class="author">
  2. <div style="float:left;width:28px;padding-top:4px;">
  3. <img src="http://你的域名地址/uc_server/avatar.php?uid=$thread[authorid]&size=small" class="ava_border" width="25px" height="25px" style="border:1px solid #ccc; padding:2px; margin:0px; background-color:#fff;" />
  4. </div>
  5. <div style="float:left;padding:2px 0px 0px 6px;">
  6. <cite>
  7. <!--{if $thread['authorid'] && $thread['author']}-->
  8. <a href="space.php?uid=$thread[authorid]">$thread[author]</a>
  9. <!--{else}-->
  10. <!--{if $forum['ismoderator']}-->
  11. <a href="space.php?uid=$thread[authorid]">{lang anonymous}</a>
  12. <!--{else}-->
  13. {lang anonymous}
  14. <!--{/if}-->
  15. <!--{/if}-->
  16. </cite>
  17. <em>$thread[dateline]</em>
  18. </div>
  19. </td>
复制代码

你的域名地址改为你自己的论坛地址
改好了显示错位的话
然后再修改templates/default/css_common.htm
在最下面加上
  1. td.author { width: 150px; text-align: left; }
复制代码




回复

使用道具 举报

 楼主| kk2005110 发表于 2016-12-7 19:15:40 | 显示全部楼层
mybpcity 发表于 2016-12-6 12:10
修改:
templates/default/forumdisplay.htm
找到

多谢指导
回复

使用道具 举报

 楼主| kk2005110 发表于 2016-12-7 19:24:08 | 显示全部楼层

多谢指导
回复

使用道具 举报

 楼主| kk2005110 发表于 2016-12-7 21:38:36 | 显示全部楼层

多谢指导
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-9-28 07:42 , Processed in 0.191348 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表