http://www.phpbb.com/community/viewtopi ... 0&t=575458
by Gleasonator on Tue Aug 21, 2007 3:19 am
MOD Title: Welcome Panel
MOD Description: A welcome panel similar to vB's Welcome Panel mod.
MOD Version: 0.1.0
MOD Download: HERE
Last Stable version: None
Demo Board: HERE
Demo Username: Bill Cosby
Demo Password: huckstable
Current Features:
Displays user's name (clickable)
Displays user's avatar (clickable)
Displays number of posts since last visit (clickable)
Displays number of unread private messages (clickable)
-
Displays number of posts created by user (clickable)
Displays user's average number of posts per day
-
Displays number of forum members (clickable)
Displays number of threads on forums
Displays number of posts on forums
Planned Features:
Add user's percent of total forum posts
Add forum most active in
Add last visit time
-
Possibly more
Please let me know if you run into any issues with this mod, the MODX file, or anything else. Also please note that this is my first phpBB mod and my first shot at PHP, so updates will probably take a while.
Known Bugs:
Avatar only shows if uploaded to the forum's server, and will not show up if liked elsewhere
Note to translators!
If you would like your language to be included, translate this code (from language/en/common.php) and I will add it to the \contrib directory (crediting you, of course):
代碼: 選擇全部
//[BEGIN MOD]--{Welcome panel}--[BEGIN MOD]\\
'GWP_PANEL_TITLE' => 'Welcome Back',
'GWP_WELCOME_BACK' => 'Welcome back',
'GWP_NEW_POSTS_LEFT' => 'There have been',
'GWP_NEW_POSTS_RIGHT' => 'new posts since your last visit.',
'GWP_YOUR_STATS' => 'Your personalised statistics',
'GWP_PM_COUNT_LEFT' => 'You have',
'GWP_PM_COUNT_RIGHT' => 'unread private messages',
'GWP_POST_COUNT_TEXT' => 'Your total forum posts',
'GWP_POSTS_PD_TEXT' => 'Average posts per day',
'GWP_MEMBERS' => 'Members',
'GWP_THREADS' => 'Threads',
'GWP_POSTS' => 'Posts',
'GWP_EDIT_PROFILE' => 'Edit Your Profile',
//[END MOD]--{Welcome panel}--[END MOD]\\