This is a discussion on [HOW-TO] Make your Welcome Headers an image! within the Template Modifications forums, part of the vBulletin SEO Discussion category; Originally Posted by pspmodandcfw Thats smart shhazz but how to i remove the welcome header so just the notice shows ...
Yes i use the default header
Last edited by Brandon_R; 08-29-2009 at 03:37 PM.
In your forumhome template almost towards the top of the template there is this:
Code:<if condition="$show['guest']"> <!-- guest welcome message --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td> </tr> <tr> <td class="alt1"> <phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase> </td> </tr> </table> <!-- / guest welcome message -->![]()
ok i deleted it and it worked thanks
Yeah i can make the image but i dont know how to do that dreamwaver thingy
Yeah i bought photoshop like 3 months now and have gotton quite familiar with it but i dont know how to add a link to a specific word on the pic, maybe ill just make the entire pic go to register.php
Last edited by Brandon_R; 12-04-2008 at 10:11 PM.
Just got it installed Thanks!
Is the Welcome headers mod really needed to insert the image?
Cant i just replace the content of the default welcome massage by
editing the phrase: first_visit_message ???
Hello Zhou, You could do that as well.
The Forum Hosting - Forum Hosting from the Forum Experts
I dont want to install the mod if the image trick can be done via x phrase but i have some problems with tables.
It works fine if i just add image and a simple table, but when i set the width to 100% the whole forum get wrapped around the table.
HTML Code:<table border="1" width="100%"> <tr> <td>cell</td> </tr> </table>
That should not be having any issues. Is the above the exact code it happens on?
The Forum Hosting - Forum Hosting from the Forum Experts
Fantastic and just implemented, thanks so much.