Officially Approved MODs
歡迎推薦由 phpBB Limited 官方發展小組認證的外掛!
版主: 版主管理群、譯文組
-
心靈捕手
- 默默耕耘的老師
- 文章: 8526
- 註冊時間: 2004-04-30 01:54
- 來自: Taiwan
文章
由 心靈捕手 »
當您在執行全新安裝或升級時,如果遇到
您必須是這個論壇的「創始者」!的錯誤訊息,那麼可以試著以下修改:
--開啟--
install/install_install.php(全新安裝)或 install/install_update.php(升級)
--
找到後,移除之--
代碼: 選擇全部
if ($user->data['user_type'] != USER_FOUNDER)
{
trigger_error('FOUNDER_NEEDED', E_USER_ERROR);
}
--儲存與關閉--
修改後,重新執行資料庫更新動作。
--
資料來源:
http://www.phpbb.com/customise/db/mod/p ... /faq/f_361
-
心靈捕手
- 默默耕耘的老師
- 文章: 8526
- 註冊時間: 2004-04-30 01:54
- 來自: Taiwan
文章
由 心靈捕手 »
版本歷史:
2011-03-26 - Version1.0.6
- [Fix] xHTML-Validation Error for new-line on comments. (Bug #787)
- [Fix] Comment-links are invalid xHTML (Bug #783)
- [Fix] prosilver UCP is not designed like the phpBB-UCP pages. (Bug #782)
- [Fix] "Disallowed file-type" message in ACP does not have the error-background (Bug #765)
- [Fix] xHTML-Validation Error when an image appears in multiple image-blocks (Bug #774)
- [Fix] Correct some labels in ACP Import screen.
- [Fix] Take filename as image name does not work correctly for non-ASCII-characters (Bug #745)
- [Fix] Fix several SQL-Errors for PostgreSQL and MSSQL (Bug #723, #784)
- [Change] Do not edit bidi.css but put the code in gallery.css
敬請參閱 contrib/history.xml
外掛下載:
http://www.flying-bits.org/download.php?mod_id=6
--
phpbb.com 官方主題:
http://www.phpbb.com/customise/db/mod/phpbb_gallery/
--
中文化分享:(包含語言與圖示)
1.0.5 升級 1.0.6 成功經驗:
- 上傳 (覆蓋) 所有附加檔案
- 依照升級安裝說明 (contrib/update_1_0_5_to_1_0_6/update.xml),修改相關檔案。
- 中文化後,由瀏覽器 (http://YOUR_SITE/PHPBB_ROOT/install) 執行資料庫更新;執行成功後,移除 /install/ 資料夾。
- 清除論壇快取。
- ACP > 風格 > 樣板/主題/圖檔組 > prosilver/subsilver2 > 重新整理。
p.s.
- 此 1.0.6 升級版尚未經官方核准。
- 1.0.5 中文化語言檔仍可適用於 1.0.6。
-
心靈捕手
- 默默耕耘的老師
- 文章: 8526
- 註冊時間: 2004-04-30 01:54
- 來自: Taiwan
文章
由 心靈捕手 »