|
Attention Guest: Please Register!
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>
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 Link In Blue To Your Own Link Download No files for download. Screenshots |
|||||||||