The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding navbar to new templates
I need to call a $navbar template from a new custom template that I created.
I have tried the following: 1. $navbar 2. $GLOBALS[navbar] 3. Making a plugin that hooks into the parse_templates with the following code. global $navbar; eval('$navbar = "' . fetch_template('navbar') . '";'); Neither of these have worked. Anybody know how to actually do this?!! SOLVED: Turns out that if you do both 2 & 3 together, it works! Why is this not documented? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|