The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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 |
![]() |
|
|