2011-12-16, 06:42 PM
This should display ads to guest and admins after post 1 and 3.
<if $postcounter == 1 OR $postcounter == 3 then>
<if $mybb->user['usergroup'] == '1' OR $mybb->user['usergroup'] == '4' then>
<table border="0" width="100%" align="center">
<tr>
<td>
<div align="center" style="padding: 10px;">
<!--put adsense here-->
</div>
</td>
</tr>
</table>
</if>
</if>