1 頁 (共 1 頁)

Total forums on index (在首頁的版面總數)

發表於 : 2010-11-25 01:07
阿維
外掛名稱:Total forums on index (在首頁的版面總數)
外掛作者:Jeroen B
外掛描述:This MOD will display the total of forums a board contains. Only forums are counted, categories are not counted as a forum. This statistic will show up on the statistics part of the forum index.
外掛版本:1.0.0
外掛下載:total_forums_on_index1_0_0.zip
資料來源:viewtopic.php?t=2111277
範例圖片:
圖檔
中文化分享:
打開:language/zh_cmn_hant/common.php
搜尋

代碼: 選擇全部

	'TOTAL_ATTACHMENTS'	=> '附加檔案',
下面加入

代碼: 選擇全部

	'TOTAL_FORUMS'		=> '版面總數 <strong>%s</strong>',
追加修改:(支援 subsilver2 風格的修改步驟。)
打開:styles/subsilver2/template/index_body.html
搜尋

代碼: 選擇全部

{TOTAL_TOPICS} |
該行後面加入

代碼: 選擇全部

 {TOTAL_FORUMS} |
儲存完工