The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how to remove forum name from above board..
i would like to remove the copied html tag/forum name that is displayed above the first category..
i would also like to remove the "welcome to" part below it.. anyone any clue? thanks.. |
#2
|
||||
|
||||
Did you try looking in the template - FORUMHOME - and removing it from there?
|
#3
|
|||
|
|||
what exactly do i remove from the FORUMHOME template?
thanks btw.. --------------- Added [DATE]1268250261[/DATE] at [TIME]1268250261[/TIME] --------------- nevermind i see what i have to remove now.. thanks a bunch! |
#4
|
|||
|
|||
I also would like to remove the copied html tag/forum name that is displayed above the first category..
i would also like to remove the "welcome to" part below it.. I go to template FORUMHOME but I can't find where to change it, can someone tell me how to do this? Thanks kmey |
#5
|
||||
|
||||
To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. (Sometimes the template is the one mentioned at the very top of the page source.)
|
#6
|
|||
|
|||
Hello and thanks for your help,I still cant find where to Edit the name and the Welcome to the.
I did what you said . vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then I go to FORUMHOME template and look for the source code I can't find any code with this in it.. is this it? <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> Thanks kmey |
#7
|
||||
|
||||
I'm not sure what you are asking. That is the code for those things. One is an option - bbtitle (in vboptions > site url/etc > forum title) and the other is a phrase called welcome_to_the_x .
|
#8
|
|||
|
|||
its easy just search in templates > FORUMHOME
then find <!---<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 wrap it in them red tags to delete it.. or you can remove it but you may just want to wrap it in them delete tags.. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|