帖子页列表显示作者头像的小修改
templates/default/forumdisplay.htm 找到:<DIV class=blockcode>
<BLOCKQUOTE><cite> <!--{if $thread['authorid'] && $thread['author']}--> <a href="space.php?uid=$thread">$thread</a> <!--{else}--> <!--{if $forum['ismoderator']}--> <a href="space.php?uid=$thread">{lang anonymous}</a> <!--{else}--> {lang anonymous} <!--{/if}--> <!--{/if}--> </cite> <em>$thread</em> <!--{/if}--></BLOCKQUOTE></DIV>替换为:
<DIV class=blockcode>
<BLOCKQUOTE><style>td.author { width: 150px; text-align: left; }</style><div style="float:left;width:28px;padding-top:4px;"> <img src="http://www.lanyudongli.com/uc/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;" /> </div> <div style="float:left;padding:2px 0px 0px 6px;"> <cite> <!--{if $thread['authorid'] && $thread['author']}--> <a href="space.php?uid=$thread">$thread</a> <!--{else}--> <!--{if $forum['ismoderator']}--> <a href="space.php?uid=$thread">{lang anonymous}</a> <!--{else}--> {lang anonymous} <!--{/if}--> <!--{/if}--> </cite> <em>$thread</em> </div> </BLOCKQUOTE></DIV>**** Hidden Message *****
页:
[1]