Back to vBulletin 3.6 Template Modifications

Guest Welcome Message
Mod Version: 1.00, by ChavMagnet

This modification is in the archives.
vB Version: 3.6.2 Rating: (0 vote - 0 average) Installs: 21
Released: 09 Oct 2006 Last Update: Never Downloads: 1
Not Supported  

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 :- http://img217.imageshack.us/img217/1702/ssgj9.gif

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 -->
Replace With

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 -->

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024