[DISC] My Dashboard Ultra
Posted: Sat Aug 14, 2004 12:09 pm
What does it do?
My Dashboard displays a personal panel at the top of every page, displaying posting statistics plus links to private messages and useful search results. The panel has rapid contact links to the Site Admin, so users can alert them of any problems at the board.
What's new in Ultra?
My Dashboard Ultra is a roll-up version bringing Basic and Advanced into a single installation. It adds a "My Dashboard" panel to the profile offering the following user-selectable options:
2004-08-25 - Minimise and restore feature added to the dashboard. Update Patch 2 released (1.0.2 to 1.1.0).
2004-08-17 - Now installs using Nuttzy's EasyMOD.
2004-08-16 - Traditional Chinese language pack added, written by StickyKid.
2004-08-15 - Update Patch 1 released (v1.0.0 to v1.0.1/2) Upgrade patches for Advanced or Basic users added. OmegaQuest's instructions to set up My Dashboard Ultra in Ptirhiik's Profile Control Panel added.
Latest version: v1.1.0 released 2004-08-25
Download: My_Dashboard_Ultra.zip (37,657 bytes)
Screenshots:
Display showing advanced mode:

Configuration panel in user profile:

Feature List:
My Dashboard displays a personal panel at the top of every page, displaying posting statistics plus links to private messages and useful search results. The panel has rapid contact links to the Site Admin, so users can alert them of any problems at the board.
What's new in Ultra?
My Dashboard Ultra is a roll-up version bringing Basic and Advanced into a single installation. It adds a "My Dashboard" panel to the profile offering the following user-selectable options:
- show or hide My Dashboard on the page;
- select display in basic or advanced mode;
- include your personal avatar in the display,
(not shown if Admin has disabled avatars); - Minimise and restore the dashboard direct from the title bar;
- db_update.php file included for MySql users.
2004-08-25 - Minimise and restore feature added to the dashboard. Update Patch 2 released (1.0.2 to 1.1.0).
2004-08-17 - Now installs using Nuttzy's EasyMOD.
2004-08-16 - Traditional Chinese language pack added, written by StickyKid.
2004-08-15 - Update Patch 1 released (v1.0.0 to v1.0.1/2) Upgrade patches for Advanced or Basic users added. OmegaQuest's instructions to set up My Dashboard Ultra in Ptirhiik's Profile Control Panel added.
Latest version: v1.1.0 released 2004-08-25
Download: My_Dashboard_Ultra.zip (37,657 bytes)
Screenshots:
Display showing advanced mode:
Configuration panel in user profile:
Feature List:
- Includes a bug fix in privmsgs.php which counts unread messages incorrectly;
- Displays a welcome showing the user name which links to their edit profile page;
- Optionally displays the user's avatar next to their user name;
- Displays the number of new and unread messages the user has, and links to the Inbox;
- Contact links to send Admin email or private message;
- Number of topics the user is watching, links to search page showing these;
- Number of total posts or topics and replies the user has made, links to search page showing these:
- Number of unanswered topics the user has made, links to search page showing these (useful for "bumping");
- Number of total posts or topics and replies since last visit, links to search page showing these;
- Number of unanswered topics on the board, links to search page showing these;
- Number of new and total announcements, with links to search page showing these;
- If the user is not logged in, the Login area is displayed in place of My Dashboard;
- Configuration panel in profile so the user can hide it, or select the display mode;
- Installs using Nuttzy's EasyMOD and Ptirhiik's Profile Control Panel (instructions included);
- Language packs included:
- Traditional Chinese (Taiwan).
Code: Select all
##############################################################
## 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.
## The display also has a minimize and restore feature, and there are additional
## display options available in the user profile to provide full customisation.
## If the user is not logged in, the login box is displayed.
## MOD Version: 1.1.0
##
## Installation Level: Intermediate
## Installation Time: 15 minutes
##
## Files To Edit: 9
## privmsg.php
## search.php
## includes/constants.php
## includes/functions.php
## includes/page_header.php
## includes/usercp_register.php
## language/lang_english/lang_main.php
## templates/subSilver/overall_header.tpl
## templates/subSilver/profile_add_body.tpl
## Included Files: 4
## db_update.php
## dashboard.php
## templates/subSilver/images/dashboard_close.gif
## templates/subSilver/images/dashboard_open.gif
##############################################################
## 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.10, but should work on version 2.0.6 or later.
## It will install and has been successfully tested using Nuttzy's EasyMOD.
##
## This MOD is designed for use with 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.
##
## The images in the templates\subSilver\images folder are 16*15 pixels. There are
## larger images (20*18 px) in the 'Large Images' folder for styles which use them.
## The images use the background from images supplied in the subSilver SDK.
## The subSilver SDK is (c) phpBB Group and not released under the GPL.
##
## 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.
## - StickyKid < jason.hacker@msa.hinet.net > (Jason Hacker) http://www.loveloli.net
## for providing the Traditional Chinese language pack.
## 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.
##
## 2004-08-15 - Version 1.0.1
## - Fixed a small bug to make avatar display obey ACP general config restrictions.
## - Added switch to hide show avatar option if avatars disabled for board or user.
##
## 2004-08-17 - Version 1.0.2
## - Now EasyMOD compliant with test installation done on a clean board.
##
## 2004-08-25 - Version 1.1.0
## - Added minimize and restore buttons to the dashboard display.
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################