Quote:
Originally Posted by Kevlar21
So does anyone know how to remove this "Forum" text?
|
You can't without removing your breadcrumb which would affect the rest of your site.
However, if you really, really, want to try that ........
I don't advise this, but since you asked...
Ignore the steps in my
1.1 update and when you find this
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}
Wrap the whole thing around with this
PHP Code:
<vb:comment> </vb:comment>
When done it will look like this
PHP Code:
<vb:comment> <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} </vb:comment>
Remember, you do this on your own risk.
I suggest you backup 1st.