This is a simple bbcode for my guest download section, my forum is protected from guest access ,cant see links,because im create simple Guest Download code and want share this code with VBteam users...
DEMO IS HERE
----------------------------------------------------------------
Install:
First upload images folder in your forum root
next:
1.) Go in ACP > Custom BB Codes > Add New BB Code
2.) Title - Guest Download
3.) BB Code Tag Name - gd
4.) Replacement:
Change this line
with your site name
5.) Example - [gd]guest download[/gd]
6.) Use {option} - No
7.) Button Image (Optional) - images/editor/gd.gif
8.) Remove Tag If Empty - Yes
9.) Disable BB Code Within This BB Code - Yes
10.) Disable Smilies Within This BB Code - Yes
11.) Disable Word Wrapping Within This BB Code - Yes
Save
DEMO IS HERE
----------------------------------------------------------------
Install:
First upload images folder in your forum root
next:
1.) Go in ACP > Custom BB Codes > Add New BB Code
2.) Title - Guest Download
3.) BB Code Tag Name - gd
4.) Replacement:
Code:
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="33" colspan="3">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="300" background="images/misc/Untitled-1_1.png" height="38"><div align="center"></div></td>
<td background="images/misc/Untitled-2.png"> </td>
<td width="48" background="images/misc/Untitled-2.png" height="39"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#000000" width="10"> </td>
<td bgcolor="#000000">
<table border="1" width="100%" cellspacing="0" cellpadding="0" style="border-collapse: collapse; border: 1px solid #69ac00" bgcolor="#FFFFFF">
<tr>
<td style="font-family: Arial; font-size: 12px; color: #707070; text-align: center">
<p style="margin: 5px">{param}</td>
</tr>
</table>
</td>
<td bgcolor="#000000" width="10"> </td>
</tr>
<tr>
<td colspan="3">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td background="images/misc/Untitled-2.png" height="11" width="11">
<img border="0" src="images/misc/Untitled-2.png" width="1" height="1"></td>
<td bgcolor="#000000" height="11">
<div align="center">
<a href="http://www.[color=Red]yoursite[/color].com/register.php" target="_top"><img src="images/misc/Untitled-3.png" border="0"></img></a></div>
</font>
<td background="images/misc/Untitled-2.png" height="11" width="11">
<img border="0" src="images/misc/Untitled-2.png" width="1" height="1"></td>
</tr>
</table>
</td>
</tr>
</table>
Change this line
Code:
http://www.[color=Red]yoursite[/color].com/register.php
5.) Example - [gd]guest download[/gd]
6.) Use {option} - No
7.) Button Image (Optional) - images/editor/gd.gif
8.) Remove Tag If Empty - Yes
9.) Disable BB Code Within This BB Code - Yes
10.) Disable Smilies Within This BB Code - Yes
11.) Disable Word Wrapping Within This BB Code - Yes
Save