<?php if(S2MEMBER_CURRENT_USER_IS_LOGGED_IN_AS_MEMBER){ ?>
This is some content that will be displayed to all Members.
<?php if(S2MEMBER_CURRENT_USER_REGISTRATION_DAYS >= 30 || current_user_can("access_s2member_level3")){ ?>
Drip content to Members who are more than 30 days old.
<?php } ?>
<?php if(S2MEMBER_CURRENT_USER_REGISTRATION_DAYS >= 60 || current_user_can("access_s2member_level3")){ ?>
Drip content to Members who are more than 60 days old.
<?php } ?>
<?php if(S2MEMBER_CURRENT_USER_REGISTRATION_DAYS >= 90 || current_user_can("access_s2member_level3")){ ?>
Drip content to Members who are more than 90 days old.
<?php } ?>
<?php } ?>
Statistics: Posted by Jason Caldwell — October 24th, 2010, 12:17 am
Statistics: Posted by slater — October 23rd, 2010, 10:18 pm