1 頁 (共 1 頁)

First post on every page (在每一頁顯示第一篇文章)

發表於 : 2009-06-26 10:29
心靈捕手
外掛說明:
外掛名稱:First post on every page
外掛作者:rxu
外掛描述:此外掛可以讓第一篇文章顯示在該主題的每一頁之頂端.
外掛版本:1.2.2
外掛下載:first_post_on_every_page_phpbb3_1.2.2.zip
資料來源:http://www.phpbb.com/community/viewtopi ... 9&t=712835

--
中文化分享:

開啟:
language/zh_cmn_hant/common.php

找到:

代碼: 選擇全部

	'FIND_USERNAME'	=> '搜尋會員',
之後, 新增:

代碼: 選擇全部

	'FIRST_POST_SHOW'		=> '顯示在每一頁的頂端',
--
安裝注意事項:

修改 posting.php 時, 有一段程式碼 (太舊) 會找不到, 建議取代如下:

找到:

代碼: 選擇全部

			// If the post need approval we will wait a lot longer.
取代成:

代碼: 選擇全部

			// Check the permissions for post approval, as well as the queue trigger where users are put on approval with a post count lower than specified. Moderators are not affected.

First post on every page (安裝注意事項)

發表於 : 2009-12-12 15:45
心靈捕手
心靈捕手 寫:安裝注意事項:

修改 posting.php 時, 有一段程式碼 (太舊) 會找不到, 建議取代如下:

找到:

代碼: 選擇全部

			// If the post need approval we will wait a lot longer.
取代成:

代碼: 選擇全部

			// Check the permissions for post approval, as well as the queue trigger where users are put on approval with a post count lower than specified. Moderators are not affected.
如果您使用的是 phpBB 3.0.6 版, 那麼上頭要尋找代碼已更新如下.

代碼: 選擇全部

			// Check the permissions for post approval. Moderators are not affected.