• Resolved ipiccolo

    (@ipiccolo)


    Hi there. I’m not very skilled in PHP or coding.

    I want to set up a membership site, to offer courses with a duration of 5 months.
    My rule is that the first month the client see content A, the second month will see content A + B, the third month A + B + C. and so on.
    I can not find how to do, so that a client can see incremental content every month. remaining at the same level (ie level 1)

    It may also be,depending upon how long an existing member has been paying me.
    I’m using s2member standard. And paypal standard.

    I would be very grateful for any help.

    https://wordpress.org/plugins/s2member/

Viewing 5 replies - 1 through 5 (of 5 total)
  • See:
    WP Admin -> s2Member -> Scripting -> Content Dripping
    http://www.s2member.com/kb/s2drip-shortcode/

    I hope that helps. 🙂

    Thread Starter ipiccolo

    (@ipiccolo)

    Thanks a lot Cristian.

    I installed the plugin ezPHP and made some tests, with PHP similar to the one in “WP Admin -> s2Member -> Scripting -> Content Dripping”.
    Seems to work well.

    the only problem now is that I’m forced to work my pages in text mode,
    because if I go to visual, the PHP code is not recognized.

    ¿any help?

    I am using “Elegant Themes (MyProduct)”

    > I installed the plugin ezPHP and made some tests, with PHP similar to the one in “WP Admin -> s2Member -> Scripting -> Content Dripping”. Seems to work well.

    Great! 🙂

    That’s a limitation with every PHP execution plugin I’ve tried, the visual editor will break the PHP code. Because the visual editor is not meant for code, that’s what the text tab is for.

    > the only problem now is that I’m forced to work my pages in text mode, because if I go to visual, the PHP code is not recognized.

    But you can search the repository to see if you find a plugin that doesn’t have a problem with the visual editor, I haven’t looked in a long time.

    By the way, the s2Drip shortcode doesn’t have a problem with the visual editor.

    Thread Starter ipiccolo

    (@ipiccolo)

    Thanks again Cristian.

    It looks like the problem is only with “The comparison operators”. When you switch from text to visual and vice versa. (i.e. the operator >= becomes > =)

    I am going to search the repository to see.

    I know that s2Drip does not have a problem. and I’m seriously considering migrating to Pro

    Gotchal. Yeah, the visual editor has issues sometimes. Sure, let me know if you have other questions. 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Show additional content each month for the same level.’ is closed to new replies.