nwingate
03-27-2006, 05:31 AM
I know if I want to add an ad after the first post I open up the postbit template and ad this at the end.
<if condition="!$GLOBALS['FIRSTPOSTID']">
<!-- Adsense here -->
</if>
What conditions would I have to add to make it only appear to visitors?
<if condition="!$GLOBALS['FIRSTPOSTID']">
<!-- Adsense here -->
</if>
What conditions would I have to add to make it only appear to visitors?