The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I change navbit code?
I have the following code for a custom page called staff.php:
PHP Code:
See images as reference. |
#2
|
||||
|
||||
Weird thing is it used to be there in an early beta and users complained about it being there and so it was taken out. Since the code was changed so it won't show up there any longer, I think you will have to manually add it into your navbar template. Basically write a condition that says "if not on content page (that is the cms page), then show this....." and put the link there. I think that would be :
HTML Code:
<vb:if condition="THIS_SCRIPT != 'vbcms'"> link here </vb:if> |
#3
|
|||
|
|||
Here is what your looking for:
PHP Code:
|
#4
|
|||
|
|||
This solution doesn't work for me... I need a way to add navbits in DIFFERENT lines, not a single line. You could do this in VB3, how do you do this in VB4?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|