Quote:
Originally Posted by popowich
Hello,
Where do you insert the code for this mod to look like your version?
-Raymond
|
Hi Raymond, instead of using the suggested code below:
Quote:
<!-- message -->
<if condition="(($post[postcount] % $vboptions[maxposts] == 1)) and ($show['guest'])">
<span style="margin: 2px; float: right; width: 301px; height: 251px;">
ADSENSE CODE HERE
</span>
</if>
<div id="post_message_$post[postid]">$post[message]</div>
<!-- / message -->
|
I used his instead:
Quote:
<!-- message -->
<div id="post_message_$post[postid]">$post[message]</div>
<if condition="(($post[postcount] % $vboptions[maxposts] == 1)) and !is_member_of($bbuserinfo,10,11,12,14)"><br />
<center><span style="margin: 5px; width: 470px; height: 62px;">
ADSENSE CODE HERE
</span></center>
</if>
<!-- / message -->
|
The
!is_member_of($bbuserinfo,10,11,12,14) part of the
<if> statement specifies which usergroups do not see the ads.