Cristián Lávaque
My Latest Replies (From Various Topics)
| Author | Replies |
|---|---|
| Author | Replies |
| Posted: Tuesday Jun 19th, 2012 at 6:49 am #16871 | |
|
|
|
|
Hi Joe. Eduán is right, you can use PHP conditionals in your Membership Options Page to check the MOP Vars: [hilite path]Dashboard -› s2Member® -› API / Scripting -› Membership Options Page Variables (MOP Vars)[/hilite] Based on those, you’d do a JavaScript redirection to the page you want to send them. Now, you can also show different content on the same Membership Options Page, instead of redirecting the person. I hope that helps. :) |
|
| Posted: Tuesday Jun 19th, 2012 at 6:44 am #16868 | |
|
|
|
|
You could do a redirection to your new registration page. In your /wp-content/mu-plugins/ dir, create a file named s2hacks.php and past this code in it:
|
|
| Posted: Tuesday Jun 19th, 2012 at 6:32 am #16866 | |
|
|
|
|
Hi Tuhin. At the top of your list add: [hilite code]||default[/hilite]I hope that helps. :) |
|
| Posted: Tuesday Jun 19th, 2012 at 6:24 am #16865 | |
|
|
|
|
Hey there. It’s still in the to-do list. We’re now in the process of rewriting s2Member. We may add an affiliate system add-on in the future. I’m taking your request as a vote for this. :) |
|
| Posted: Tuesday Jun 19th, 2012 at 6:15 am #16864 | |
|
|
|
That documentation needs to be updated now that the latest release allows Express Checkout to not require the user to login to PayPal, which I mentioned above. Sorry about that confusion, we’ll update the docs soon.
That’s true. You could hide the whole section to choose the payment menthod in the pro-form, to avoid this confusion. Try this in your CSS file: [hilite code]s2member-pro-paypal-checkout-form-billing-method-section {display: none;}[/hilite]I hope that helps. :) |
|
| Posted: Tuesday Jun 19th, 2012 at 6:07 am #16863 | |
|
|
|
Yes.
You can hide them with CSS. Use Firebug to help you see their exact ID (e.g. [hilite mono]label.s2member-pro-paypal-form-card-type-maestro-label[/hilite]) and style them it with [hilite code]display: none;[/hilite].
You don’t need to edit the s2Member CSS file, you can style from your own CSS file. The selector would be: [hilite mono]div.s2member-pro-paypal-form-description-div[/hilite]. |
|
| Posted: Tuesday Jun 19th, 2012 at 6:00 am #16862 | |
|
|
|
|
Glad it’s working. :) The condition you posted will show that drip to someone with ccap [hilite mono]showme30[/hilite], regardless of how long they’ve had it, because you didn’t add that part. Or do you mean to show it immediately? I ask because it’s different from what we talked earlier, you’ll notice in the condition I posted that I added the other time check for the person with the ccap. The add the [hilite mono]showmeall[/hilite] ccap, you’d add it the same way you did the [hilite mono]showme30[/hilite] one: [hilite pre_code]= 30 || current_user_can('access_s2member_ccap_showme30') || current_user_can('access_s2member_ccap_showmeall')) { ?> [/hilite] I hope that helps. :) |
|
| Posted: Tuesday Jun 19th, 2012 at 5:51 am #16861 | |
|
|
|
|
Glad you found that email problem and sorted it out. :) I don’t know why you’re getting that zero amount either. I got your logs in the morning, but could you send them again, now with the transactions after you fixed the email? Jason may need to review this one, and he’d need access to the site to see why it’s happening. Could you include login info when you submit the new logs? Thanks! |
|
| Posted: Tuesday Jun 19th, 2012 at 5:41 am #16860 | |
|
|
|
|
Hi there. I don’t’ have a bbPress installation to test this. Could you show me the links in your site, and what did you enter in your URI restriction to try protecting it? You can use the contact form if you don’t want to share your site: s2Member® » Private Contact Form Thanks. :) |
|
| Posted: Tuesday Jun 19th, 2012 at 5:39 am #16859 | |
|
|
|
|
Hi Antonio. Thanks for the suggestion. We’re planning to add an access key that can be used in the URL to load protected content. It will be in the new s2Member we’re developing. :) |
|
| Posted: Tuesday Jun 19th, 2012 at 5:36 am #16857 | |
|
|
|
|
Hi Nick.
Right, if the ccaps aren’t in the shortcode, they shouldn’t be added to the account. I’m guessing that you have a customization that adds that to new users, maybe. Have you added any hacks to your functions file, or the must-use plugins?
Were you receiving the notifications before and now they stopped, or you never got them? They are working for me. Maybe they’re going to your spam folder? Try adding s2member at websharks-inc dot com (change the “at” and “dot”) to your contacts. |
|
| Posted: Tuesday Jun 19th, 2012 at 5:31 am #16855 | |
|
|
|
|
Hi Jeroen.
The username field is part of WordPress, this is not something s2Member is handling. You’ll need to find hacks for WordPress to do this.
s2Member’s custom profile fields aren’t tied to the Display Name feature in WordPress. I don’t know how to do it, you’ll need to figure this customization out too. Sorry I couldn’t help with these. :/ |
|
| Posted: Tuesday Jun 19th, 2012 at 5:26 am #16854 | |
|
|
|
|
Hi Olaf. If Download Monitor can work with WordPress roles, then you should be able to pick the s2Member roles for the user access levels, unless Download Monitor doesn’t recognize roles that aren’t default in WordPress. |
|
| Posted: Tuesday Jun 19th, 2012 at 5:24 am #16853 | |
|
|
|
|
Hi George. No, this isn’t possible in the current s2Member, but we’re looking at how to make it possible. I’ll take your question as a vote for that feature. :) |
|
| Posted: Tuesday Jun 19th, 2012 at 5:20 am #16852 | |
|
|
|
|
Of course! I’ll let Elizabeth know so she emails you one. :) |
|
| Posted: Tuesday Jun 19th, 2012 at 5:20 am #16851 | |
|
|
|
|
No, I wasn’t talking about the code, I was replying to:
|
|
| Posted: Tuesday Jun 19th, 2012 at 5:17 am #16850 | |
|
|
|
|
Hi Matthew. I looked at the HTML and there seem to be a bunch of line-break tags in the button’s HTML form. I think your theme or another plugin is messing up your content parsing and causing this. Have you tried testing with the default theme, or deactivating other plugins one by one, checking after each to see if the problem is gone? I hope that helps. :) |
|
| Posted: Tuesday Jun 19th, 2012 at 5:07 am #16849 | |
|
|
|
|
No, the CloudFront domain would only be for files served by CloudFront, that you’re using in the secure page. Your secure page is still the same, but it’s loading a resource from CloudFront, and every resource in a secure page has to be secured too. Your CF hosted files too, but you’re using a subdomain of yours for those, which doesn’t match with the certificate CF uses to serve the files securely. |
|
| Posted: Tuesday Jun 19th, 2012 at 5:03 am #16847 | |
|
|
|
|
I see. Then you probably have something messing up with the shortcode parsing, or s2Member is not active. First make sure s2Member is active. Then test if the theme is causing it, by changing for a moment to the default TwentyEleven theme and reloading the page with the shortcode. If that didn’t fix it, try deactivating other plugins one by one, checking after each if the shortcode is now parsed. Let me know how it goes, please. :) |
|
| Posted: Tuesday Jun 19th, 2012 at 5:00 am #16846 | |
|
|
|
|
Anne Marie, if you’re using Buy Now buttons, not Subscriptions, then the user can even pay you before the year expires and s2Member would add that time after the time he still has left. [hilite path]Dashboard -› s2Member® -› PayPal® Options -› Automatic EOT Behavior -> Fixed-Term Extensions[/hilite] For that, make sure that you’re not selling subscriptions without initial period, because that won’t work with subscriptions. Could you post the shortcode you’re using? |
|
| Posted: Tuesday Jun 19th, 2012 at 4:53 am #16845 | |
|
|
|
|
Hi CN. They were working fine before? What changed in your site around the time this started happening? Did you update other plugins? Have you tested deactivating other plugins one by one to see if the problem goes away with one of them? Did you try the tips in this article? Knowledge Base » Resolving Problems with File Downloads I hope that helps. :) |
|
| Posted: Tuesday Jun 19th, 2012 at 4:50 am #16844 | |
|
|
|
|
Hi Dimitri. If the transaction is failing, then the emails won’t be sent. If the user registers free, does he get the New User email? Could you please send me all the log files from wp-content/plugins/s2member-logs? You do have logging enabled, right? If not, enable it and send the files after you get a transaction with the problem, please. [hilite path]Dashboard -› s2Member® -› PayPal® Options -› Account Details -› Logging[/hilite] Thanks! |
|
| Posted: Tuesday Jun 19th, 2012 at 4:47 am #16843 | |
|
|
|
|
Hi Tim. Is the account actually being upgraded after checkout? Does the user get the paid access or not? Are you using the PayPal Sandbox? [hilite path]Dashboard -› s2Member® -› PayPal® Options -› Account Details -› Sandbox[/hilite] Could you please enable logging and show me the log entries for a transaction with this problem, from all the log files. [hilite path]Dashboard -› s2Member® -› PayPal® Options -› Account Details -› Logging[/hilite] You can test if there’s a plugin causing the problem: deactivate other plugins one by one and test after each from another browser where you’re not logged in as the admin. Use live 1 cent transactions, not the Sandbox. Let me know how it goes. :) |
|
| Posted: Tuesday Jun 19th, 2012 at 4:43 am #16841 | |
|
|
|
|
In your CSS file add, for example: [hilite code]div.ws-plugin–s2member-pro-login-widget > form input[type="submit"] {width: 50%;}[/hilite]If you need someone to do it for you, it should be very cheap to get a freelancer for it over at http://jobs.wordpress.net :) |
|
| Posted: Tuesday Jun 19th, 2012 at 4:39 am #16840 | |
|
|
|
Definitely, and we’re improving this in the new s2Member being developed.
Thanks! :D
You can do it with the CSS, but the current s2Member needs the JS to be dynamic. Changing this needs a change in so many areas of the plugin, that it hasn’t been possible yet. We’ve been rewriting s2Member for the past months and it’ll be much better. |
|








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
