[修正]functions.php - 2006/06/09

phpBB Plus Support
本區是討論關於 phpBB 2 plus 使用上的問題討論!
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
頭像
godbless
竹貓忠實會員
竹貓忠實會員
文章: 647
註冊時間: 2002-05-17 06:02
來自: 台北市南京東路4段
聯繫:

[修正]functions.php - 2006/06/09

文章 godbless »

這個升級檔是在升級為2.0.21後,會需要做的多國語言設定修正

原文:http://www.phpbb2.de/ftopic39239.html
It has come to my attention that there may be a bug in this release which will affect those who run a forum with multiple languages installed and in use and lead to the default language being changed under some circumstances.

If this issue is affecting you, the following change should resolve it.
可以到這邊來下載(easymod 0.3.0 測試OK)
http://www.gffclan.com/dload.php?action=file&file_id=9

#
#-----[ OPEN ]---------------------------------------------
#

代碼: 選擇全部

includes/functions.php
#
#-----[ FIND ]---------------------------------------------
# Line 510

代碼: 選擇全部

		$board_config['default_lang'] = $default_lang;
		$userdata['user_lang'] = $default_lang;
#
#-----[ REPLACE WITH ]---------------------------------------------
#

代碼: 選擇全部

		$userdata['user_lang'] = $default_lang;
#
#-----[ FIND ]---------------------------------------------
# Line 513

代碼: 選擇全部

	elseif ( $board_config['default_lang'] !== $default_lang )
#
#-----[ REPLACE WITH ]---------------------------------------------
#

代碼: 選擇全部

   elseif ( $userdata['user_id'] === ANONYMOUS && $board_config['default_lang'] !== $default_lang )
#
#-----[ FIND ]---------------------------------------------
# Line 524

代碼: 選擇全部

		$board_config['default_lang'] = $default_lang;
	}
#
#-----[ REPLACE WITH ]---------------------------------------------
#

代碼: 選擇全部

   } 

   $board_config['default_lang'] = $default_lang;
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
外掛問題區發問格式就在這裡,請務必一定照著格式來~!
你不照著規則來,就算是也搞不清楚你的問題在哪裡!
新手問問題不是罪惡
罪惡的是自己沒有先做好本分和功課,說話的口氣也不好,再加上態度有好像我們這群人欠你多少似的~~!!
竹貓星球發問規則:
http://phpbb-tw.net/phpbb/viewtopic.php?t=16149
發問比率最高的句子翻譯:
Please ensure both the install/ and contrib/ directories are deleted
請確認install和contrib資料夾已被刪除(奇怪,翻一下英漢字典有這麼困難嗎)
主題已鎖定

回到「phpBB 2 plus 綜合討論」