View Full Version : How to remove Forum Title & Welcome to the Forum Title?
wonderfulwat
06-06-2010, 08:54 AM
I'd like to remove the "Forum Title" and "Welcome to the Forum Title". Screenshot attached. Any help?
Lynne
06-06-2010, 01:09 PM
Remove from FORUMHOME template:
<vb:if condition="$show['member']">
<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>
inenigma
06-06-2010, 05:39 PM
I've always hated deleting bits of code from new systems. I've commented that block of code out.
Madpoodle
06-08-2010, 09:20 AM
Can you just remove one or the other?
Lynne
06-08-2010, 12:39 PM
Sure.
zauha4
06-16-2010, 06:54 PM
Remove from FORUMHOME template:
<vb:if condition="$show['member']">
<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>
where i can found this forumhome in admin cp ?
p/s: i'm newbies..sorry to ask
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.