I have premium members on my forum and I want some of the ads to not display for them. I know to make ads only display for guests its
Code:
<if condition="$show['guest']">
<--ad code here-->
</if>
But I'm not sure how to say "show these ads to these usergroups only." Can I just replace guest with the usergroup id number, or how would that work?
|