Community Support Forums — WordPress® ( Users Helping Users ) — 2010-09-29T10:59:43-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=910 2010-09-29T10:59:43-05:00 http://www.primothemes.com/forums/viewtopic.php?t=910&p=3612#p3612 <![CDATA[Re: Multiple membership option pages]]>
Yes, this is covered under Advanced Conditionals
DashBoard -> s2Member -> API Scripting -> Using Advanced Conditionals

Following your example:
Code:
<?php if (current_user_can("access_s2member_level1")){ ?>
    Some content from Page B
<?php } else { ?>
    Some content from Page A
<?php } ?>

Statistics: Posted by Elizabeth — September 29th, 2010, 10:59 am


]]>
2010-09-28T17:03:56-05:00 http://www.primothemes.com/forums/viewtopic.php?t=910&p=3591#p3591 <![CDATA[Multiple membership option pages]]> We recently implemented and are very happy with s2member plugin!

One issue that we are trying to solve though. We have a membership option page to which non registered user arrive when trying to enter a restricted page.

Now i have another button in my site, and i want to distinguish betweem members to non members.
If non members (and let assume i have only level 1 and i do not allow free registration) click on this page that will be routed to page A, if members click on this page they will be routed to page B.

Is this request avaiable with s2member?

Thanks!
Ohad
http://www.myhobbymaster.com

Statistics: Posted by ohadga — September 28th, 2010, 5:03 pm


]]>