Howto: Remove forum title?

thisisepic

New Member
Hello, I noticed whenever you update the title name that shows on the title bar of your web browser it also changes it here..

name.jpg


I would like to remove the title from this area only.

Help is appreciated, thanks!
 
Find and remove these codes bits from the navbar template:

HTML:
<span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a>
</span>

HTML:
<strong>$vboptions[bbtitle]</strong>
 
Back
Top