紫陌红尘

 找回密码
 立即注册
搜索
查看: 1177|回复: 0

[版主议事] 【管理贴】2010.6.13日更新功能:主题列表添加作者头像美化

[复制链接]
发表于 2010-6-13 15:43 | 显示全部楼层 |阅读模式
1、打开templates/default/forumdisplay.htm文件,查找:
  1. <cite>
  2. <!--{if $thread['authorid'] && $thread['author']}-->
  3. <a href="space.php?uid=$thread[authorid]">$thread[author]</a>
  4. <!--{else}-->
  5. <!--{if $forum['ismoderator']}-->
  6. <a href="space.php?uid=$thread[authorid]">{lang anonymous}</a>
  7. <!--{else}-->
  8. {lang anonymous}
  9. <!--{/if}-->
  10. <!--{/if}-->
  11. </cite>
  12. <em>$thread[dateline]</em>
复制代码


替换为:
  1. <style>td.author { width: 150px; text-align: left; }</style><div style="float:left;width:28px;padding-top:4px;">
  2. <img src="http://bbs.7drc.com/uc/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;" />
  3. </div>
  4. <div style="float:left;padding:2px 0px 0px 6px;">
  5. <cite>
  6. <!--{if $thread['authorid'] && $thread['author']}-->
  7. <a href="space.php?uid=$thread[authorid]">$thread[author]</a>
  8. <!--{else}-->
  9. <!--{if $forum['ismoderator']}-->
  10. <a href="space.php?uid=$thread[authorid]">{lang anonymous}</a>
  11. <!--{else}-->
  12. {lang anonymous}
  13. <!--{/if}-->
  14. <!--{/if}-->
  15. </cite>
  16. <em>$thread[dateline]</em>
  17. </div>
复制代码


后台更新缓存。

如需恢复,替换原文件即可。

源文件: forumdisplay.htm (26.34 KB, 下载次数: 2)

修改后文件: forumdisplay.htm (26.66 KB, 下载次数: 0)

forumdisplay.htm

26.66 KB, 下载次数: 0

forumdisplay.htm

26.66 KB, 下载次数: 0

forumdisplay.htm

26.66 KB, 下载次数: 0

回复| 举报

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

本版积分规则

QQ|手机版|紫陌红尘 ( 浙ICP备14025083号-1 )

GMT+8, 2024-4-27 23:07 , Processed in 0.016955 second(s), 11 queries , Gzip On, MemCached On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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