附:关闭帖子使标题颜色变灰的代码
打开forumdisplay.htm
找到:<a href="viewthread.php?tid=$thread[tid]&extra=$extra"$thread[highlight]>$thread[subject]</a>
替换成:
<!--{if $thread['closed']}-->
<a href="viewthread.php?tid=$thread[tid]&extra=$extra"><font color=gray>$thread[subject]</font></a>
<!--{else}-->
<a href="viewthread.php?tid=$thread[tid]&extra=$extra"$thread[highlight]>$thread[subject]</a>
<!--{/if}-->