X 版本預設去除了顯示簡介 這裡我們給它加回去
記事本等編輯器開啟
templates/default/forum/forumdisplay.htm
找到
- <!--{if
!$subforumonly}--><span >{lang index_today}:
<strong >$_G[forum][todayposts]</strong><span
>|</span>{lang index_threads}: <strong
>$_G[forum][threads]</strong></span><!--{/if}-->
改為
- <!--{if
!$subforumonly}--><span >{lang index_today}:
<strong >$_G[forum][todayposts]</strong><span
>|</span>{lang index_threads}: <strong
>$_G[forum][threads]</strong><!--{if
$_G[forum][description]}-->
($_G[forum][description])<!--{/if}--></span><!--{/if}-->
儲存覆蓋回去 更新快取=)