Discuz主题帖子列表页怎么在帖子前面调取发帖用户头像美化
Discuz论坛帖子列表页调取用户头像显示效果美化是需要的效果往下看
第一步:打開template/default/forum/forumdisplay_list.htm 文件查找
<!--{if $thread['moved']}-->
{lang thread_moved}:<!--{eval $thread=$thread;}-->
<!--{/if}-->第二步:在這段代碼下方添加
<style>td.author { width: 150px; text-align: left; }</style><div style="float:left;width:28px;padding-top:4px;"><a href="home.php?mod=space&uid=$thread" c="1"><img src="http://您的域名/uc_server/avatar.php?uid=$thread&size=small" class="ava_border" width="25px" height="25px" style="border:1px solid #ccc; padding:2px; margin:0px; background-color:#fff;" /></a>
</div>
<div style="float:left;padding:6px 0px 0px 6px;">修改试试
添加的代码中
width="25px" height="25px"
可以调整头像的大小
数值愈大头像愈大
当您调整了头像大小后
就要调整头像和主题名称的距离
不然头像调大后
没调整主题名称和头像的距离
会距离太近很不美观
添加的代码中
width:28px
就是在调整头像和主题名称的距离
数值愈大间距愈大
修改前请先备份
修改后记得更新缓存
页:
[1]