PDA

View Full Version : Duplicate


MarySBP
01-20-2012, 04:24 PM
For some reason I have a duplicate forum name on my site.. see attached image.. I do not know how to delete this.. can anyone help.

Thanks

nerbert
01-20-2012, 05:05 PM
That's just the way it's coded. You can go to FORUMHOME template and comment that out.


{vb:raw header}

{vb:raw navbar}

<div id="pagetitle">
<h1>{vb:raw vboptions.bbtitle}</h1>
<!-- p id="welcomemessage" class="description">{vb:rawphrase welcome_to_the_x, {vb:raw vboptions.bbtitle}}</p -->
</div>

<vb:if condition="$show['sidebar']">
<div id="content_container"<vb:if condition="$show['sidebarposition'] == 'left'"> class="contentright"</vb:if>>
<div id="content">
</vb:if>

MarySBP
01-20-2012, 05:33 PM
Thank you so much! Worked perfectly!!