View Full Version : Breadcrumb disable possible ???
Mahoni999
11-21-2011, 03:52 PM
Hello,
is it possible to disable the Breadcrumb in vb Settings?
I don`t want to have the Breadcrumb showing up between my 2 Navbars and i wonder how i can disable this....so the Breadcrumb should not show up at all.
Kind Regards
Lynne
11-21-2011, 05:54 PM
No, it is not. You would need to edit the template and remove it.
To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. (Sometimes the template is the one mentioned at the very top of the page source.)
Mahoni999
11-22-2011, 04:04 PM
Would you mind to help me a bit further?
Can you tell me which Code i do need to quote out? Which Part is responsible for the Navigationspath i nthe Breadcrumb?
I want to have it removed (just quoted out so i can reverse it if needed) sidewide.
Kind Regards
Lynne
11-22-2011, 06:19 PM
I would guess this stuff:
<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_start.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]</td>
</tr>
<tr>
<td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><if condition="$_SERVER['REQUEST_METHOD'] == 'POST'"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="" border="0" /><else /><a href="$navbar_reloadurl"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="$vbphrase[reload_this_page]" border="0" /></a></if> <strong>$navbits[lastelement]</strong></td>
</tr>
</table>
<else />
<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
</if>
Mahoni999
11-22-2011, 06:56 PM
Thank you very much Lynne :)
Now i got it workin :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.