The Arcive of vBulletin Modifications Site. |
|
Guest Welcome Message Details »»
|
|||||||||||||||||||||||||
Ok basically this mod will replace the default message to you vistors and hopefully encourange them to sign up. This has been done before but not in this style thanks for looking
Preview http://www.chavmagnet.com SS :- ![]() Simple open your ForumHome Template Admincp >> Style Manager >> Your Skin >> ForumHomeTemplate >> ForumHome Then find this code Code:
<!-- guest welcome message --> <tr> <td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td> </tr> <tr> <td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"> <phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase> </td> </tr> <!-- / guest welcome message --> Code:
<!-- guest welcome message --> <tr> <td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td> </tr> <tr> <div style="background: #EEFFDC; border: 2px dashed #448833; padding: 8px; text-align: center; font-size: 90%;"> Welcome to our forums! To post messages, you will need an account. <a href="register.php?"><b>Create your free account now</b></a>. </div> <br /></td> </tr> <!-- / guest welcome message --> Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Thanks for a great mod , One question , I would like to have the text black , Ideas .. Total
|
|
#3
|
||||
|
||||
|
Use this
Code:
<!-- guest welcome message --> <tr> <td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td> </tr> <tr> <div style="background: #EEFFDC; border: 2px dashed #448833; padding: 8px; text-align: center; font-size: 90%;"><font color="#000000"> Welcome to our forums! To post messages, you will need an account. <a href="register.php?"><b>Create your free account now</b></a>. </div> <br /></td> </tr> </font> <!-- / guest welcome message --> |
|
#4
|
|||
|
|||
|
I love this !! Thank you !!!!
|
|
#5
|
||||
|
||||
|
No Problem Shete
|
|
#6
|
|||
|
|||
|
Quote:
Thanks man , thats what I was after .. Total |
|
#7
|
||||
|
||||
|
No worries bro
|
|
#8
|
||||
|
||||
|
Good mod. Thanks for it.
|
|
#9
|
|||
|
|||
|
Thanks!
|
|
#10
|
|||
|
|||
|
Excelent Thankssssssssssss
|
![]() |
|
|