The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
this is the code.I never released it anywhere. I edited this and used this twice in my custom work for customers.
please noted that this is only a single breadcrumb in one line, nothing else. there is no login or navbar menu so whatever. the link display control by a css class named tmod2. Style manager> style name> edit templates> navbar and breadcrumb> navbar HTML Code:
<!-- breadcrumb --> <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td width="100%"> <if condition="is_array($navbits)"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td width="100%"><span class="tmod2"><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" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><span class="tmod2">Home</span></a> <span class="tmod2">></span> <span class="tmod2">$vboptions[bbtitle]</span></div> </if> </td> </tr> </table> <!-- / breadcrumb --> HTML Code:
.tmod2 {color: #a39f99;font: bold 11px arial,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;} .tmod2 a:link, .tmod2_alink{color: #a39f99;text-decoration: none;} .tmod2 a:visited, .tmod2_avisited{color: #a39f99;text-decoration: none;} .tmod2 a:hover, .tmod2 a:active, .tmod2_ahover{color: #FFFFFF;text-decoration: underline;} change the color value to your needs |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|