1 頁 (共 1 頁)

[外掛] 2005-05-02 限定註冊問題

發表於 : 2005-05-02 17:29
54yuwei
許多論壇都會有 【今日註冊人數已達上限】或是【暫停註冊】皆由後台設定,不知道PHPBB的論壇是否有這一項功能 :oops:

發表於 : 2005-05-11 22:50
54yuwei
似乎 phpbb 沒有這一項功能 :-|

Re: [外掛] 2005-05-02 限定註冊問題

發表於 : 2005-05-11 23:47
心靈捕手
54yuwei 寫:許多論壇都會有 【今日註冊人數已達上限】或是【暫停註冊】皆由後台設定,不知道PHPBB的論壇是否有這一項功能 :oops:
推薦您:
試裝此外掛 Disable Registration

以下是該外掛的檔頭:

代碼: 選擇全部

############################################################## 
## MOD Title : 		Disable Registration 
## MOD Author : 	Poupoune < kristff@hotmail.com > (N/A) http://www.phpbb-fr.com 
## 
## MOD Description : 	This MOD allows you to disable registrations to
##			your board, manageable in the ACP.
##		 	You can set an explanation that appears to the
##			users that would want to register. It can be set
##			in the ACP, if not, a default texte will appear.
##
## MOD Version : 1.1.0
## 
## Installation Level : easy
## Installation Time :  5 minute(s) 
## Files to edit :   5 
##      admin/admin_board.php 
##      includes/usercp_register.php 
##      language/lang_english/lang_main.php
##	language/lang_english/lang_admin.php 
##	templates/subSilver/admin/board_config_body.tpl
## Included Files :   0 
##
############################################################## 
剛剛我已經測試完成( ps. 我目前的 phpbb 版本 2.0.15),
目前我的論壇, 設定暫時停止註冊.

至於您提到\r
【今日註冊人數已達上限】
如果不是該系統管理員, 自行輸入的暫時停止註冊的原因,
那麼, 他可能有自行再新增條件, 來控制註冊的人數上限.

外掛下載:
http://www.phpbbhacks.com/download/3270

Re: [外掛] 2005-05-02 限定註冊問題

發表於 : 2005-05-23 23:49
shihchieh
54yuwei 寫:許多論壇都會有 【今日註冊人數已達上限】或是【暫停註冊】皆由後台設定,不知道PHPBB的論壇是否有這一項功能 :oops:
以前寫過,不過不知檔案還在不在

發表於 : 2005-10-20 19:05
過山雲
請問此外掛 Disable Registration
有中文化嗎?

自己翻譯的

lang_main.php
// BEGIN Disable Registration MOD
$lang['registration_status'] = '抱歉,論壇目前暫時停止新會員的註冊。 請稍後再試。 或與系統管理員進行聯繫。 ';
// END Disable Registration MOD

lang_admin.php
// BEGIN Disable Registration MOD
$lang['registration_status'] = '關閉註冊功能';
$lang['registration_status_explain'] = '這將使你論壇註冊的功能全部關閉。 ';
$lang['registration_closed'] = '關閉註冊功能的原因';
$lang['registration_closed_explain'] = '說明為什麼關閉註冊功能,如果一個用戶進行註冊,將出現的訊息。 留下空白表示使用預設的說明。 ';
// END Disable Registration MOD