Cristián Lávaque
Forum Replies Created
-
Hi Nick.
This article may help you with that: https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
You can try the WP setting described there, and if it doesn’t work on your server configuration, contact your host for help with it.
I hope that helps. 🙂
The file can be protected at a specific level putting it in subfolders. See: WP Admin > s2Member > Download Options > Custom Capability and Member Level Files
E.g. /s2member-files/access-s2member-level1/
The link itself can be displayed or not using a conditional. https://s2member.com/kb-article/s2if-simple-shortcode-conditionals/
E.g. [s2If current_user_can(access_s2member_level1)]Link to level 1 file.[/s2If]
I hope that helps. 🙂
s2Member can protect files in its s2member-files dir, or through the AWS integration. Sorry, it doesn’t work with files in another server. :/
I haven’t done it, or remember seeing it done. So I’m not going to say it can’t be done, I just don’t know how to do it.
s2Member works from WordPress, it’s a WordPress plugin, and its restrictions apply to content served by/via WordPress. This includes download protection, except for the Amazon integration.
See if this article helps you: https://s2member.com/kb-article/can-i-change-the-s2member-files-directory-location/
🙂
The number of clients actually using it were very, very few to justify the work it needed.
I will consider adding it again in the future. I’m making a note of your request as a vote towards it.
🙂
Hi vipini.
You could try a combination of the s2Member Notifications API with the s2Member Pro Remote Operations API.
See:
https://s2member.com/kb-article/building-an-api-notification-handler-webhook/
https://s2member.com/kb-article/pro-api-for-remote-operations/
I hope that helps. 🙂
- This reply was modified 7 years ago by Cristián Lávaque.
Ah, great! 🙂
What do you mean it doesn’t work? Is it in a conditional?
Could you please tell me how you’re trying to use it? Give me as much info as possible.
I look forward to your update. 🙂
Not that I know of.
Hi Brad,
This is not the place, because it’s Tony’s review of the plugin, but I’ll answer quick, and in the future you can ask in the forums, ok? 🙂
Yes, you can use the s2Member Framework for free without limits, it’s not a trial, to do what you described. Install it, explore it, read the knowledge base at s2member.com/kb or watch the videos on youtube to learn more, and anytime you have questions, let us know over at forums.wpsharks.com. I hope s2 helps you get your business off the ground and I wish you a ton of success!
- This reply was modified 7 years, 1 month ago by Cristián Lávaque.
Thank you so much, @macacochines! I’m very glad you’re enjoying it! The gratitude is mine. 😀
Thank you so much for the review! I’m very glad you’re enjoying s2Member and getting to achieve what you want.
Let me know any time you need help again. 😀
Hi @polyfade,
It may be a Mod Security issue. Please see this article: https://s2member.com/kb-article/mod-security-odd-403-503-500-errors/
I hope that helps! Let me know how it goes. 🙂
Gotcha.
Yes, it can be done, no problem. Do you have the free s2 or the Pro version?
If free, enable Open Registration, and then link to the wp-login.php registration page. WP Admin > s2Member > General Options > Open Registration
If you have the s2Member Pro, you can leave Open Registration disabled, and use a Free Registration pro-form in a WP page. WP Admin > s2Member Pro > PayPal Pro-Froms > Free Registration
Then in a page protected with s2’s level 0, to have the user logged in, put s2’s PayPal upgrade button. It’s important that he’s logged into his account when loading the page with the button, so his account is referenced, otherwise the payment will go towards a new signup.
Is that button you have there, generated with s2’s shortcode for the PayPal button? It’s important to use s2’s shortcode for the user’s access to be updated correctly.
Does that help? 🙂