Is This Why New Member Reports No Access?
Posted: April 5th, 2011, 12:52 am
I'm using this code
<?php if(S2MEMBER_CURRENT_USER_REGISTRATION_DAYS >= 1){ ?>
so that certain content is released to new members - but a new member says they can't see the link to the content - is this because I should set the day number to zero for new members? - I'm dripping content out and they should have immediate access after paying....
Thanks!
David
<?php if(S2MEMBER_CURRENT_USER_REGISTRATION_DAYS >= 1){ ?>
so that certain content is released to new members - but a new member says they can't see the link to the content - is this because I should set the day number to zero for new members? - I'm dripping content out and they should have immediate access after paying....
Thanks!
David