Community Support Forums — WordPress® ( Users Helping Users ) — 2010-06-23T22:30:21-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=162 2010-06-23T22:30:21-05:00 http://www.primothemes.com/forums/viewtopic.php?t=162&p=1144#p1144 <![CDATA[Re: 2 free and 2 paid memberships]]>
There is more information on Advanced Conditionals, inside your WP Dashboard, under:
s2Member -> API Scripting -> Advanced Conditionals

Here is a quick example.

Step 1. Install the Exec-PHP plugin.
http://wordpress.org/extend/plugins/exec-php/

Step. 2. Place something like this in your Login Welcome Page, using the HTML tab.
Code:
<?php if(S2MEMBER_CURRENT_USER_ACCESS_LEVEL === 0){ ?>

    Login Welcome Page content for Free Subscribers.

<?php } else if(S2MEMBER_CURRENT_USER_ACCESS_LEVEL > 0) { ?>

    Login Welcome Page content for paid Members with a Level > 0.

<?php } ?>

Statistics: Posted by Jason Caldwell — June 23rd, 2010, 10:30 pm


]]>
2010-05-28T11:09:10-05:00 http://www.primothemes.com/forums/viewtopic.php?t=162&p=629#p629 <![CDATA[Re: 2 free and 2 paid memberships]]> Statistics: Posted by EastCoaster — May 28th, 2010, 11:09 am


]]>
2010-05-28T10:09:26-05:00 http://www.primothemes.com/forums/viewtopic.php?t=162&p=627#p627 <![CDATA[Re: 2 free and 2 paid memberships]]> Statistics: Posted by EastCoaster — May 28th, 2010, 10:09 am


]]>
2010-05-28T09:55:28-05:00 http://www.primothemes.com/forums/viewtopic.php?t=162&p=625#p625 <![CDATA[Re: 2 free and 2 paid memberships]]>
Im sure jason will reply with a solution soon.
Sorry I can't be of more help.

Statistics: Posted by rossagrant — May 28th, 2010, 9:55 am


]]>
2010-05-28T09:25:09-05:00 http://www.primothemes.com/forums/viewtopic.php?t=162&p=624#p624 <![CDATA[Re: 2 free and 2 paid memberships]]>
Also what about the paypal buttons? Do I just not put an buttons for the two free levels?

Thanks!

Statistics: Posted by EastCoaster — May 28th, 2010, 9:25 am


]]>
2010-05-28T09:10:15-05:00 http://www.primothemes.com/forums/viewtopic.php?t=162&p=623#p623 <![CDATA[Re: 2 free and 2 paid memberships]]>
For details of allowing Free Subscriptions.

Statistics: Posted by rossagrant — May 28th, 2010, 9:10 am


]]>
2010-05-28T09:03:22-05:00 http://www.primothemes.com/forums/viewtopic.php?t=162&p=621#p621 <![CDATA[2 free and 2 paid memberships]]>
How do you set two free levels of membership in s2member? I tried setting the amount due to 0.00 but that didn't work.

Please help! Thanks!

Statistics: Posted by EastCoaster — May 28th, 2010, 9:03 am


]]>