View Full Version : Breadcrumb of the forums only - not the thread titles
garyion
09-09-2009, 10:01 AM
We are working on the design of forum.
We want a breadcrumb of just the main forum and sub forums only and not the thread title, reply etc.
We would like the breadcrumb to stop at the last forum.
Any ideas on how to achieve this?
thanks in advance
Lynne
09-09-2009, 02:39 PM
Just don't include the part of the code that calls the thread title. Try just replacing the stuff in red with a space or just get rid of the whole row (I didn't look at the html to see if that would effect anything else, so look into it if that is what you decide to try):
<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>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.