Quote:
Originally Posted by kylek
I have the same problem and after a lot of searching found that this was coming from my meta tag description in the vb options in the admincp, but cant figure out how to get rid of it.
|
It's in the navbar template.
To remove it, take out the following code:
HTML Code:
<if condition="THIS_SCRIPT == 'index' AND $show['guest']">
<!-- guest welcome message -->
<div class="navbar" style="margin-bottom:5pt;margin-top:5px;font-size:8pt">
Welcome to $vboptions[bbtitle]. $threadinfo[title] $vboptions[keywords]<br />
<phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase></div>
<!-- / guest welcome message -->
<else />
<if condition="THIS_SCRIPT == 'poll'">
<div class="navbar" style="margin-bottom:5pt;margin-top:5px;font-size:8pt">The poll results for <b>$threadinfo[title]</b>. <br /></div>
<else />
<if condition="$thread[title]">
<br/><div class="navbar" style="font-size:8pt"><b>$thread[title]</b><if condition="$pagenumber>1"> Page $pagenumber</if>. Discuss <i>$thread[title]</i>, on $vboptions[bbtitle], the best Forum in the world. $foruminfo[title].<br/> </div>
<else />
<if condition="$foruminfo[title]">
<br/><div class="navbar" style="font-size:8pt">
$foruminfo[title] <if condition="$pagenumber>1">Page $pagenumber </if> on $vboptions[bbtitle]. $foruminfo[description]<br/>
</div>
</if></if></if></if>