The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Welcome Panel Template Rewrite v2.1 Details »» | |||||||||||||||||||||||||
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:
More Features will be added in v2.0. You can gain IMAGE links by PMing me. v2.0 Features:
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...
Planned Features...
Planned Settings:
Beta Testers:
Screenshots Below. Show Your Support
|
Comments |
#262
|
|||
|
|||
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? |
#263
|
||||
|
||||
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... |
#264
|
|||
|
|||
Aha! I deleted the old plugin's and reuploaded them and FINALLY it works, wahoo! Thank you!
|
#265
|
||||
|
||||
Glad you found a solution... Sorry I wasn't able to help...
|
#266
|
|||
|
|||
Hi King,
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); 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 |
#267
|
||||
|
||||
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.
|
#268
|
|||
|
|||
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!
|
#269
|
||||
|
||||
I fixed the problem, but caused my own bug... So 3.0.3 was released about 10 minutes after 3.0.2! LOL.... 3.0.4 is already in development.
|
#270
|
|||
|
|||
this is mod is a pita to get to work.
|
#271
|
||||
|
||||
What do you mean? I believe it's a very simple modification? I would be willing to assist in anyway possible.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|