How To Display Banner Ads for all but Paying Members

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    How To Display Banner Ads for all but Paying Members

    How do I display banner ads for all but paying members?

    Originally posted by Jake Bunce
    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:

    Code:
    <if condition="!is_member_of($bbuserinfo, [b]contributor usergroupid[/b])">
    	[b]banner image code[/b]
    </if>
    Last edited by Jake Bunce; Thu 1 Apr '04, 1:56pm.
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...