This is a great and simple mod which has helped me a lot in the past with other sites.
I just installed it on a 3.8.4 site and it's working great.
I went through and validated some errors that I found. Here's the "fixed" template info.....
Code:
$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle] - Advertise on Legendary Rockers!</title>
</head>
<body>
$header
$navbar
<!-- Main -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" id="table1">
<tr>
<td class="tcat">Advertise with $vboptions[bbtitle]!</td>
</tr>
<tr>
<td class="alt1" colspan="3">
$vboptions[ad_description]
<strong>
<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>
</strong><br />
$vbphrase[threads]: $totalthreads,<br />
$vbphrase[posts]: $totalposts,<br />
$vbphrase[members]: $numbermembers<br />
<br />
Total of monthly unique visitors: $vboptions[monthlyunique]<br />
Total of daily unique visitors: $vboptions[dailyunique]
</td>
</tr>
</table>
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" id="table2">
<tr>
<td class="tcat">Areas Available:</td>
<td colspan="2" class="tcat" width="100%">Details:</td>
</tr>
<tr>
<td rowspan="12" valign="top" class="alt1"><img src="http://www.legendaryrockers.com/images/misc/ad.gif" alt="Advertise With Us!" /></td>
<td colspan="2" class="thead">468x60 Header Banner</td>
</tr>
<tr>
<td class="alt1" width="70%">
$vboptions[header_des]<br />
<font color="#FF0000"><b>$vboptions[header_banner] Spots available</b></font><br /><br />
Extensions: .gif, .jpg, animated .gif and flash .swf<br />
Rotation: $vboptions[header_rotation] different banners<br />
</td>
<td class="alt2" width="30%" align="center"><strong>$$vboptions[price_header_banner] per month</strong><br /><br />
$vboptions[paypal_header_banner]
</td>
</tr>
<tr>
<td colspan="2" class="thead">240x60 Footer Banner</td>
</tr>
<tr>
<td class="alt1" width="70%">
$vboptions[footer_des]<br />
<font color="#FF0000"><b>$vboptions[footer_banner] Spots available</b></font><br /><br />
Extensions: .gif, .jpg, animated .gif and flash .swf<br />
Rotation: $vboptions[footer_rotation] different banners<br />
</td>
<td class="alt2" width="30%" align="center"><strong>$$vboptions[price_footer_banner] per month</strong><br /><br />
$vboptions[paypal_footer_banner]
</td>
</tr>
<tr>
<td colspan="2" class="thead">160x160 Sponsored Button</td>
</tr>
<tr>
<td class="alt1" width="70%">
$vboptions[sponsor_des]<br />
<font color="#FF0000"><b>$vboptions[sponsor_button] Spots available</b></font><br /><br />
Extensions: .gif, .jpg, animated .gif and flash .swf<br />
Rotation: $vboptions[sponsor_rotation] different buttons<br />
</td>
<td class="alt2" width="30%" align="center"><strong>$$vboptions[price_sponsor_button] per month</strong><br /><br />
$vboptions[paypal_sponsor_button]</td>
</tr>
<tr>
<td colspan="2" class="thead">180x60 Affiliates Button</td>
</tr>
<tr>
<td class="alt1" width="70%">
$vboptions[aff_des]<br />
<font color="#FF0000"><b>$vboptions[aff_button] Spots available</b></font><br /><br />
Extensions: .gif, .jpg, animated .gif and flash .swf<br />
Rotation: $vboptions[aff_rotation] different buttons<br />
</td>
<td class="alt2" width="30%" align="center"><strong>$$vboptions[price_aff_button] per month</strong><br /><br />
$vboptions[paypal_aff_button]</td>
</tr>
<tr>
<td colspan="2" class="thead">Text Link</td>
</tr>
<tr>
<td class="alt1" width="70%">
$vboptions[text_des]<br />
<font color="#FF0000"><b>$vboptions[text] Links available</b></font><br /><br />
Link title: max 25 characters, including spaces.<br />
Rotation: No<br />
</td>
<td class="alt2" width="30%" align="center"><strong>$$vboptions[price_text] per month</strong><br /><br />
$vboptions[paypal_text]</td>
</tr>
<tr>
<td colspan="2" class="thead">NOTE:</td>
</tr>
<tr>
<td class="alt1" colspan="2">
$vboptions[ad_note]
</td>
</tr>
<tr>
<td class="thead" colspan="3" align="center"></td>
</tr>
</table>
<!-- / Main -->
$footer
</body>
</html>
....there are a couple of places that you'll have to change to your own information. Those are in
RED within the template code above.
Hope it helps! :up: