打开forumdisplay模板,找到:
- <!--{if $thread[multipage]}-->
- <span class="threadpages">$thread[multipage]</span>
- <!--{/if}-->
- </th>
- <td class="author">
复制代码
在下面添加:
- <style>td.author{width:150px;text-align:left;}</style>
- <div style="float:left;width:28px;padding:2px 6px 0 0;">
- {if $thread[author] == ""}<img src="https://www.dismall.com/uc_server/images/noavatar_small.gif" style="width:25px;height:25px;border:1px solid #ccc;padding:2px;margin:0px;background-color:#fff;">{else}<img src="uc_server/avatar.php?uid=$thread[authorid]&size=small" style="width:25px;height:25px;border:1px solid #ccc;padding:2px;margin:0px;background-color:#fff;" onerror="this.onerror=null;this.src='https://www.dismall.com/uc_server/images/noavatar_small.gif'" />{/if}
- </div>
复制代码
|