Quote:
Originally Posted by ozzy47
In the template FORUMHOME, find this bit of code:
Code:
<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>
And change it to this:
Code:
<vb:comment>
<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:comment>
|
That worked. Thank you.
Ozzy, you are turning into the Gandolph of vBulletin. Ever the wise.

:up: