I am using s2member (free) and trying to setup content drip for a course.
There is much info on using s2Drip, but that is a pro feature that I have not yet purchased.
I have installed and activated the ezPHP plugin and would like to use the [php][/php] Shortcodes in the Page for each module of the course.
The following restrictions are already set:
s2member level = 1
custom capability = mc_b
The course is intended to be delivered in 4 modules, to be released a few days apart on the following schedule:
module1 - immediate access
module2 - 2 days later
module3 - 3 days later = day 5
module4 - 2 days later = day 7
How do I do this?
I assume that I would start with:
[php]if(current_user_can(access_s2member_ccap_mc_b)):[/php]
but how do I then setup the content drip?
appreciate the help!!!