Back to vBulletin 3.8 Template Modifications

Attention Guest: Please Register!
Mod Version: 1.00, by tommyturnage

vB Version: 3.8.x Rating: (3 votes - 5.00 average) Installs: 52
Released: 02 Mar 2009 Last Update: Never Downloads: 10
Not Supported  

This is a simple notice for guests to register. Its on a table by itself like a notice.

Please Click Installed. My First "Mod"

Open FORUMHOME

Find:
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 -->
<br />
</if>
Replace With:
Code:
<if condition="$show['guest']">
 <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat" width="100%">
<div style="text-align: center;">
Join Today!
</div>
</td>
</tr>
<tr>
<td class="alt1" width="100%">
<div class="smallfont">
<center>
<a href="http://www.yoursite/forum/register.php"><FONT SIZE=4>Attention Guest: Please Register!</FONT></a>
<BR>
This enables access to exclusive features such as viewing over 23,000 downloads, posting, and joining our 10,000 strong community!
</center>
</div>
</td>
</tr>
</table>
</if>
<BR>
Change The Words In Red To Whatever You Want
Change The Link In Blue To Your Own Link

Download

No files for download.

Screenshots

Click image for larger version
Name:	Screeny.jpg
Views:	2774
Size:	106.9 KB
ID:	95715  


vblts.ru supports vBulletin®, 2022-2024