繁體
|
簡體
Sclub交友聊天~加入聊天室當版主
(檢舉)
分享
新浪微博
QQ空间
人人网
腾讯微博
Facebook
Google+
Plurk
Twitter
Line
标题:
修改模板 主题列表页 显示作者头像
[打印本页]
作者:
Yenifer
时间:
2023-6-1 12:16
标题:
修改模板 主题列表页 显示作者头像
修改模板
forumdisplay.htm
找到
<td class="author">
<cite>
<!--{if $thread['authorid'] && $thread['author']}-->
<a href="space.php?uid=$thread[authorid]">$thread[author]</a>
<!--{else}-->
<!--{if $forum['ismoderator']}-->
<a href="space.php?uid=$thread[authorid]">{lang anonymous}</a>
<!--{else}-->
{lang anonymous}
<!--{/if}-->
<!--{/if}-->
</cite>
<em>$thread[dateline]</em>
</td>
复制
替换
<td class="author">
<div style="float:left;width:28px;padding-top:4px;">
<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;" />
</div>
<div style="float:left;padding:2px 0px 0px 6px;">
<cite>
<!--{if $thread['authorid'] && $thread['author']}-->
<a href="space.php?uid=$thread[authorid]">$thread[author]</a>
<!--{else}-->
<!--{if $forum['ismoderator']}-->
<a href="space.php?uid=$thread[authorid]">{lang anonymous}</a>
<!--{else}-->
{lang anonymous}
<!--{/if}-->
<!--{/if}-->
</cite>
<em>$thread[dateline]</em>
</div>
</td>
复制
把论坛域名改你自己的。不用加index.php
修改css_common
最下面加
td.author { width: 150px; text-align: left; }
复制
欢迎光临 SclubFans (http://sclubfans.imotor.com/)
Powered by Discuz! 7.2