The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to remove Forum Title & Welcome to the Forum Title?
I'd like to remove the "Forum Title" and "Welcome to the Forum Title". Screenshot attached. Any help?
|
#2
|
||||
|
||||
Remove from FORUMHOME template:
HTML Code:
<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> |
#3
|
||||
|
||||
I've always hated deleting bits of code from new systems. I've commented that block of code out.
|
#4
|
|||
|
|||
Can you just remove one or the other?
|
#5
|
||||
|
||||
Sure.
|
#6
|
|||
|
|||
Quote:
p/s: i'm newbies..sorry to ask |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|