Quote:
Originally Posted by Zilvia
Is there any way to have this display after the 1st post?
|
Yes - but you don't need to install the hack to do that. Just add the following (untested) to the end of the postbit and postbit_legacy templates:
PHP Code:
<if condition="$post['postcount'] == 1">
$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">
<!-- ad code goes here -->
</td>
</tr>
</table>
</div>
$spacer_close
</if>