This topic contains 6 replies, has 3 voices. Last updated by Russ Crowley 3 years, 9 months ago.
Topic Author | Topic |
---|---|
Posted: Tuesday Mar 19th, 2013 at 12:41 am #45120 | |
I posted this on an older post, but no-one has responded in the 7 days it has been on there…. …I’m trying to implement a ‘reverse drip’: where content is available on login, and then becomes unavailable after a specified period of time: great for introductory offers. For example using your code (from S2MemberAPI ScriptingContent Dripping (I removed the tags otherwise this message system strips it out): php if(S2MEMBER_CURRENT_USER_PAID_REGISTRATION_DAYS >= 30) This Drips content to Members that started paying you at least 30 days ago. I tried reversing this to: php if(S2MEMBER_CURRENT_USER_PAID_REGISTRATION_DAYS <= 30 However, it didn't work. The content is still visible. Can anyone assist? Thanks, Russ |