TA的每日心情 | 擦汗 2023-7-12 20:55 |
---|
签到天数: 8 天 连续签到: 8 天 [LV.3]偶尔看看II
管理员
- 积分
- 1631
|
打开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>
复制代码
|
上一篇:在发表回复框里面加上提示语下一篇:主题列表页显示头像圆头化
|