[外掛]My Dashboard Ultra(已中文化)
發表於 : 2004-08-16 19:35
繁體中文支援到此版為止
這東西能幹麻?
My Dashboard (中譯:論壇小幫手) 在每頁上方顯示一個個人資訊板, 顯示發表統計外加連結到私人訊息和常用搜尋項目的連結. 控制板上也有聯絡管理員的連結, 這樣使用者可以隨時提回報理員他們所遇到的問題.
Ultra版有什麼新功能?
My Dashboard Ultra 將原本分成Basic和Advanced合併在同一個安裝檔, 並且在個人檔案中增加一個 My Dashboard 的控制盤讓使用者設定:

版本歷史
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.0.1 繁體中文化 2004-08-16
檔案下載:
已更新!請至http://phpbb-tw.net/phpbb/viewtopic.php?p=157974#157974
外掛截圖:

首頁顯示時

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

版本歷史
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.0.1 繁體中文化 2004-08-16
檔案下載:
已更新!請至http://phpbb-tw.net/phpbb/viewtopic.php?p=157974#157974
外掛截圖:

首頁顯示時

個人資料更改\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
##############################################################