PDA

View Full Version : no advertising for paid subscriptions


hitmanuk2k
07-27-2004, 03:30 PM
i had a quick search but couldnt find an exact answer, im sure there is one there somewhere but nevermind.

basically i have several types of ads on my forums, i want to make it so when a member pays a subscription fee, these adds go away... how would i go about setting this up?

Reeve of shinra
07-27-2004, 03:36 PM
You would probably use an IF conditional in the template to exclude the paid member usergroup. Check the vb documention for the syntax.

Andreas
07-27-2004, 04:00 PM
I did if like Reeve of Shinra said:

<if condition="!is_member_of($bbuserinfo, paidgroup)">
Ad code here
</if>