Quote:
Originally Posted by addamroy
Another example, if a guest is viewing a thread started by usergroup-a, the guest will see ads, however if a guest is viewing a thread started by usergroup-b, the guest will not see any ads.
|
It's possible, you probably just have to put something like:
Code:
<vb:if condition="is_member_of($post, a)">
code for ad
</vb:if>
probably in the postbit or postbit_legacy template. (Of course 'a' should be the usergroup id).