Quote:
Originally Posted by theChronic
hey whats up
I got that code for ya. It works flawlessly on my board, only shows to guests and only shows if there are two posts and it shows in a little sponsored box which looks nice.
PHP Code:
<if condition="$post[postcount] == 1 AND $show[guest]">
$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" align="left">Sponsored Links</td>
</tr>
<tr>
<td class="alt1" align="center">
(adsense code or whatever other banners/ads you want go here)
</td>
</tr>
</table>
</div>
$spacer_close
</if>
Put this at the very end of your postbit_legacy template. GL 
|
This is the best one I have found so far, very simple. Worked in postbit, version 5.4