Version: 2.1.1, by King Kovifor
Developer Last Online: Aug 2015
Version: 3.5.8
Rating:
Released: 11-12-2005
Last Update: 04-27-2006
Installs: 132
Uses Plugins Template Edits
Additional Files
No support by the author.
Introduction:
I found Zero Tolerence's Welcome Panel's template dull, and it had a lot of mistakes on my computer, and it shows up on a lot of the sites I visit that have it. It annoyed me so I threw together my own Template for his hack. This is it. I've called it Welcome Panel Template Rewrite, as that's exactly what it is. It's about to go into it's next version, so be on the look out.
This hack will not work if...
You must install this hack (Zero Tolerence's Welcome Panel) before my hack will work. It requires the plugins. Just don't follow the installation instructions for the template.
Installing:
All you have to do to install this hack is upload the .xml file that's attached to your Products Manager and it'll install the template and phrases.
Note: Be sure to chose the correct .xml! It is reccomended that you chose either v1.3 (location within zip: back releases/v1.x) or v2.1.1's XML file (main folder)!
v1.3 Features:
Displays New Posts
Avatar Display
Forum Stats
Fully Phrased
New Posts Link
Edit Profile Link
Edit Avatar Link
Most Active in.
Percent of Forum Posts
Posts Per Day
Number of Posts
Forum Stats
Collapsable
More Features will be added in v2.0. You can gain IMAGE links by PMing me.
v2.0 Features:
Displays the number of new posts.
It displays the user's avatar & links to the edit avatar page.
Displays your forum stats:
Posts
Threads
Members
The welcome panel is fully phrased.
Displays a link for new posts.
There is a link to edit your profile.
It shows the forum your most active in.
It displays the percent of your posts compared to the total forum posts.
It displays the users posts per day count.
It displays the users number of posts.
The welcome panel is collapsable if the user doesn't want it there.
Completely customizable through a setting group with 13 settings.
Displays users current time (in their time zone)!
Image or Textual links for New Posts, Daily Posts, and Edit Your Profile.
Displays the number of new Private Messages.
Displays the number of new Threads.
Customizable link for forum rules.
Customizable to the latest forum announcement (thread only).
Latest Announcment name is customizable through a setting.
There is an admin editable section for "useful links", HTML required.
Link to forum leaders. (uses vB default phrase so if you change it to something else the welcome panel also changes)
Link to Mark Forums Read. (uses vB default phrase so if you change it to something else the welcome panel also changes)
Link to the announcement forum.
The colors now alternate correctly on your welcome panel.
New! Show Version
New! Welcome Panel Style
Thanks to DaPro for Style Option #2!
Version 2.1.1 Addresses some bugs within the style.
Support:
I will give support in this thread.
Bugs:
Please report all bugs in this thread.
Special Thanks to...
Zero Tolerence - Zero told me how to add setting groups, settings, and everything with that sort.
lanc3lot - Thanks for making the buttons! Also for your great suggestions too!
GrendelKhan{TSU - For the fully phrased suggestion!
DaPro
Planned Features...
Top Poster (ETA: v2.2)
Your Thread Count (ETA: v2.2)
Customizable Favorite Forum Link: User Set (ETA: v2.2)
Planned Settings:
Default Welcome Panel (ETA: v2.2)
Font (ETA: v2.2)
Beta Testers:
lanc3lot
icemann
Screenshots Below.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
This has never worked properly on my board and I do not know why. It never shows how many posts and threads since the last visit, says I own 0.00% of the boards posts (when I'm close to a top poster, for obvious reasons). I'm not sure what i've done wrong -- I installed everything as told.
I like this hack a lot, I just want to make sure I say that!
edit: You said to revert templates -- what templates?
Revert ZT's forumhome_welcomepanel template to get rid of his template...
There might be some bad reading in your plugin - but I didn't mess with that so I'm not sure why it would be wrong... If you want it working I could spend a few minutes this week-end looking at your site and plugins...
Wanted to thank you for your mod and point out a little error that popped up. After an import from another db, one of our users with an apostrophe in her name caught this unquoted part in the forumhome_start hook.
Code:
$wpsql3 = $db->query("SELECT * FROM `" . TABLE_PREFIX . "thread` WHERE `postusername`='" . $vbulletin->userinfo['username'] . "'");
$wp_user_thread_count = $db->num_rows($wpsql3);
I'm fairly new to vBulletin but for sanity:
Code:
$wpsql3 = $db->query("SELECT * FROM `" . TABLE_PREFIX . "thread` WHERE `postusername`='" . $db->escape_string($vbulletin->userinfo['username']) . "'");
$wp_user_thread_count = $db->num_rows($wpsql3);
orth, thanks for that. I'll add it and do a quick 3.0.2 release soon... But so you know, this is the vB 3.5.7 thread. There is a separate thread for that release.
orth, thanks for that. I'll add it and do a quick 3.0.2 release soon... But so you know, this is the vB 3.5.7 thread. There is a separate thread for that release.
Doh, oops, guess I wasn't paying that much attention, problem was I had this marked as Installed instead of 3.6 version. Oops, and you're welcome!