The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Trying to find 2 "$navbits" Variables
Hi.
I am trying to find where navbar gets "$navbits[breadcrumb]" and "$navbits[lastelement]" from. I have searched around the forums and can not seem to find what I need. Any help on to where I can find the 2 variables would be greatly appreciated. Sincerely, - TrinityEnt |
#2
|
|||
|
|||
search in phrases in the language and phrases menu...
|
#3
|
|||
|
|||
I have tried that.
Code:
No Phrases Matched Your Query I am trying to do something like this. Code:
<if condition="("$navbits[breadcrumb]" == "Section Title")"> class="current"</if> I just need to know how it prints "$navbits[breadcrumb]", I am assuming that "$navbits[lastelement]" will be similar. |
#4
|
|||
|
|||
Well your breadcrumb is in the navbar template...what exactly are you trying to do?
the breadcrumb i believe is when it shows your forum name and when you click a forum it shows the forum and everything in the navbar...like a navigation... |
#5
|
|||
|
|||
Im trying to do a tab system
Code:
<li<if condition="("$navbits[lastelement]" == "Section Title")"> class="current"</if> <if condition="("$navbits[breadcrumb]" == "Section Title")"> class="current"</if>> <a href="#" title="Tab Title"><span>Tab text</span></a> </li> I want the tab to stay highlighted as long as a person is in the section. Sort of like vbulletin.org`s. |
#6
|
|||
|
|||
Did you ever find this? I want to add an RSS Feed icon next to each forum listed in the navbits, but I can't seem to find the location of them.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|