View Full Version : Removing name of my website from main page
Speedy2000
06-16-2009, 05:03 PM
Is there a way to remove the name of the forums from the part below the navbar? I've attached a screenshot.
Attitude5ire
06-17-2009, 03:32 AM
Check in the navbar template..
it should be the navbits[breadcrum] section.
remove that part.
maybe there is an option to disable through vb options not sure.
Speedy2000
06-17-2009, 09:14 AM
Found it :)
It's in the Navbar part. Removed this code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%">
<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>
</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>
</td>
</tr>
</table>
thanks
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.