Page 1 of 1

how to prevent people from creating a subscription twice

PostPosted: July 27th, 2011, 4:05 pm
by webnola
I am trying to see how to prevent a higher access level from seeing a page intended only for lower membership levels.

In this example, we have a "upgrade membership" page which, once completed, upgrades the user to level 2.

How can we limit people who are level 2 and higher from seeing this page?

Re: how to prevent people from creating a subscription twice

PostPosted: July 27th, 2011, 5:14 pm
by Cristián Lávaque
You can use conditionals, it won't redirect the person to the Membership Options Page, but it'll prevent the conditioned content from showing. WP Admin -> s2Member -> API / Scripting -> Simple/Shortcode Conditionals -> Example #3