Cristián Lávaque
My Latest Replies (From Various Topics)
| Author | Replies |
|---|---|
| Author | Replies |
| Posted: Saturday Jun 16th, 2012 at 4:23 am #16653 | |
|
|
|
|
Hi Toni. Thanks for reporting that. I managed to bypass the required custom fields by disabling JavaScript in my browser. This works because s2Member only checks for this browser site. I hope that helps understand what happened with those users. They either bypassed them on purpose, or have a browser with no JavaScript support, or are accounts created by scripts/bots. Jason is adding server side validation of the profile fields and it will be available in a few weeks. No exact date for it, though. |
|
| Posted: Saturday Jun 16th, 2012 at 4:15 am #16652 | |
|
|
|
|
I’m glad that did the trick, Paul. Thanks for the update! :) |
|
| Posted: Saturday Jun 16th, 2012 at 4:11 am #16651 | |
|
|
|
|
Hi Sepano. Thanks for reporting this. I’ll forward it to Jason to review it. |
|
| Posted: Saturday Jun 16th, 2012 at 4:09 am #16650 | |
|
|
|
|
;) |
|
| Posted: Saturday Jun 16th, 2012 at 3:56 am #16649 | |
|
|
|
|
Right, a user can have multiple custom capabilities. In his profile page you’ll find a field for them, and you’d enter them separated with commas: [hilite mono]ccap1,ccap2,ccap3[/hilite]. |
|
| Posted: Saturday Jun 16th, 2012 at 3:49 am #16648 | |
|
|
|
|
That’s fine then. Try this: Edit your latest post and protect it at level 0 or higher, use the “more” tag, save and log out. Then go to your homepage or the category where the post will be, and you should see the post’s title and the content up to the “more” tag, click the link to “continue reading” and you’ll be taken to the Membership Options Page. |
|
| Posted: Saturday Jun 16th, 2012 at 3:40 am #16647 | |
|
|
|
|
No problem. Glad to help. :) |
|
| Posted: Saturday Jun 16th, 2012 at 3:40 am #16646 | |
|
|
|
|
No problem. Glad to help. :) |
|
| Posted: Saturday Jun 16th, 2012 at 3:39 am #16645 | |
|
|
|
|
No, only static files go in S3, like the image files. You upload them to the bucket that has the CloudFront distribution and then use the CF URL for it, but not with your domain name. |
|
| Posted: Saturday Jun 16th, 2012 at 2:05 am #16642 | |
|
|
|
|
Ah, you meant a payment every 6 months indefinitely? Yes, what you said. :) |
|
| Posted: Friday Jun 15th, 2012 at 10:57 pm #16636 | |
|
|
|
|
Hugh, thanks for the kudos! Glad you’re liking it. :) Jim, s2Member Level 0 is the same as the Subscriber role. What you need to do, if you don’t want content to be visible to that role, is protect the content, e.g. a higher level, like Level 1. |
|
| Posted: Friday Jun 15th, 2012 at 10:02 pm #16633 | |
|
|
|
|
Hi Bruce. It’s fine if you want to have two separate WordPress installations. Normally, it’s simpler to keep everything in one and just segment the content, but in your case, with the things you mentioned, you’ll probably do better with two installations. Not multisite, because that’s really a single installation with separate front ends. The server load may be the similar, no significant difference there.
Thanks for the kudos! :) |
|
| Posted: Friday Jun 15th, 2012 at 9:52 pm #16632 | |
|
|
|
|
That sounds right. If you’re not sure, you can check with your webhost if you set up the cron job properly. |
|
| Posted: Friday Jun 15th, 2012 at 8:17 pm #16629 | |
|
|
|
|
Here’s what Jason replied:
|
|
| Posted: Friday Jun 15th, 2012 at 8:12 pm #16628 | |
|
|
|
|
Just heard back from Jason:
|
|
| Posted: Friday Jun 15th, 2012 at 8:08 pm #16626 | |
|
|
|
|
Okay, I was suspecting it may be a problem with wp_cron, and Jason confirmed it now:
I hope that helps. :) |
|
| Posted: Friday Jun 15th, 2012 at 8:29 am #16585 | |
|
|
|
|
Glad you figured it out. Thanks fot the update. :) |
|
| Posted: Friday Jun 15th, 2012 at 8:28 am #16584 | |
|
|
|
|
The thank you page should be http://domainname.com/?s2member_pro_clickbank_return=1
Because you restricted the thank-you page at to Level 1. The user that just checked out is not at Level 1 yet, the thank-you page should be visible to him without the new access he just purchased. I hope that helps. :) |
|
| Posted: Friday Jun 15th, 2012 at 8:03 am #16579 | |
|
|
|
|
To use PHP in a WP post/page, you need to have a PHP execution plugin installed and use the HTML editor only, never the Visual one. http://wordpress.org/extend/plugins/exec-php/ I hope that helps. :) |
|
| Posted: Friday Jun 15th, 2012 at 8:01 am #16578 | |
|
|
|
|
Excellent! Thanks for the update. :) |
|
| Posted: Friday Jun 15th, 2012 at 8:00 am #16577 | |
|
|
|
|
Ah, sorry I had not seen these posts before I wrote my comment on your other thread about this redirection issue with SSL.
I see. Can’t you use the CloudFront domain, at least in the secure pages, instead of your subdomain? |
|
| Posted: Friday Jun 15th, 2012 at 7:56 am #16576 | |
|
|
|
|
Right, you only need to integrate s2Member with S3 to protect the downloads from there. If your files are public, you can use S3 normally, without integrating to s2Member. |
|
| Posted: Friday Jun 15th, 2012 at 7:54 am #16575 | |
|
|
|
|
I don’t know if PayPal has these. I googled it, but couldn’t find it. It may be best that you contact PayPal support directly and ask them. |
|
| Posted: Friday Jun 15th, 2012 at 7:51 am #16574 | |
|
|
|
|
Hi Meets.
Thanks for reporting that. I’ll notify Jason.
I’m not familiar with it, but you could try it. I don’t know how well it’d deal with the s2Member custom profile fields.
Right, your users would need to use the “lost password” tool to get a new one generated. Another option is to go to your database, export the users and usermeta tables, and import them to your new site using phpMyAdmin, for example. I haven’t tried this, but it’s worth a shot. I’m not sure if passwords would still work, because I’m not sure what WP uses to encrypt them, which may be different in the new site, but it’s worth a shot. I hope that helps. :) |
|
| Posted: Friday Jun 15th, 2012 at 7:41 am #16573 | |
|
|
|
|
Glad you sorted it out, Bonnie! Thanks for the update. :) You can use the s2Member SSL custom field for the page like this:
Jim, regarding the redirection problem you have, I replied in your other thread. |
|








Pre-Sale FAQs
Video Tutorials
Community Forum
Knowledge Base
News/Updates
s2 Codex / Docs
GPL v2 License
Contact A Human
About Us
Our Customers
Support Policy
Privacy Policy

