Cristián Lávaque
Forum Replies Created
-
“they are told to login or sign up”
I guess you’re talking about the message you put in the Membership Options Page, right? You’d use the variables available there to create a login link that has the redirection back to the protected page.
These articles may help:
http://www.s2member.com/kb/s2mop-shortcode/
http://codex.wordpress.org/Plugin_API/Filter_Reference/login_redirectThank you! I’m very glad you’re finding it so useful. 🙂
Thank you so much for the kudos! I’m glad I could help you and that you’re liking s2Member so much. Let me know if you need help again. 🙂
That would overwrite all the results with the same level access capability in the array. That’s why we used the times as key, so that they are unique.
You can use this method to get the times, all or only the ones for particular access capability: https://github.com/WebSharks/s2member/blob/000000-dev/s2member/includes/classes/access-cap-times.inc.php#L186
I hope that helps. 🙂
Wow, Bob, thank you so much! You made my day.
I’m very glad I could assist you. Let us know when you need help again! 🙂
Isn’t you who submitted the support ticket 3577? I replied to it, check your email please. 🙂
It seems to be a permissions problem with your server, where the images in s2’s folder aren’t served. You’d need to ask your webhost about that.
I’m very glad you’re so happy with s2Member and my assistance. I wish you a ton of success with your site! Feel free to contact me again if you need help. 🙂
Gotchal. Yeah, the visual editor has issues sometimes. Sure, let me know if you have other questions. 🙂
> We were just hoping to be able to customize that message and provide personal contact to the client in case something went wrong.
You may want to follow this: https://github.com/websharks/s2member/issues/243
Please make sure you have logging enabled, so we get more information about the transactions. WP Admin -> s2Member -> Log Files
See if there’s any problem there in the entries for your test transactions, please.
Also, if you’re using the Sandbox, I recommend avoiding it. See: https://www.youtube.com/watch?v=08t45PYeHxk
Let me know how it goes. 🙂
Yeah, that’s the WP setting. WP Admin -> Settings -> General -> Anyone Can Register
If s2Member is not active, it can’t be preventing registrations. I don’t know if something else in your installation would.
@carfis Ah, that’s too bad. They should update their site about it… But they’re so inconsistent between products and countries.
Would another of the payment gateways supported be available in Germany? Also, we’re working on the Stripe integration, not sure if that’s there.
Well, the List Server API can transition the user between lists when he changes level. WP Admin -> s2Member -> List Servers -> Automate
See also: https://www.youtube.com/watch?v=3lPSTjRP0DU&list=PL5B5D737AD153F3CE
With that, you could have the benefits at Level 1, and if they stop paying for that access, they’d be demoted to Level 0. WP Admin -> s2Member -> PayPal Options -> Auto EOT Behavior
Then the list server integration for Level 0 could have a list that doesn’t send the content that Level 1 gets, but instead is a sequence to get them to upgrade again, or simply not email them.
I hope that helps. 🙂
WP Admin -> s2Member -> Notifications -> Registrations
WP Admin -> s2Member -> General -> Email -> New User -> AdminOr you can try a plugin that lets you email users. http://wordpress.org/plugins/search.php?q=newsletter
I hope that helps. 🙂