Cristián Lávaque
My Latest Replies (From Various Topics)
| Author | Replies |
|---|---|
| Author | Replies |
| Posted: Monday Jul 2nd, 2012 at 7:25 am #18079 | |
|
|
|
|
Thanks for the screenshot. I see that you’re having a JavaScript problem. I’ve only seen this happen on the admin side when caused by the theme in use for the front side. Could you please make a quick test changing the theme to the default one and checking your s2Member admin page again? |
|
| Posted: Monday Jul 2nd, 2012 at 6:58 am #18078 | |
|
|
|
|
There isn’t an interface to remove it, I’ll ask Jason how it’s done. Regular users should not see that. Of course, regular users don’t normally get access to the post editor. I thought that bbPress gave them another interface to post in the forum…. Are these regular members who get that box or do they have a WP role that isn’t one of s2Member’s? |
|
| Posted: Monday Jul 2nd, 2012 at 6:46 am #18076 | |
|
|
|
|
Hi Rowan. Here are the installation instructions: s2Member® » Pro » Install/Upgrade Instructions You can do it via FTP or the GoDaddy file manager, if they have one. I hope that helps. :) |
|
| Posted: Monday Jul 2nd, 2012 at 6:28 am #18073 | |
|
|
|
|
I’m sorry, I don’t know. Last estimate Jason gave was “sometime this Summer”. Not sure if it’ll help your developer when you get one, but here’s an idea I posted to achieve part of what you asked. http://www.s2member.com/forums/topic/add-groups-and-members/#post-18047 I hope it helps. |
|
| Posted: Monday Jul 2nd, 2012 at 6:22 am #18072 | |
|
|
|
|
Hi Harley. To use a custom style in PayPal, you can use the [hilite mono]ps[/hilite] attribute in your shortcode. [hilite path]Dashboard -› s2Member® -› PayPal® Buttons -› Shortcode Attributes (Explained)[/hilite]
I hope that helps. :) |
|
| Posted: Sunday Jul 1st, 2012 at 9:47 pm #18050 | |
|
|
|
|
Thanks for sharing it. I’m glad you found a solution that you’re happy with. :) What I suggested before, the hack that dealt with the custom profile fields, but I thought it’d give you an idea to populate the other fields as well. The s2member-pro/includes/classes/gateways/paypal/paypal-form-in.inc.php file has the code that replaces [hilite mono]%%first_name_value%%[/hilite] with what you have in [hilite mono]$_POST["s2member_pro_paypal_checkout"]["first_name"][/hilite] for signups, or [hilite mono]$_POST["s2member_pro_paypal_registration"]["first_name"][/hilite] for free registrations. So you could have a hack that hooked on to wp_loaded and populated that post var with the input you got from the AWeber subscription. But having a custom template for the pro-form is also fine. Make sure you made a copy of the template and have it in your theme’s folder, so it doesn’t get overwritten the next time you update the plugin. |
|
| Posted: Sunday Jul 1st, 2012 at 9:26 pm #18048 | |
|
|
|
|
I just answered a very similar question and suggested a way to do it, I thought you’d benefit from it. http://www.s2member.com/forums/topic/add-groups-and-members/#post-18047 I hope it helps. :) |
|
| Posted: Sunday Jul 1st, 2012 at 9:25 pm #18047 | |
|
|
|
|
Hi Eric. Well, s2Member doesn’t give special capabilities as creating users, so you’ll need to do some customizations. Rather than giving the user the ability to create users, I’d have a script generate a number of unique vouchers that will be given to the user when he pays for the group. Then he could give those to his people to use on registration. For the registration it wouldn’t be possible to use the coupon codes, because those don’t allow a 100% discount to make it a completely free registration. You can work with the free registration pro-form, but the voucher validation would need to be done by your script. You’d also need to store vouchers somewhere to keep track of which have been used, and which are valid when submitted to register. That’s the way I’d approach it. I hope it helps. :) |
|
| Posted: Sunday Jul 1st, 2012 at 9:16 pm #18046 | |
|
|
|
|
Hi Juan Pablo. No, s2Member is still the same in this regard as it was when the video was created. With a bit of custom coding you may be able to create an interface for Level 2 users to create a certain number of users, but it’s not something we can help with. We are developing a new s2Member, that will make it possible -or almost- what you’re requesting, but there isn’t a date for it yet. |
|
| Posted: Sunday Jul 1st, 2012 at 9:06 pm #18045 | |
|
|
|
|
Hi John. You’ll need to work with the full string, not just the substring: [hilite code]"You`re entitled to UNLIMITED downloads though ( so, no worries )."[/hilite]I hope that helps. :) |
|
| Posted: Saturday Jun 30th, 2012 at 5:45 pm #17987 | |
|
|
|
|
Yeah, I went ahead and tested this. Edited one of the pages with your buttons, copied the multi-line shortcode, pasted below it removing the line breaks and styling. Previewed the page, clicked that button, and the item number was now shown in the PayPal interface, where it doesn’t with the buttons you have. Please make those changes, test them, and let us know how it goes. :) |
|
| Posted: Saturday Jun 30th, 2012 at 5:41 pm #17986 | |
|
|
|
|
Franck, now that Jason spotted that, I went in and looked up the pages where you have the buttons. I found them and noticed that your shortcodes for them are split into separate lines.
The buttons does come up in the page, but I can’t help wondering if the line breaks are causing this problem. I noticed over at PayPal after clicking the button, that the description includes a [hilite code] [/hilite], which wouldn’t normally be there. Could you make the shortcode a single line as the generator outputs it, without styling (one of them is partly bolded in the Visual editor), and do a test transaction with it? It can be for 1 cent.
|
|
| Posted: Saturday Jun 30th, 2012 at 5:00 pm #17983 | |
|
|
|
Not necessarily. They are two different PayPal services: Standard and Express Checkout. If you paid an upgrade for Standard, it doesn’t necessarily include Express Checkout. You should contact PayPal to see if they can include it or tell you what to do in order to accept recurring payments without PayPal account in Express Checkout.
Right, that could be customized too, but I can understand you’d prefer the built-in functionality. |
|
| Posted: Saturday Jun 30th, 2012 at 6:59 am #17938 | |
|
|
|
|
Hi Donald. When you activate s2Member and the site goes blank, in your WordPress directory’s .htaccess file there’s an s2Member section that looks like this: [hilite pre_code]# BEGIN s2Member GZIP exclusions RewriteEngine On RewriteBase / RewriteCond %{QUERY_STRING} (^|\?|&)s2member_file_download\=.+ RewriteRule .* - [E=no-gzip:1] # END s2Member GZIP exclusions [/hilite] What’s the [hilite mono]RewriteBase[/hilite] in yours? Is it correct? |
|
| Posted: Saturday Jun 30th, 2012 at 6:53 am #17936 | |
|
|
|
|
Hey there.
Is that showing to members when posting in bbPress? Or are you talking about other users you have another WP role to in order to create/edit posts? Regarding protecting individual topics, if you have the topics include something in their permalink that will let you spot all topic URLs, then you can try using the URI restriction for that. [hilite path]Dashboard -› s2Member® -› Restriction Options -› URI Access Restrictions[/hilite] [hilite path]Dashboard -› s2Member® -› Other Integrations -› bbPress®[/hilite] I hope that helps. :) |
|
| Posted: Saturday Jun 30th, 2012 at 6:14 am #17931 | |
|
|
|
|
I see. The hack worked for me with the custom descriptions you wrote. I’m sorry I didn’t think of trying that. I’m glad you figured out what was happening in your site. Thanks for the update. :) |
|
| Posted: Saturday Jun 30th, 2012 at 5:50 am #17927 | |
|
|
|
|
Hi Tyler. I’m sorry, this is not something s2Member can do yet. :/ We’re trying to add this kind of functionality in the new s2Member that’s being developed. |
|
| Posted: Saturday Jun 30th, 2012 at 5:33 am #17919 | |
|
|
|
|
Hi Toni. You can’t have multiple pro-forms in a single page, the JavaScript for them won’t work properly. |
|
| Posted: Saturday Jun 30th, 2012 at 4:15 am #17916 | |
|
|
|
|
I recommend that you don’t use the PayPal Sandbox, it gives troubles that aren’t even in the live transactions. It’s better to test with live 1 cent transactions, then if you have problems you’ll know they are real and need to fix them. |
|
| Posted: Saturday Jun 30th, 2012 at 4:13 am #17915 | |
|
|
|
|
Cool. Hopefully he will understand and won’t mind it. :) |
|
| Posted: Saturday Jun 30th, 2012 at 4:10 am #17914 | |
|
|
|
Sorry, that statement bothered me a bit. What you are trying to do wasn’t clear until you explained it a couple posts earlier #17630. And we aren’t required to provide custom code for something like this, it’s not even an s2Member customization. s2Member® » Support Policy » Fine Lines You could google how to list category posts, or looked at the category.php template in your theme for clues. You don’t need to worry about s2Member filters since you want the posts listed even if they’re protected, and will only show content up to the “more” tag if you used it. The protection will kick in if they try to open the actual post. You obviously did some of that research to get the loop code, but you seem to still need [hilite mono]the_content()[/hilite] there to display the content of [hilite mono]the_post()[/hilite]. I had never done this before, just looked it up in the WP codex, so I apologize if you still need to research it a bit more, but I hope it helps. |
|
| Posted: Saturday Jun 30th, 2012 at 3:28 am #17912 | |
|
|
|
|
By the way, you could use the EOT notification to email you about them when they happen and may help to find what’s causing it, but at least you’ll be able to fix accounts before some users notice it. There’s a field for emails at the bottom of the notification panel. [hilite path]Dashboard -› s2Member® -› API / Notifications -› EOT/Deletion Notifications[/hilite] |
|
| Posted: Saturday Jun 30th, 2012 at 3:25 am #17911 | |
|
|
|
We’re improving this in the new s2Member being developed. Thanks for the valuable feedback.
I believe you. We’ll try to find why this is happening in your installation. Could you tell me the subscr. IDs of some of those that had the problem so I look them up in the logs to see what info I find there? All EOTs I see mentioned in the IPN log are because of cancellations or failed payments. I was looking at how the admin note could include the previous role. Make a copy of the file auto-eots.inc.php in /wp-content/plugins/s2member/includes/classes/ and put it in the /wp-content/mu-plugins/. Now find line 167 that says [hilite pre_code]c_ws_plugin__s2member_user_notes::append_user_notes ($user_id, "Demoted by s2Member: " . date ("D M j, Y g:i a T")); [/hilite] and change it to [hilite pre_code]c_ws_plugin__s2member_user_notes::append_user_notes ($user_id, "Demoted by s2Member from " . $existing_role . " by s2Member: " . date ("D M j, Y g:i a T")); [/hilite] I hope that helps. |
|
| Posted: Saturday Jun 30th, 2012 at 2:54 am #17910 | |
|
|
|
|
I see, it’s a subscription, not a buy-now. I’m sorry I missed that the first time I replied… I’m afraid that the free PayPal services will always require the user to have a PayPal account to start a subscription. This is true for PayPal Standard buttons, too. Buy-now transactions are the ones that won’t require it. By the way, in the shortcode you need to change the [hilite mono]accept[/hilite] attribute to just “paypal” if you won’t get payments on your site with PayPal Pro. [hilite code]accept="paypal"[/hilite] I hope that helps. |
|
| Posted: Saturday Jun 30th, 2012 at 2:38 am #17907 | |
|
|
|
|
Hi Zoe. So if you disable captcha for the pro-form, you don’t get the error? You can try this hack with your own keys for the reCAPTCHA service: /wp-content/mu-plugins/s2hacks.php |
|








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
