Hi there, I was using an adsense code in postings to all members but it was only showing once in a thread which was ideal.
PHP Code:
<if condition="$post[postcount] % $vboptions[maxposts] == 1">
decided to do an exclude on certain usergroups which does work
PHP Code:
<if condition="!is_member_of($bbuserinfo, 5, 6, 7, 10, 14, 19)">
but now there as an advert under every posting and not just the first one on each thread.
Reply With Quote