Viewing 6 replies - 1 through 6 (of 6 total)
  • If you look at the dripping section in the s2 back-end, you will see that that is possible using PHP. So, presumably, you could edit your post template to include that, and that would be it.

    Thread Starter gcozzens

    (@gcozzens)

    Unfortunately I don’t know PHP, but know enough to include PHP in a file. The membership site is 100% pages and not posts, is there one piece of code I could put into one file that would take care of this?

    Example:

    Level 0 and 1 available immediately after registration
    Level 2 after 7 days
    Level 3 after 14 days
    Level 4 after 21 days
    Level 5 after 28 days
    Level 6 after 35 days

    This is being sold as an Evergreen Launch so the timing is based on days after registration

    Just look at the s2Member back-end and you will see what the possibilities are.

    What I would do — and I’m a user, not a dev — is add the appropriate codes to wrap your content in your page.php file. Make sure you’re using a child theme, or block theme updates, otherwise these changes will get overwritten by a them update. Obviously, test first in a test installation.

    If you can’t do this yourself, pay a developer to do it for you. It shouldn’t cost much.

    Thread Starter gcozzens

    (@gcozzens)

    Hmm. Sounds like a way to go, but I would really like to have the Theme update when needed or I will find myself in a potential security vulnerability

    You don’t understand. If you use a child theme, you will still be able to have theme updates. But they won’t overwrite these changes. So you get the best of both worlds.

    If you don’t use a child theme (which, frankly, is not the right way to use WordPress) then you’ll need to block updates.

    Thread Starter gcozzens

    (@gcozzens)

    I use OptimizePress as the Theme. I will check out the Page.php file to see if it’s something I can manage or not. It would be alot better if S2 would just add this as an option, but I asked for this a while ago and nothing has happened. Wishlist and others have this as part of the standard product.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘S2 Member Dripping by Membership Level’ is closed to new replies.