The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Display breadcrumbs ONLY on forum, not CMS
Is there any way to modify the breadcrumb code:
Code:
<div id="breadcrumb" class="breadcrumb"> <ul class="floatcontainer"> <li class="navbithome"><a href="index.php{vb:raw session.sessionurl_q}" accesskey="1"><img src="{vb:stylevar imgdir_misc}/navbit-home.png" alt="{vb:rawphrase home}" /></a></li> {vb:raw navbits.breadcrumb} {vb:raw navbits.lastelement} </ul> <hr /> </div> So on any page relating to the forum - topics, user profiles, member list, ANY forum page - the breadcrumbs are displayed, but on any other pages within the vBulletin Publishing Suite, they do not display. Can anyone help me, please? |
#2
|
||||
|
||||
Put a condition around it:
HTML Code:
<vb:if condition="THIS_SCRIPT != 'vbcms'"> breadcrumb code </vb:if> |
#3
|
|||
|
|||
Lynne! Thanks heaps, worked perfectly.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|