View Full Version : How do I remove excess page title from Breadcrumbs?
HighRollerX
04-26-2009, 06:00 PM
How do I remove excess page title from Breadcrumbs?
Example:
CellMonkey.com >
Instead of Page title CellMonkey.com | Your Cell Phone Community Forums
I want to keep full title, but dont want full title in breadcrumbs menu.
tipoboy
04-26-2009, 06:06 PM
How do I remove excess page title from Breadcrumbs?
Example:
CellMonkey.com >
Instead of Page title CellMonkey.com | Your Cell Phone Community Forums
I want to keep full title, but dont want full title in breadcrumbs menu.
quick way to do it would be to go to your navbar template and find:
<td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
and replace:
$vboptions[bbtitle]
with your site URL: cellmonkey.com
there might be a better way to do it perhaps someone else might elaborate further
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.