代碼: 選擇全部
########################################################
## 外掛名稱: Configure Member Profile Required Fields
## 外掛作者: ycl6 < ycl6@users.sourceforge.net > (Y.C. LIN) http://macphpbbmod.sourceforge.net/
## 外掛描述: 這個外掛可以讓管理員在控制台中指定會員資料中哪一些欄位必須填入,訪客需要在註冊時填入指定的資料
## 外掛版本: 1.2.1
##
## 安裝難度: 簡單
## 安裝時間: 10 分鐘
##
## 需要編輯的檔案: 6
## admin/admin_users.php
## includes/constants.php
## language/lang_chinese_traditional_taiwan/lang_admin.php
## includes/usercp_register.php
## templates/subSilver/profile_add_body.tpl
## templates/subSilver/admin/user_edit_body.tpl
##
\n## 附加的檔案: 2
## root/admin_profile_field.php
## root/admin_profile_field.tpl
##
## 版權聲明: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
#################################################################
## 由於安全上的考量, 請檢查: http://www.phpbb.com/mods/
## 是否有此外掛的最新版本. 雖然在加入外掛資料庫前,外掛已經經過檢查
## 但是這並不保證外掛中完全沒有安全上的問題.
## 對於不在外掛資料庫 (http://www.phpbb.com/mods/) 內的外掛
## 將不會在 phpbb.com 的討論板內給予支援
##############################################################
## 作者留言:
## 此外掛在 2.0.18 上測試過. 可以用 EasyMOD 0.3.0 來安裝此外掛
##
##############################################################
## 版本歷史:
##
## 2004-01-22 - 版本 1.0.0
## - 首次發佈
##
## 2004-07-24 - 版本 1.1.0
## - 小蟲修正, 一些程式的更新, 加入 Visual Confirmation 支援
## - 修正外掛安裝說明小修正
##
## 2005-01-23 - 版本 1.1.1
## - 重新為 phpBB 2.0.11 製作 (因為 2.0.11 已有 Visual Confirmation)
## - 修正 usercp_register.php 的錯誤
##
## 2005-11-24 - 版本 1.2.0
## - 重寫了這個外掛的很多地方,並且也移除了不少不需要的程式
##
## 2005-11-26 - 版本 1.2.1
## - 增加了對 admin_users.php 的修改
##
##############################################################
## 在增加此外掛前, 請務必備份所有需要修改的檔案
###############################################################