Statistics: Posted by Cristián Lávaque — September 26th, 2011, 1:47 am
Statistics: Posted by kiwis — September 17th, 2011, 12:25 pm
<?php if (current_user_can("access_s2member_level1")){ ?>
if level 1... stuff...
<?php } ?>
<?php if (current_user_can("access_s2member_level1")){ ?>
<?php if (current_user_can("access_s2member_ccap_10white")){ ?>
user can access 10 white labels.. display some stuff.
<?php } ?>
<?php if (current_user_can("access_s2member_ccap_01red")){ ?>
user can access 1 red labels.. display some stuff.
<?php } ?>
<?php } else { ?>
No access to page at all
<?php } ?>
user can access 10 white labels.. display some stuff.
user can access 1 red labels.. display some stuff.
Statistics: Posted by kiwis — September 17th, 2011, 11:11 am