代碼: 選擇全部
########################################################
## 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