1 頁 (共 1 頁)

[問題] 能不能把phpbb默認的英語語系移除?

發表於 : 2005-07-07 22:35
gkrong
能不能把phpbb默認的英語語系移除?如果用戶在個人資料裏選擇語系設定爲english的話,顯示中文就會出現亂碼,所以我想把英語語系移除。

發表於 : 2005-07-08 12:25
Kill
可以 :mrgreen:

Re: [問題] 能不能把phpbb默認的英語語系移除?

發表於 : 2005-07-08 12:31
心靈捕手
gkrong 寫:能不能把phpbb默認的英語語系移除?如果用戶在個人資料裏選擇語系設定爲english的話,顯示中文就會出現亂碼,所以我想把英語語系移除。
建議您:
試裝此外掛 Hide_Language_Select
以下是檔頭描述:

代碼: 選擇全部

##############################################################
## 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)
##############################################################
經驗分享:
安裝後在後台的" 基本組態" 會多一個選項,
如果您設定覆蓋使用者的語系選擇的話,
那麼在" 個人資料" 的設定頁面, 將會隱藏" 語系" 選項.

外掛下載:
http://www.phpbb.com/phpBB/viewtopic.php?t=264508

發表於 : 2005-07-09 18:05
gkrong
謝謝心靈捕手,使用那個外掛太蔴煩了,我直接將language\lang_english刪掉就行了。