Community Support Forums — WordPress® ( Users Helping Users ) — 2012-01-30T23:05:02-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=17067 2012-01-30T23:05:02-05:00 http://www.primothemes.com/forums/viewtopic.php?t=17067&p=61962#p61962 <![CDATA[Re: Content dripping]]>
WP Admin -> Appearance -> Widgets -> Text
WP Admin -> s2Member -> API / Scripting -> Advanced/PHP Conditionals
WP Admin -> s2Member -> API / Scripting -> s2Member Content Dripping


And to not even load the page if the person still should wait longer, you could create a customization that checks the page ID and the user's registration time and redirects to the Membership Options Page if needed. Watch this video starting around minute 7, it's not about dripping, but it'll help give you an idea of what to do: http://youtu.be/h7zBH938VbA

I hope that helps. :)

Statistics: Posted by Cristián Lávaque — January 30th, 2012, 11:05 pm


]]>
2012-01-29T08:00:57-05:00 http://www.primothemes.com/forums/viewtopic.php?t=17067&p=61859#p61859 <![CDATA[Re: Content dripping]]>
Yes thats what I mean, I look forward to that feature. I suppose a work around could be to create a custom post format.
Will it also be possible to protect directories based on time, so that a clever user can't access the content before the post is available?

Thank you

Statistics: Posted by Philly — January 29th, 2012, 8:00 am


]]>
2012-01-29T04:57:50-05:00 http://www.primothemes.com/forums/viewtopic.php?t=17067&p=61856#p61856 <![CDATA[Re: Content dripping]]> Statistics: Posted by Cristián Lávaque — January 29th, 2012, 4:57 am


]]>
2012-01-28T17:09:36-05:00 http://www.primothemes.com/forums/viewtopic.php?t=17067&p=61843#p61843 <![CDATA[Content dripping]]>
I know you can use
Code:
<?php if(S2MEMBER_CURRENT_USER_PAID_REGISTRATION_DAYS >= 30){ ?>
    Drip content to Members that started paying you at least 30 days ago.
<?php } ?>
to protect the contents of the post but the actual post itself would still remain visible to users not eligible to see

Thanks

Statistics: Posted by Philly — January 28th, 2012, 5:09 pm


]]>