- templates/default/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>
- 复制代码
複製代碼
本帖隱藏的內容需要回復才可以瀏覽
改好了显示错位的话
然后再修改templates/default/css_common.htm
在最下面加上 td.author { width: 150px; text-align: left; }
复制代码 温馨提示修改模板有危险,请注意备份! |