The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Modifying $navbits[breadcrumb] howto?
In the navbar template I got the breadcrumb/navbits modified to show like below.
What this means is that I have 3 columns, 1 for the first section (usually forum home url), 1 for the last section (the currently viewed forum or topic). The problem is the middle one. No matter how many "steps" there are in this breadcrumb... it will always show in the same column. What I need is for them to all have their own column. Example: Currently: | forumhome |> forum1 subforum3 subsubforum8 |> thread33 | Needed: | forumhome |> forum1 |> subforum3 |> subsubforum8 |> thread33 | I hope you can understand this . Basically I just need to find a way to modify $navbits[breadcrumb], but haven't got a clue where it is defined, it doesn't seem to be defined in any template... perhaps its hardcoded in a php file. Any input would be welcome, thx in advance. HTML Code:
<table style="z-index:3; position:absolute; top:105px; left:100px;" border="0" cellpadding="0" cellspacing="0"> <tr> <td nowrap="nowrap"> <a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle] <img src="/images/subnav/arrow_right2.gif" style="margin:1px 0 0 6px" border="0" align="top" alt="" /></a> </td> <td nowrap="nowrap"> $navbits[breadcrumb]<img src="/images/subnav/arrow_right2.gif" style="margin:1px 0 0 6px" border="0" align="top" alt="" /> </td> <td nowrap="nowrap"> <a href="$scriptpath">$navbits[lastelement] <img src="/images/subnav/arrow_right2.gif" style="margin:1px 0 0 6px" border="0" align="top" alt="" /></a> </td> </tr> </table> |
#2
|
|||
|
|||
*bump*
|
#3
|
|||
|
|||
*bump* again
|
#4
|
|||
|
|||
come on ppl
|
#5
|
|||
|
|||
I'd like to know this also....
|
#6
|
|||
|
|||
LOL, found out that the navbar_link template handles this
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|