Jake Bunce
Thu 1st Apr '04, 6:37pm
How do I display banner ads for all but paying members?
You can do this with usergroups and template conditionals. Setup a subscription in your:
Admin CP -> Subscriptions -> Subscription Manager
Have the subscription add users to a "contributor" usergroup. Then setup a conditional around the banner ad in your templates, like this:
<if condition="!is_member_of($bbuserinfo, contributor usergroupid)">
banner image code
</if>
You can do this with usergroups and template conditionals. Setup a subscription in your:
Admin CP -> Subscriptions -> Subscription Manager
Have the subscription add users to a "contributor" usergroup. Then setup a conditional around the banner ad in your templates, like this:
<if condition="!is_member_of($bbuserinfo, contributor usergroupid)">
banner image code
</if>