1 頁 (共 1 頁)

Board3 Portal (論壇入口) (Update 2.0.2)

發表於 : 2008-09-13 , 15:09
懸壺子
Board3 Portal網站入口
MOD Database Releases [官方認證外掛]
http://www.phpbb.com/community/viewtopi ... &t=1179085
Modification name: Board3 Portal
Author: avaren
Modification description: Portal front page for phpBB3, complete with blocks and installer.
Modification version: 1.0.0
Tested on phpBB version: See below

Download file: [urlnew=http://www.phpbb.com/mods/db/download/6235/]board3portal.zip[/urlnew]
File size: 285090 Bytes

Time
~ 10 Minutes
phpBB
3.0.2

Re: Board3 Portal網站入口

發表於 : 2008-10-14 , 11:43
懸壺子
Board3 Portal (論壇入口) (Update 1.0.2) 更新

中文化請看
:->:http://phpbb-tw.net/phpbb/viewtopic.php?f=132&t=51387

Re: Board3 Portal網站入口(Update 1.0.5)

發表於 : 2010-01-22 , 12:09
懸壺子
Board3 Portal (論壇入口) (Update 1.0.5)

來源:http://phpbb-tw.net/phpbb/viewtopic.php ... 81#p274681
心靈捕手 寫:外掛歷史:
2010-01-20 - Version1.0.5
P.S.
更新極多,請參閱 install.xml。

外掛下載:
http://www.board3.de/viewtopic.php?f=40&t=3263

中文化:
解壓縮後, 將 6 個語言檔置入您的語言資料夾, 如下.
language/zh_cmn_hant/mods/*.*
http://www.board3.de/viewtopic.php?f=13&t=2027

Re: Board3 Portal網站入口 (Update 1.0.6)

發表於 : 2010-09-05 , 8:48
懸壺子
來源:http://phpbb-tw.net/phpbb/viewtopic.php ... 30#p276230
心靈捕手 寫:外掛歷史:
更新極多,請參閱 http://www.board3.de/viewtopic.php?f=40&t=3933

外掛下載:
http://www.board3.de/viewtopic.php?f=40&t=3933

中文化:
解壓縮後, 將 6 個語言檔置入您的語言資料夾, 如下.
language/zh_cmn_hant/mods/*.*
http://www.board3.de/viewtopic.php?f=13&t=2027

105 升級 106 經驗分享:
參考升級安裝說明, 修改相關檔案以及上傳附加檔案
contrib/update_105_to_106/update.xml
執行資料庫升級
http://YOUR_SITE/PHPBB3_ROOT/install/
p.s. 建議刪除系統提示的過期檔案
進 ACP, 清除論壇快取, 與重新整理風格 (主題, 圖檔組)

Board3 Portal (論壇入口) (Update 2.0.0)

發表於 : 2012-05-15 , 22:27
yehrussell
來源:http://phpbb-tw.net/phpbb/viewtopic.php ... 63#p278463
心靈捕手 寫:外掛歷史:
更新極多,請參閱 http://www.board3.de/viewtopic.php?f=40&t=5477

外掛下載:
http://www.phpbb.com/customise/db/mod/board3_portal/

中文化:
http://www.board3.de/viewtopic.php?f=13&t=5497

106 升級 200 經驗分享:
先關閉論壇,完全備份論壇檔案與資料庫後,再進行升級。
參考升級安裝說明,刪除多餘檔案、上傳附加檔案以及修改相關檔案。
contrib/update_106_to_200/update.xml
執行資料庫升級。
http://YOUR_SITE/PHPBB3_ROOT/install/
p.s. 建議先手動上傳中文化檔案。
進 ACP,清除論壇快取,與重新整理風格(主題、圖檔組)。

p.s.
此升級檔已經獲得官方認證。
如果您在安裝或升級 Board3 Portal 2.0.x 有遇到問題,
那麼請利用這個主題回覆 http://phpbb-tw.net/phpbb/viewtopic.php?f=133&t=54540
或者,請依照發問格式,在「官方認證外掛」版面,新開主題提問。

Re: Board3 Portal (論壇入口) (Update 2.0.0)

發表於 : 2012-05-18 , 12:26
懸壺子
http://phpbb-tw.net/phpbb/viewtopic.php ... 40#p278478
心靈捕手 寫:如果您的論壇入口上方出現類似的錯誤訊息(以及亂碼),那麼請參考修正方法。

代碼: 選擇全部

[phpBB Debug] PHP Notice: in file [ROOT]/portal/includes/functions.php on line 679: Undefined variable: global_announce_list
[phpBB Debug] PHP Notice: in file [ROOT]/portal/includes/functions.php on line 696: Undefined variable: global_announce_list
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4803: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3839)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4805: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3839)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4806: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3839)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4807: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3839)
修正的方法:
--開啟--
portal/includes/functions.php

--找到--

代碼: 選擇全部

   $last_read = $topic_ids = $forum_ids = $tracking_info = $rev_forum_ids = array();
--取代成--

代碼: 選擇全部

   $last_read = $topic_ids = $forum_ids = $tracking_info = $rev_forum_ids = $global_announce_list = array();
--儲存與關閉--

修正後,您將可以在後台,啟用「全域公告」以及「最新消息」模組。

--
參考連結:
http://www.board3.de/viewtopic.php?f=49&t=5505

Board3 Portal (論壇入口) (Update 2.0.1)

發表於 : 2012-11-29 , 23:08
yehrussell
Board3 Portal (論壇入口) (Update 2.0.1)
http://phpbb-tw.net/phpbb/viewtopic.php ... 89#p278768

Board3 Portal (論壇入口) (Update 2.0.2)

發表於 : 2013-12-25 , 22:22
yehrussell
Board3 Portal (論壇入口) (Update 2.0.2)
http://phpbb-tw.net/phpbb/viewtopic.php ... 02#p279702
Edit註解: 2014-01-01 更新