湖中沉 发表于 2011-4-7 18:53:45

列表页,当日新贴日期加红显示[X1.5GBk]

修改方法:

打开:打开template/你目前使用的风格/forum/forumdisplay_list.htm

搜索:

<em>$thread</em>
修改为:

<!--{if $thread['dateline'] == date($dateformat)}-->
<em><font color="Red">$thread</font></em>
<!--{else}-->
<em>$thread</em>
<!--{/if}-->

页: [1]
查看完整版本: 列表页,当日新贴日期加红显示[X1.5GBk]