[問題] 能不能把phpbb默認的英語語系移除?
發表於 : 2005-07-07 22:35
能不能把phpbb默認的英語語系移除?如果用戶在個人資料裏選擇語系設定爲english的話,顯示中文就會出現亂碼,所以我想把英語語系移除。
建議您:gkrong 寫:能不能把phpbb默認的英語語系移除?如果用戶在個人資料裏選擇語系設定爲english的話,顯示中文就會出現亂碼,所以我想把英語語系移除。
代碼: 選擇全部
##############################################################
## MOD Title: Hide_Language_Select
## MOD Author: Falstaff < david@falstaffenterprises.com > (David Falstaff) http://www.falstaffenterprises.com
## MOD Description: Adds the option to override the users language choice in the
## General Configuration panel, and if override is set to 'yes'
## hides the language drop-down in the user's profile to avoid confusion.
## MOD Version: 1.0.1
##
## Installation Level: (Easy)
## Installation Time: ~5 Minutes
## Files To Edit: admin/admin_board.php
## templates/subSilver/profile_add_body.tpl
## templates/subSilver/admin/board_config_body.tpl
## language/lang_english/lang_admin.php
## includes/usercp_register.php
## Included Files: (n/a)
##############################################################