原文(1.1.0):http://www.phpbb.com/phpBB/viewtopic.php?t=218000
這東西能幹麻?
My Dashboard (中譯:論壇小幫手) 在每頁上方顯示一個個人資訊板, 顯示發表統計外加連結到私人訊息和常用搜尋項目的連結. 控制板上也有聯絡管理員的連結, 這樣使用者可以隨時提回報理員他們所遇到的問題.
Ultra版有什麼新功能?
My Dashboard Ultra 將原本分成Basic和Advanced合併在同一個安裝檔, 並且在個人檔案中增加一個 My Dashboard 的控制盤讓使用者設定:
- 在頁面顯示或隱藏 My Dashboard;
- 在Basic與Advanced兩種版本選擇一個合適的;
- 在My Dashboard顯示您的個人頭像,
(當管理員關閉頭像功能時此功能不被啟用).

版本歷史
2004-08-25 - Dashboard的"縮到最小"與"展開"功能. 更新修正檔 2 釋出 (1.0.2 to 1.1.0).
2004-08-17 - 可使用 Nuttzy 的 EasyMOD 安裝.
2004-08-16 - 繁體中文語系釋出\r
2004-08-15 - 更新到1.0.1並釋出v1.0.0 - v1.0.1的修正檔
此封包檔內含兩個給Advanced或Basic使用者的更新檔案. 更新檔 A 是給Advanced用戶, 更新檔 B 是給Basic用戶. 感謝 OmegaQuest, 封包內也有如何於 Ptirhiik 的 Profile Control Panel 使用 My Dashboard Ultra的教學檔.
目前版本: v1.1.0 繁體中文化 2004-08-28
檔案下載:
http://www.safetsurfa.co.uk/phpBBmods/M ... _Ultra.zip
找繁中語系請把卷軸往下拉一點點~XD
外掛截圖:

首頁顯示時

個人資料更改\r
代碼: 選擇全部
##############################################################
## MOD Title: My Dashboard Ultra
## MOD Author: safeTsurfa < safetsurfa@hotmail.com > (n/a) http://www.safetsurfa.co.uk
## MOD Description: Adds a user panel to the top of the page with links to contact
## admin, check messages, plus shows posting statistics with linked search results.
## This version of My Dashboard combines the basic and advanced versions into a
## single installation, and adds display selection options to the user profile.
## If the user is not logged in, the login box is displayed.
## MOD Version: 1.0.0
##
## Installation Level: Intermediate
## Installation Time: 15 minutes
##
## Files To Edit: 8
## privmsg.php
## search.php
## includes/functions.php
## includes/page_header.php
## includes/usercp_register.php
## templates/subSilver/overall_header.tpl
## templates/subSilver/profile_add_body.tpl
## language/lang_english/lang_main.php
## Included Files: 1
## db_update.php
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the latest
## version of this MOD. Downloading this MOD from other sites could cause malicious
## code to enter into your phpBB Forum. As such, phpBB will not offer support for
## MOD's not offered in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
## This MOD is tested on phpBB 2.0.8, but should work on older versions from 2.0.6.
## It has not been tested on phpBB 2.0.10, feedback on any problems is welcome.
## This is designed and intended for standard phpBB installations. It has not been
## tested on portals or pre-modded boards, and is not guaranteed to work with them.
## Support will NOT be given where this is installed on a portal or pre-modded board.
##
## This roll-up version of My Dashboard combines the basic and advanced versions
## into a single installation, and adds display selection to the user's profile.
##
## IMPORTANT! The db_update.php file is only designed for use on MySql databases.
## Upload it into the phpbBB root folder, then in your browser enter the following,
## using the correct URL and replacing {phpbb2} with the name of the phpBB folder:
## http://www.yourdomain.com/{phpbb2}/db_update.php
## REMEMBER to delete the file from the phpBB folder once you have used it!
##
## Greets and thanks fly out to:
## Fredol < fredol@lovewithsmg.com > for bug fixes and code proof reading, and
## Drathbun < http://www.momentsoflight.com > for help with sql queries syntax.
## Acknowledgements and credit to John B Abela's Welcome and Avatar on Index MOD,
## from which the image display code is adapted.
##
##############################################################
## MOD History:
##
## 2004-08-14 - Version 1.0.0
## - Roll-up mod combining Basic and Advanced versions into a single installation.
## - Now includes display mode selection and disable options in the user profile.
## - Revamped old code to pre-define display in php file and reduce tpl editing.
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
############################################################## 代碼: 選擇全部
<?php
/***************************************************************************
* lang_dashboard.php [chinese_traditional_taiwan]
* -------------------
* begin : Sunday Oct 02 2004
* copyright : (C) 2005 StickyKid
* email : iamkusosk@gmail.com
*
* $Id: lang_dashboard.php,v 1.00.0.0 2005/10/02 18:00:00 StickyKid Exp $
*
****************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
//
// These two lines must be copied into lang_main.php
//
// $lang['Dashboard_minimize'] = 'Minimize dashboard';
// $lang['Dashboard_restore'] = 'Restore dashboard';
//
$lang['Reply'] = '回覆';
$lang['Dashboard'] = "論壇小幫手";
//
// Used in the left column of the dashboard console
//
$lang['Welcome'] = "歡迎回到 ";
$lang['Contact_admin'] = "聯絡管理元";
$lang['User_messages_zero_total'] = "我的收件匣: 0 封新信"; // New messages zero count
$lang['User_message_total'] = "我的收件匣: %s 封新信"; // New message count
$lang['User_messages_total'] = "我的收件匣: %s 封新信"; // New messages count
$lang['Unread_messages_zero_total'] = " :: 0 封未讀"; // Unread messages zero count
$lang['Unread_message_total'] = " :: %s 封未讀"; // Unread message count
$lang['Unread_messages_total'] = " :: %s 封未讀"; // Unread messages count
//
// Used in the central column of the dashboard console
//
$lang['User_watched_topics_zero_total'] = "我訂閱的主題: 0 則主題"; // User watched zero topics
$lang['User_watched_topic_total'] = "我訂閱的主題: %s 則主題"; // User watched topic
$lang['User_watched_topics_total'] = "我訂閱的主題: %s 則主題"; // User watched topics
$lang['User_posts_zero_total'] = "我的發表記錄: 0 篇文章"; // User posts zero count
$lang['User_post_total'] = "我的發表記錄: %s 篇文章"; // User post count
$lang['User_posts_total'] = "我的發表記錄: %s 篇文章"; // User posts count
$lang['User_topics_zero_total'] = "我發表了: 0 則主題"; // User topics zero count
$lang['User_topic_total'] = "我發表了: %s 則主題"; // User topic count
$lang['User_topics_total'] = "我發表了: %s 則主題"; // User topics count
$lang['User_replies_zero_total'] = " :: 0 篇回覆"; // User replies zero count
$lang['User_reply_total'] = " :: %s 篇回覆"; // User reply count
$lang['User_replies_total'] = " :: %s 篇回覆"; // User replies count
$lang['User_unanswered_posts_zero_total'] = "我未回覆的主題: 0 則主題"; // User unanswered posts zero count
$lang['User_unanswered_post_total'] = "我未回覆的主題: %s 則主題"; // User unanswered post count
$lang['User_unanswered_posts_total'] = "我未回覆的主題: %s 則主題"; // User unanswered posts count
//
// Used in the right column of the dashboard console
//
$lang['New_posts_zero_total'] = "自從您上次來訪至今未有任何新文章"; // New posts zero count
$lang['New_post_total'] = "自從您上次來訪至今有 %s 篇新文章"; // New post count
$lang['New_posts_total'] = "自從您上次來訪至今有 %s 篇新文章"; // New posts count
$lang['New_topics_zero_total'] = "新發表: 0 則主題"; // New topics zero count
$lang['New_topic_total'] = "新發表: %s 則主題"; // New topic count
$lang['New_topics_total'] = "新發表: %s 則主題"; // New topics count
$lang['New_replies_zero_total'] = " :: 0 個回覆"; // New replies zero count
$lang['New_reply_total'] = " :: %s 個回覆"; // New reply count
$lang['New_replies_total'] = " :: %s 個回覆"; // New replies count
$lang['Unanswered_posts_zero_total'] = "尚未回覆的發表: 0 則主題"; // Unanswered posts zero count
$lang['Unanswered_post_total'] = "尚未回覆的發表: %s 則主題"; // Unanswered post count
$lang['Unanswered_posts_total'] = "尚未回覆的發表: %s 則主題"; // Unanswered posts count
$lang['Total_announcements_zero_total'] = "目前有 0 則公告"; // Total announcements zero count
$lang['Total_announcement_total'] = "目前有 %s 則公告"; // Total announcement count
$lang['Total_announcements_total'] = "目前有 %s 則公告"; // Total announcements count
$lang['New_announcement_posts_zero_total'] = "公告: 0 則新"; // Announcements zero count
$lang['New_announcement_post_total'] = "公告: %s 則新"; // Announcement count
$lang['New_announcement_posts_total'] = "公告: %s 則新"; // Announcements count
$lang['Announcement_posts_zero_total'] = " :: 共 0 則"; // Announcements zero count
$lang['Announcement_posts_total'] = " :: 共 %s 則"; // Announcements count
//
// Used for the dashboard preferences panel in user profiles
//
$lang['Dashboard_explain'] = "在討論版上方顯示發表狀態與訊息警示.";
$lang['Dashboard_show'] = "顯示論壇小幫手";
$lang['Dashboard_show_explain'] = "顯示或隱藏論壇小幫手.";
$lang['Dashboard_mode'] = "選擇顯示模式";
$lang['Dashboard_mode_explain'] = "需要簡易還是複雜的結果.";
$lang['Dashboard_basic'] = "基本";
$lang['Dashboard_advanced'] = "進階";
$lang['Dashboard_avatar'] = "顯示個人頭像";
$lang['Dashboard_avatar_explain'] = "在小幫手中顯示個人頭象.";
//
// Used for the configuration page in the Administration Panel
//
$lang['Dashboard_title'] = '論壇小幫手 Ultra';
$lang['Dashboard_basic'] = '基本';
$lang['Dashboard_advanced'] = '進階';
$lang['Dashboard_both'] = '兩者皆是';
$lang['Dashboard_title_explain'] = '?#93;定論壇小幫手並選擇電子信箱和私人訊息的聯絡人. 在這裡?#93;定會使會員的?#93;定無效. 如果論壇小幫手?#93;定為不啟用, 那麼個人資料?#93;定內的相關?#93;置皆會取消.';
$lang['Dashboard_config_explain'] = '在這裡的?#93;定將會令會員的?#93;定無效.';
$lang['Dashboard_allow'] = '小幫手啟用';
$lang['Dashboard_allow_explain'] = '?#125;啟或關閉論壇小幫手.';
$lang['Dashboard_display_explain'] = '限制小幫手顯示模式. \'兩者\' 皆允許會員在個人檔案內選擇模式.';
$lang['Dashboard_avatars'] = '顯示頭象';
$lang['Dashboard_avatars_explain'] = '如果論壇?#125;啟頭象功能, 就讓會員頭像顯示在論壇小幫手.';
$lang['Dashboard_contact_explain'] = '選擇一位管理員或版主來接收私人訊息和電子郵件.';
$lang['Dashboard_email'] = '誰會收到電子郵件';
$lang['Dashboard_pm'] = '誰會收到私人訊息';
$lang['Dashboard_copyright'] = 'My Dashboard Ultra %s © 2004 <a href="http://www.safetsurfa.co.uk" target="_phpbb" class="copyright">safeTsurfa</a><br />'; // the %s is the version number
$lang['Dashboard_updated'] = '小幫手的?#93;定已順利更新';
$lang['Click_return_dashboard'] = '點 %s這裡%s 返回?#93;置頁面';
//
// Error messages
//
$lang['Dashboard_general_error'] = '無法更新資料';
$lang['Dashboard_email_error'] = '無法選擇電子信箱聯絡人';
$lang['Dashboard_message_error'] = '無法選擇私人訊息聯絡人';
//
// That's all Folks!
// -------------------------------------------------
?>