Want to display ads, but not for mods or subscribers?
I wanted to add a Google AdSense ad after the first post in every thread...but didn't want Mods, Admins or Subscribers to have to see it. Can this be done? This is the code in the postbit for displaying it to all users after the first post in each thread...
Code:
<if condition="$post['postid'] == $thread['firstpostid']">
Your Adsense Code Goes Here
</if>