[推薦外掛] ezPortal Admin for phpBB2 (管理入口網站) (Update 1.0.7)

MODs Released by Other phpbb Sites
非官方認證通過之 MOD ,或許有安全性之疑慮,所有問題由原發表者回覆!

版主: 版主管理群

主題已鎖定
頭像
心靈捕手
默默耕耘的老師
默默耕耘的老師
文章: 8535
註冊時間: 2004-04-30 01:54
來自: Taiwan

[推薦外掛] ezPortal Admin for phpBB2 (管理入口網站) (Update 1.0.7)

文章 心靈捕手 »

檔頭說明:

代碼: 選擇全部

######################################################## 
## Mod Title:   ezPortal Admin for phpBB2 with ezportal_admin_db_install
## Mod Version: 1.0.3
##
## Original Author: Marcus Thiel <thundercat@die-pretorianer.de>
## www.die-pretorianer.de
##
## Updating Author: Willie Yaw  <cyborg@cyborgworks.com>
##
##      and Author of  ezportal_admin_db_install.php
##
## Author ezPortal: Smartor <smartor_xp@hotmail.com> - 
## http://smartor.is-root.com
## Description:  This mod will add a small administration menu for the 
## ezPortal from Smartor
## 
## Installation Level:  easy
## Installation Time:  4-6 Minutes 
## Files To Edit:       1
##
##			/portal.php
##			/language/lang_english/lang_admin.php
##	and/or		/language/lang_german/lang_admin.php
##
## Included Files:      /admin/admin_portal.php
##		/templates/admin/portal_config_body.php
##                      /ezportal_admin_db_install.php
##
##
################################################################# 
## Security Disclaimer: This MOD Cannot Be Posted To Or Added At Any ## Non-Official phpBB Sites 
################################################################# 
## 
## Author Note: 
##	
##	I hope you enjoy this mod, i try to add more function in the 
##      future.
##	This is my first mod. If you find any bugs please send me an email.
##	The template uses classes from the fisubice template from 
##      www.forumimages.com.
##	Maybe you have to change some of the classes to get this template ##      work with
##	the subSilver
## 
#################################################################
## This MOD is released under the GPL License.
## Intellectual Property is retained by the MOD Author(s) listed above
################################################################# 
## Before Adding This MOD To Your Forum, You Should Back Up All Files 
## Related To This MOD 
################################################################# 
##
## Revision History:
##
## v1.0.0
##	- Initial Release
##--------------------------------------------------------------
## January 2nd 2003   
##
##  v 1.0.3 Updated by Willie Yaw {aka} Cyborg <cyborg@cyborgworks.com>
##
##  1.added ezportal_admin_db_install.php and made minor change to 
##   portal_value
##   changed from  
##   portal_value ` VARCHAR( 255 ) NOT NULL ,
##   to
##   portal_value ` TEXT NOT NULL , "so as not to limit Welcome message
##   to 255 characters"
##   
##  2. made minor changes to portal_config_body.tpl
##   made Welcome Message input box bigger and with scroll bar
##   to make editing much easier.
##
##
##
#################################################################
補充說明:
0. 此外掛, 是為了方便在控制台管理 ezPortal (by Smartor)
1. 此外掛原始作者為 Marcus Thiel
2. 升級 1.0.3 作者為 Willie Yaw
3. 雖然外掛說明的版本僅為 1.0.3, 然而壓縮檔名版本為 1.0.5

中文化參考:

代碼: 選擇全部

#
#-----[ Open ]-----
#
language/lang_chinese_traditional_taiwan/lang_admin.php

#
#-----[ Find ]-----
#
?>

#
#-----[ Before, Add ]-----
#
// 
// + ezportal Admin 
// 
$lang['EZPortal_Config'] = '入口網站設定'; 
$lang['EZPortal_Portal_settings'] = 'EZPortal 設定'; 
$lang['Welcome_Text'] = '歡迎訊息'; 
$lang['Number_of_News'] = '新聞數量'; 
$lang['News_length'] = '新聞長度'; 
$lang['News_Forum'] = '設定新聞版面'; 
$lang['Poll_Forum'] = '設定投票版面'; 
$lang['Number_Recent_Topics'] = '最新主題顯示數量';
$lang['Last_Seen'] = '最新到訪會員顯示數量'; 
$lang['Comma'] = '用半形逗號分隔版面的 ID';
// 
// - ezportal Admin 
//

#
#-----[ Save & Close ]-----
#
#End
下載連結:
http://www.phpbb2.de/dload.php?action=file&file_id=39
http://www.phpbbhacks.com/download/6547
最後由 心靈捕手 於 2007-02-08 07:33 編輯,總共編輯了 1 次。
施比受有福,祝福您好運! ^_^
歡迎光臨★★心靈捕手★★ :: 討論區
https://wang5555.dnsfor.me/phpBB3/
頭像
心靈捕手
默默耕耘的老師
默默耕耘的老師
文章: 8535
註冊時間: 2004-04-30 01:54
來自: Taiwan

[建議] 升級 1.07

文章 心靈捕手 »

檔頭說明:

代碼: 選擇全部

##--------------------------------------------------------------
## January 2nd 2003   
##
##  v 1.0.3 (1.0.5) Updated by Willie Yaw {aka} Cyborg <cyborg@cyborgworks.com>
##
##  1.added ezportal_admin_db_install.php and made minor change to 
##   portal_value
##   changed from  
##   portal_value ` VARCHAR( 255 ) NOT NULL ,
##   to
##   portal_value ` TEXT NOT NULL , "so as not to limit Welcome message
##   to 255 characters"
##   
##  2. made minor changes to portal_config_body.tpl
##   made Welcome Message input box bigger and with scroll bar
##   to make editing much easier.
##--------------------------------------------------------------
## v 1.0.6 James Nutt (時間不詳)
##
##  1.新增 ezportal_admin_db_install.php 相關 ("html_area", "exceptional_forums") 欄位
##  2.修改 portal_config_body.tpl 以及 admin_portal.php 相關內容
##
##--------------------------------------------------------------
## 2007-02-08
## v 1.0.7 心靈捕手
##
##  1.install.txt (安裝說明, 除錯)
##  2.新增 update_105_to_107.txt (升級安裝說明, 升級檔)
##  3.新增 正體中文化 (utf-8) 安裝說明
##  4./templates/subSilver/admin/portal_config_body.tpl 之 javascript 除錯
外掛下載: (ezPortal_Admin_107.rar)
http://files.filefront.com/ezPortal_Adm ... einfo.html

補充說明:
0. 已經安裝 1.0.6 版者, 不必升級.
1. 關於 admin_portal.php 的修改, 有些地方可以略過.
參考連結: http://phpbb-tw.net/phpbb/viewtopic.php?t=46557
2. 關於 {HTML_AREA} 的使用, 尚未參透;
建議您, 可以省略 portal_body.tpl 的修改.
3. 請注意! install.txt, update_105_to_107.txt 其中安裝說明, 各有一個地方未更新.
--錯誤--
/templates/admin/portal_config_body.tpl
--正確--
/templates/subSilver/admin/portal_config_body.tpl
還好此外掛附加的風格檔只有一個, 而且已經寫資料夾中;
等下回有機會更新時, 再重新更正, 打包.
施比受有福,祝福您好運! ^_^
歡迎光臨★★心靈捕手★★ :: 討論區
https://wang5555.dnsfor.me/phpBB3/
主題已鎖定

回到「非官方認證外掛」