Statistics: Posted by Cristián Lávaque — May 8th, 2011, 9:26 pm
Statistics: Posted by cassel — May 8th, 2011, 8:19 pm
Statistics: Posted by Cristián Lávaque — May 8th, 2011, 8:11 pm
<?php if (!is_user_logged_in()) { ?>
You should see this general public leaf
<?php } ?>
<?php if (current_user_is("s2member_level0")) { ?>
You should see this leaf
<?php } ?>
Statistics: Posted by cassel — May 8th, 2011, 3:02 pm
<?php if (current_user_is("s2member_level1")) && (current_user_can("access_s2member_ccap_BASIC")){ ?>
Display the content for the ccap Basic.
<?php } else if (current_user_is("s2member_level1")) { ?>
Display the content for registered members only
<?php } else if (current_user_is("s2member_level0")){ ?>
Display the content for registered members only
<?php } else { ?>
Display the general "sales" page for general public
<?php } ?>
Statistics: Posted by cassel — May 8th, 2011, 1:47 pm
[s2If !is_user_logged_in()]
Display the content for all visitors, but hide the page for registered, and paid members
[/s2If]
[_s2If current_user_is(s2member_level0)]
Display the "sales page" for registered members, but, hide the specific "sales" page for visitors, and the page for paid members.
[/_s2If]
[_s2If current_user_is(s2member_level1)]
Display the page for Paid memers, but hide the previous two pages
[/_s2If]
Statistics: Posted by cassel — May 8th, 2011, 11:50 am
Statistics: Posted by cassel — May 8th, 2011, 11:30 am
Statistics: Posted by cassel — May 8th, 2011, 8:42 am
Statistics: Posted by Cristián Lávaque — May 7th, 2011, 2:51 pm
Statistics: Posted by Cristián Lávaque — May 7th, 2011, 1:22 pm
Statistics: Posted by cassel — May 7th, 2011, 9:22 am