View Full Version : Integration with vBulletin - Insert $navbar on any page
Some pages, like the registration pages, disable this variable. To use this template on any page follow these steps:
Open up global.php
Find:
eval('$header = "' . fetch_template('header') . '";');
Beneath it insert:
eval('$navbar = "' . fetch_template('navbar') . '";');
- Antago
ShackMaster
11-07-2008, 03:55 PM
It seems like a good idea, but I am trying to figure out how it might be useful.
SEOvB
11-08-2008, 12:31 PM
i think register.php is the only page without it, and instead of a file edit, why not create a plugin at the right location for the fix.
Wrong forum and you can do this via product on the hook global_start or _complete.
Ah, thanks. I am used to modifying things myself. I did not know about the plugins as I am new to vBulletin and not PHP
...well, new to the new vBulletin. Last time I worked with vBulletin was, as my join state indicates, many years ago
Princeton
11-11-2008, 02:04 PM
moved to Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
all modifications must be attached (ie. zip, text, html, plugin--xml, etc)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.