Cristián Lávaque
My Latest Replies (From Various Topics)
Author | Replies |
---|---|
Author | Replies |
Posted: Monday Jul 1st, 2013 at 4:40 pm #52844 | |
|
|
Great! Glad it helped you. :) |
|
Posted: Sunday Jun 30th, 2013 at 3:44 am #52822 | |
|
|
Great! I’m glad it’s looking good. Keep tabs on it and let me know how it goes (hopefully all well). And thanks for the kudos! Glad to be of help. :) |
|
Posted: Sunday Jun 30th, 2013 at 2:06 am #52818 | |
|
|
Here’s what Jason replied back when I asked about Amazon not being the default despite it being configured:
Create this dir/file with that code: /wp-content/mu-plugins/s2-hacks.php I hope that helps. :) |
|
Posted: Saturday Jun 29th, 2013 at 9:24 pm #52815 | |
|
|
Cool. :)
I see. Well, the tip I gave you in the other reply should help with that, then, since you won’t need to mix HTML with shortcode. If you use just shortcodes it’ll be fine, if you use PHP you’ll still have to avoid the visual editor, but the other tip would let you use a normal URL to the hack. At least you have choices now. |
|
Posted: Saturday Jun 29th, 2013 at 9:17 pm #52814 | |
|
|
Thanks, got the email. I reviewed the site yesterday and tried a test purchase today, but didn’t succeed. I keep getting this error, despite making sure I enter the correct address:
I have no other card to test the upgrade with. :/ I noticed that you have the auto-login hack, I wonder if it has something to do with the login problem you’re reporting after upgrades. Could you test removing that and testing an upgrade? Remember to log in with a non-admin account for the test. Did you do all the other tests suggetsed here? Knowledge Base » Common Troubleshooting Tips |
|
Posted: Saturday Jun 29th, 2013 at 8:58 pm #52812 | |
|
|
Oh, I don’t know. If the person has access to your admin area, or your files, or the database, he will have access to these things. He could even hack your installation to send him a copy of private info of your clients when they make a payment, if he really wants to do damage. What I’m trying to say is that you should make sure he’s someone you can trust. I don’t know a middle term that someone with some knowledge could not abuse if he wanted to. :/ |
|
Posted: Saturday Jun 29th, 2013 at 8:55 pm #52811 | |
|
|
That’s odd. I suggest you update via FTP then. See: s2Member® » Pro » Install/Upgrade Instructions |
|
Posted: Saturday Jun 29th, 2013 at 8:53 pm #52810 | |
|
|
Cool, I’m glad you are making progress. I’ll keep an eye on this for your updates.
No, when I went to edit the page, the Visual one was the default and I changed to the Text one to see the codes. But the way the shortcodes were broken, didn’t look like something I’ve seen the Visual editor do before either. Who knows what it was, but I’m glad you fixed it and that the new code is working well. |
|
Posted: Saturday Jun 29th, 2013 at 12:33 am #52787 | |
|
|
Thanks for the new info. I see you have a copy of s2Member Pro v121023. I removed the link to the download because the forums are public. I left Jason and Elizabeth a note, one of them will most likely leave a reply here as soon as they review this. Thanks for your patience. |
|
Posted: Friday Jun 28th, 2013 at 11:50 pm #52785 | |
|
|
Thanks for the info. I see his posts, but when I search him by his name or username, I don’t find him in the users list. With his username (gnofee) only your account comes up. It’s as if his account doesn’t exist anymore. I’ll have to ask for help with this from Elizabeth or Jason. For now, if you have a copy of s2Member Pro in your site, make sure that the s2Member Framework is the same version, or the Pro add-on won’t be activated. You can find previous versions of the framework here: http://wordpress.org/plugins/s2member/developers/ |
|
Posted: Friday Jun 28th, 2013 at 11:39 pm #52783 | |
|
|
The buttons integrate with PayPal Standard, while the pro-form integrates with PayPal Express Checkout. They have different checkout interfaces. Express Checkout limits the length of the description, for some reason, this is out of our control. |
|
Posted: Friday Jun 28th, 2013 at 11:36 pm #52782 | |
|
|
You can use [hilite mono]get_user_option[/hilite]. http://codex.wordpress.org/Function_Reference/get_user_option
Buy Now transactions set an EOT time immediately, but not subscriptions. If his subscription is still going, he won’t have an EOT time, it’s set when the subscription ends. [hilite path]Dashboard -› s2Member® -› PayPal® Options -› Automatic EOT Behavior[/hilite] |
|
Posted: Friday Jun 28th, 2013 at 11:33 pm #52781 | |
|
|
Here’s a cache of that post: http://web.archive.org/web/20120929001936/http://eduantech.com/code-snippets/donation-button-that-gives-access |
|
Posted: Friday Jun 28th, 2013 at 11:31 pm #52779 | |
|
|
You could search for plugins that help prevent spam registrations and try them out. http://wordpress.org/plugins/search.php?q=spam+registration |
|
Posted: Friday Jun 28th, 2013 at 11:29 pm #52778 | |
|
|
About the caching, the ones that give random trouble are database or object caching. It could be W3 Total Cache or another plugin, make sure you don’t have them enabled. Are you using s2Member’s shortcode for the PayPal button? [hilite path]Dashboard -› s2Member® -› PayPal® Buttons -› Membership Level # Buttons[/hilite] If you’re using a button from paypal.com, did you integrate it with s2Member? Knowledge Base » Using Buttons Generated @ PayPal.com Are these users new signups or upgrades of existing accounts? If upgrade, make sure the user is logged in when he loads the page with the button, and it’ll have to be the s2 shortcode button, not a paypal.com one. If they’re new signups, then he needs to allow cookies so on return from PayPal, s2Member can create a cookie so he can register and gets the access he just paid for (e.g. level). If the cookie doesn’t work, he needs to register with the access registration link s2Member sent him in the Signup Confirmation Email. [hilite path]Dashboard -› s2Member® -› PayPal® Options -› Signup Confirmation Email[/hilite] Do you have any errors in your logs for these users that had the level problem? [hilite path]Dashboard -› s2Member® -› Log Files (Debug) -› Logging Configuration[/hilite] Have you tried these to troubleshoot? Knowledge Base » Common Troubleshooting Tips |
|
Posted: Friday Jun 28th, 2013 at 11:16 pm #52777 | |
|
|
You could use [hilite mono]!important[/hilite] at the end of the style in your theme’s style.css. For example:
|
|
Posted: Friday Jun 28th, 2013 at 11:00 pm #52776 | |
|
|
s2Member doesn’t do something to prevent login widgets from working. As far as I know, the login session is handled by WordPress and s2Member doesn’t interfere with it. I’ll ask Jason if a recent update may have had an undesired effect like this. |
|
Posted: Friday Jun 28th, 2013 at 10:50 pm #52775 | |
|
|
Thanks for your offer, Eddie. I’m forwarding it to our Lead Developer. :) |
|
Posted: Friday Jun 28th, 2013 at 10:33 pm #52774 | |
|
|
Jeff, I’m terribly sorry you had trouble with your developer, but I’m afraid this is an issue between you. I understand that you gave him the money to purchase the s2Member license, but he seems to have purchased it under his name instead of yours. :/ If you tell me who he is, so I look him up, maybe I’ll find his account and perhaps he did use an email address of yours. When I search the users for gnofee.com or your name, your current account is the only one coming up. We ask develpers to register a customer license under the customer’s names so he has his own account and not lose access to updates after ending their relationship, precisely to avoid this kind of problem. See: http://www.s2member.com/prices/#s2-terms-license-types We don’t do license transfers when the owner requests it, much less without his approval. We could have trouble ourselves if we did something like that. You will need to sort this out with him, or get your own s2Member Pro license. |
|
Posted: Friday Jun 28th, 2013 at 10:13 pm #52773 | |
|
|
Paul, that’s fine if you don’t receive payments on your site through PayPal Pro (PayFlow Edition). You can receive payments on your site if you have the PayPal Pro that uses PayPal Pro’s API instead of PayFlow’s. Or you can not have PayPal Pro at all and only accept payments through PayPal in your pro-form (Express Checkout). If you have PayPal Pro (PayFlow Edition) and want to receive recurring payments through them, and also Express Checkout, you’ll need to complete the integration and configuration, including having Reference Transactions enabled in your account. |
|
Posted: Friday Jun 28th, 2013 at 10:04 pm #52772 | |
|
|
Thanks for the update. It seems the s2Member restriction is not being applied when WP Touch queries the posts. You may need this: [hilite path]Dashboard -› s2Member® -› API / Scripting -› Advanced Query Conditionals[/hilite] I’m not sure if the Alt View protection would help, you could try that. [hilite path]Dashboard -› s2Member® -› Restriction Options -› Alternative View Protection[/hilite] |
|
Posted: Friday Jun 28th, 2013 at 9:59 pm #52771 | |
|
|
Are you using [hilite mono]wp_logout_url[/hilite] or something else? That address you get has PHP code that wasn’t parsed because some symbols where encoded, which shouldn’t happen. If you’re using PHP in a WP post/page, don’t use the Visual editor or it’ll corrupt the code. Only use the Text tab of the editor for PHP code. And you’ll need a PHP execution plugin (e.g. ezPHP). |
|
Posted: Friday Jun 28th, 2013 at 9:53 pm #52770 | |
|
|
Okay, then wp_mail is working and emails are being sent. Did you ask AWeber support about this problem? Regarding the AWeber integration troubleshooting, did you do everything mentioned, including the Reverse DNS thing? Knowledge Base » Debugging the AWeber integration
|
|
Posted: Friday Jun 28th, 2013 at 9:44 pm #52769 | |
|
|
I understand what you’re saying. When you configure the Amazon integration in s2Member’s download protection, that becomes the default and “local” is the exception you use with the [hilite mono]s2member_file_storage[/hilite] variable. I’ll ask Jason if there’s a way to have Amazon not be the default, so it’s the exception instead. I’ll let you know as soon as I hear back from him. :) |
|
Posted: Friday Jun 28th, 2013 at 9:39 pm #52768 | |
|
|
By the way, I see you have the same button several times in the page. So the shortcode doesn’t need to be parsed each time, you could parse it once and then use the output several times with a bit of PHP, like this:
Then you just echo [hilite mono]$button[/hilite] where you want it:
Remember you’ll need a PHP execution plugin for that to work in your WP page, and not to use the Visual editor or it’ll break the PHP code. Knowledge Base » ezPHP Plugin for WordPress® Or you could do something like this: Knowledge Base » ClickBank buttons outside the site with s2Member |