The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Greetings!
In 3.0.3 I was able to setup by breadcrumbs in the navbar to all appear on the same line, ala: Sevenstring.org » Site Information » Site Updates With the upgrade I've reverted back to the Forum-Name-Underneath setup, and I much prefer it all on one line. How would I go about doing this in 3.5.3? Thanks much! |
#2
|
|||
|
|||
![]()
Figured this out by trial and error. I'm not sure the exact steps, but if you're interested, here's a snippet of my navbar template.
Code:
<!-- breadcrumb, login, pm info --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="alt1" width="100%"> <if condition="is_array($navbits)"> <table cellpadding="0" cellspacing="0" border="0"> <tr valign="bottom"> <td><a href="#" onclick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_square.gif" alt="$vbphrase[go_back]" border="0" /></a></td> <td> </td> <td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb] ? <strong>$navbits[lastelement]</strong></td> </tr> </table> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|