<?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.5 >= 1){ ?>
Drip content to Members who are at least 1 month old.
<?php } ?>
<?php if(S2MEMBER_CURRENT_USER_REGISTRATION_DAYS/30.5 >= 2){ ?>
Drip content to Members who are at least 2 months old.
<?php } ?>
<?php if(S2MEMBER_CURRENT_USER_REGISTRATION_DAYS/30.5 >= 3){ ?>
Drip content to Members who are at least 3 months old.
<?php } ?>
<?php } ?>
Statistics: Posted by Jason Caldwell — October 27th, 2010, 7:47 am
Statistics: Posted by KirkWard — October 27th, 2010, 7:19 am
S2MEMBER_CURRENT_USER_REGISTRATION_TIME
S2MEMBER_CURRENT_USER_REGISTRATION_DAYS
<?php echo S2MEMBER_CURRENT_USER_REGISTRATION_TIME; ?>
<?php echo S2MEMBER_CURRENT_USER_REGISTRATION_DAYS; ?>
<?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 >= 1){ ?>
Drip content to Members who are at least 1 month old.
<?php } ?>
<?php if(S2MEMBER_CURRENT_USER_REGISTRATION_DAYS/30 >= 2){ ?>
Drip content to Members who are at least 2 months old.
<?php } ?>
<?php if(S2MEMBER_CURRENT_USER_REGISTRATION_DAYS/30 >= 3){ ?>
Drip content to Members who are at least 3 months old.
<?php } ?>
<?php } ?>
Statistics: Posted by Jason Caldwell — October 27th, 2010, 4:03 am
Statistics: Posted by KirkWard — October 26th, 2010, 11:47 am