View Full Version : how to remove forum name from above board..
FASEOFMARS
03-10-2010, 01:16 PM
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..
Lynne
03-10-2010, 01:48 PM
Did you try looking in the template - FORUMHOME - and removing it from there?
FASEOFMARS
03-10-2010, 05:39 PM
what exactly do i remove from the FORUMHOME template?
thanks btw..
--------------- Added 1268250261 at 1268250261 ---------------
nevermind i see what i have to remove now..
thanks a bunch!
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
Lynne
03-12-2010, 09:32 PM
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.)
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
Lynne
03-13-2010, 02:03 AM
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 .
FASEOFMARS
03-15-2010, 12:36 AM
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..
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.