Still looking for some help. I am trying to retrct the google ds to after the first post in each thread. I tried to use and IF command but it takes out all the goole ads.
I went into the Postbit template to dd a code that will retrict the ad showing after the first code but the code is not working well.
I added this code (<if condition="$post['postid=1']">)to the beginning of the google code located at the end of the template
Quote:
<if condition="$post['postid=1']">
<div style="padding: $stylevar[cellpadding]px 0px 0px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" align="left"></td>
</tr>
<tr>
<td class="alt1" align="center">
google adsense code here
</td>
</tr>
</table>
</div>
</if>
|
Can someone help with the code?