The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
+Solved+ Navbits for custom pages
I am looking to get navbits on custom pages to show a bit more than what they do at the moment. I'm not sure how I would do this, but I'm not looking for anything fancy. I don't mind having it so I have to add it in myself, I just need to know what codes for the CSS and stuff like that.
If anyone could shed any light on this it would be great!! I am using Lynnes articles, if that helps. http://www.pukkaradio.net |
#2
|
||||
|
||||
You would use this code in your php.
Code:
$navbits = construct_navbits(array('index.php' => 'Forum Home', '' => 'Sub Page below forum home')); $navbar = render_navbar_template($navbits); |
#3
|
|||
|
|||
Thanks for your help, where would I add this info to my page?
Sorted!! Thanks for your help, much appreciated fella!! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|