The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Stuck: Tinkering with breadcrumb style
So i'm trying to tinker with the breadcrumb style for the top of the page's.
I've got it so its displaying right on the forum home, and the forum thread listing page. The issue i've got though is when your viewing a thread within a category or if your on multiple categories down ie: more than one. The first entry and the last segment are just fine but the breadcrumb bit in the middle is smaller than the rest of the font some how the replacement in the template is ignoring the master style set to it. How/Where do I go to edit this or has anyone got any better suggestions on how todo it? Code:
if condition="is_array($navbits)"> <table cellpadding="0" cellspacing="0" border="0"> <tr valign="top"> <td width="100%" class="navbar-header"> <span class="navbar-header"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a> $navbits[breadcrumb] > <strong>$navbits[lastelement]</strong></span></td> </tr> </table> <else /> <div class="navbar-header" style="font-size:10pt"> <strong>$vboptions[bbtitle]</strong> </div> </if> EDIT: DOH can remove this thread/close it whatever moment of clarity i worked it out. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|