Quote:
Originally Posted by HighRollerX
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:
Code:
<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:
Code:
$vboptions[bbtitle]
with your site URL: cellmonkey.com
there might be a better way to do it perhaps someone else might elaborate further