Welcome Panel Template Rewrite

J

J.Black

Guest
This is the Welcome Panel Installed Here In vBTEAM

______________________________


Introduction:

When I first installed Zero Tolerence's Welcome Panel, I found that it had a lot of mistakes on my computer. I set out to make a new template for the hack - and I succeeded. This template is my rewrite of Zero Tolerence's hack.

This Hack Made Possible By Zero Tolerance

Please Remove Zero Tolerance's Plugins When Upgrading from a Previous Version!

Hack Requirements:
This hack has one requirement:
  1. vBulletin v3.6.0 or higher.
Installation

Installation is a breeze! Follow these simple steps:
  1. Upload Files into folders.
  2. Install Welcome Panel Product
  3. Customize!
Yes, it's that simple.

Feature Lists:
Support for v1.x has been dropped.

v2.2.0
  • 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.
  • Show Version
  • Welcome Panel Style (Second Style by Da Pro)
  • FAQ Entries
v3.0.0
  • Displays the number of new posts, threads, and unread private messages.
  • Displays the current time (using the user’s time settings)
  • It displays the user's avatar & links to the edit avatar page.
  • Displays your forum stats:
    • Posts
    • Threads
    • Members
  • Top Poster Statistics
    • Username
    • Profile
    • Amount of Posts
  • Fully Phrased
    • Re-Phrased from v2.2.0
  • New Posts Link (Image or Text)
  • Edit Profile Link (Image or Text)
  • Daily Posts (Image or Text)
  • The forum the user is most active in.
  • How much percentage of the forums total posts does the user own.
  • How many “Posts Per Day” the user has.
  • The Panel is Collapsible
  • Customizable through 13 settings
    • Revamp Settings from v2.2.0
  • Forum Rules link.
  • Forums Latest Announcement
    • Pulled Dynamically from specified forum.
  • Admin Set “useful” links – BBCode allowed!
  • Links to Forum Leaders (vBulletin’s Phrase)
  • Links to the Mark Forums Read system (vBulletin’s Phrase)
  • Links to the Announcement Forum (optional)
  • Alternating Colors
  • Welcome Panel Version (optional)
  • Welcome Panel Style Improved!
  • BBCode Parsing
  • Link to vBulletin.org in ACP’s Product Manager
  • Version Checking enabled.
  • Retrieve Latest Version from database, and display in template.
  • Improved Code: With Zero Tolerance's Permission, code rerelease made this a possibility! Improved!
  • Optional Plural Checking (New Posts, New Threads) New!
  • No Avatar Image: Uses the Image Path setting New!
  • Multiple Templates! New!
Conflicts:
Users have reported that there is a conflict with this modification:
Cyb - Advanced 'New Posts' - vBulletin.org Forum

Change Log:
v3.0.5: May 16, 2007 - New Features & Improved Code
v3.0.4: March 23, 2007 - Bug Fix - new auto version update.
v3.0.3: Immediately released to replace 3.0.2 to add the correct template.
v3.0.2: Bug Fix, immediately removed from download
v3.0.1: Bug Fix
v3.0.0: Initial Release of 3.0.0
 

Hoxxy

New Member
A little tweak for Welcome Panel Template Rewrite:

Description:
This Will Add A Goodmorning/Goodafternoon/Goodevening $username To Replace The Welcome $username

Upload the file attached......

then in the Welcome Panel Template Rewrite .xml file

Replace this:
PHP:
<phrase 1="{$bbuserinfo['username']}">$vbphrase[wp_welcomeback]</phrase>
(this is written about 4 times)

With this:
PHP:
<phrase 1="$bbuserinfo[username]"><script type="text/javascript">
var d = new Date()
var time = d.getHours()

if (time < 12) 
{
document.write("<b>$vbphrase[goodmorning_x]</b>")
}
else if (time>=12 && time<18) 
{
document.write("<b>$vbphrase[goodafternoon_x]</b>")
}
else
{
document.write("<b>$vbphrase[goodevening_x]</b>")
}
</script></phrase>
 

mf1983

New Member
Anyone have similar problem?

I get the following :
There have been 0 posts and 0 threads since your last visit at 01:00, 01.01.1970. The time is currently 21:08, on 14.12.2007. You have 0 unread Private Messages.

"There have been 0 posts and 0 threads since your last visit at 01:00, 01.01.1970."

The problem is last visit here....

any help thanks?
 

mf1983

New Member
Anyone has similar problem?

Problem with last visit.

There have been 0 posts and 0 threads since your last visit at 01:00, 01.01.1970. The time is currently 21:08, on 14.12.2007. You have 0 unread Private Messages.



I also check the phrase.
There have been <b>{1}</b> post{7} and <b>{2}</b> thread{8} since your last visit at {3}.
Sorry for my double post.

Anyone know solution?
 

bAt

New Member
ok, i'll help you to bump this post, since i have similar problem lol. hopefully sumone here do a favor for us.
thanks in advanced
 
Top