The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Welcome Panel Hack V1.1 [vB3.0.x] Details »» | |||||||||||||||||||||||||
Version 1.1 Hack Author: Name: SmasherMaster E-Mail: webmaster@megareviews.com Forums: http://www.megareviews.com/forums Description: This hack replaces the box on top of the postbit in the index page with a snazzy panel with stats, new posts and PMs. When you go to view a different page, the box on top of the navbar changes into the default navigation/breadcrumb box. Changelog: V1.1 |-Changed file edit to global.php for tidier code. | |-Added file and new template edits for VbAdvanced CMPS so the welcome panel will work on CMPS. V1.0 |-Welcome Panel Hack RELEASED! Installation Time: 5 min. Zip Contents: Welcome_Panel_Hack.zip |-instructions.txt -- Instructions on how to install this hack. |-noavatar.gif -- Image for members who don't have an avatar yet. |-guestavatar.gif -- Image for guests. |-Welcome_Panel_Guest.jpg -- What the panel will look like to a guest |-Welcome_Panel_loggedin.jpg -- What the panel will look like to a member with an avatar |-Welcome_Panel_loggedin_noav.jpg -- What the panel will look like to a member without an avatar Testing: Tested on vBulletin 3.0.3 Files to Modify: forumroot/global.php Templates to Modify: forumhome (Optional) navbar Images to Upload: noavatar.gif guestavatar.gif Notes: If you use this hack, please click on the INSTALL button. You will be notifited via email about any updates or changes. My first hack made, and thanks to Zero Tolerance for the Welcome Panel hack inspiration. Show Your Support
|
Comments |
#82
|
|||
|
|||
and with 3.0.5 also works...
there's any help for my question plz??? :'( |
#83
|
|||
|
|||
I need help...
I added the coding to global.php and to the navbar template. Now when I try to access my Admin CP, I get this error message: Parse error: parse error, unexpected '(' in /home/reality/public_html/admincp/global.php on line 30 I can't find the problem. Any help you can give me would be appreciated. |
#84
|
|||
|
|||
Quote:
|
#85
|
|||
|
|||
I'm pretty new to all of this stuff... I think this is line 30 (the one in bold):
// identify where we are define('VB_AREA', 'Forum'); // ################################################## ########################### // Start initialisation require_once('./includes/init.php'); // ################################################## ########################### // Start functions if (DB_QUERIES) { // start functions parse timer echo "Parsing functions.php\n"; $pageendtime = microtime(); $starttime = explode(' ', $pagestarttime); $endtime = explode(' ', $pageendtime); $beforetime = $endtime[0] - $starttime[0] + $endtime[1] - $starttime[1]; './includes/init.php' (include_path='.:/usr/lib/php:/usr/local/lib/php')echo "Time before: $beforetime\n"; if (function_exists('memory_get_usage')) { echo "Memory Before: " . number_format((memory_get_usage() / 1024)) . 'KB' . " \n"; } } require_once('./includes/functions.php'); if (DB_QUERIES) { // end functions parse timer $pageendtime = microtime(); $starttime = explode(' ', $pagestarttime); $endtime = explode(' ', $pageendtime); $aftertime = $endtime[0] - $starttime[0] + $endtime[1] - $starttime[1]; echo "Time after: $aftertime\n"; echo "Time taken: " . ($aftertime - $beforetime) . "\n"; if (function_exists('memory_get_usage')) { echo "Memory After: " . number_format((memory_get_usage() / 1024)) . 'KB' . " \n"; } |
#86
|
|||
|
|||
perhaps could be the functions.php on the include... I don't see anything wrong... but I'm a lammah on that
|
#87
|
|||
|
|||
Quote:
Quote:
I'm new to this also. |
#88
|
|||
|
|||
thanks for this fantastic hack - I've installed it with CMPS and had no issues at all
|
#89
|
|||
|
|||
Quote:
Thank you |
#90
|
|||
|
|||
How I can made it run I've I got navbar desactivated???
|
#91
|
||||
|
||||
this hack adds alot of queries in a website, 6 minimum has anyone tried to optimize it?
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|