Quote:
Originally Posted by wolfey
Now if I can also get rid of that House and "Forum" I'd be happy too!
|
IMPORTANT:
Always backup your database before making any edits.
In
navbar look for:
PHP Code:
<ul class="floatcontainer">
<li class="navbithome"><a href="index.php{vb:raw session.sessionurl_q}" accesskey="1"><img src="{vb:stylevar imgdir_misc}/navbit-home.png" alt="{vb:rawphrase home}" /></a></li>
{vb:raw navbits.breadcrumb}
{vb:raw navbits.lastelement}
</ul>
READ CLOSELY:
Delete everything there
except for
PHP Code:
{vb:raw navbits.breadcrumb}
So the surrounding code will look like this when done....
PHP Code:
<div id="breadcrumb" class="breadcrumb">
{vb:raw navbits.breadcrumb}
<hr />
</div>
This will remove the "Home" icon and the word "Forum" on your Forum Homepage, but still keep your quick navigation links within your forums.
FUN FACT: Removing this seems to speed up the page load. I would suspect its because it queries less in the CSS for browsers to decode.