Bruce

My Latest Replies (From Various Topics)
Author | Replies |
---|---|
Author | Replies |
Posted: Wednesday May 29th, 2013 at 8:39 am #50822 | |
![]() |
|
Note quite yet, we’re waiting on word from the Lead Developer. We’ll let you know when we hear :-) |
|
Posted: Wednesday May 29th, 2013 at 8:37 am #50821 | |
![]() |
|
Thank you for your inquiry.This is something that WordPress does. This post in the WordPress forums goes over this same problem: http://wordpress.org/support/topic/subdomains-and-login-persistance It looks like someone made a Plugin that will help you with this: |
|
Posted: Wednesday May 29th, 2013 at 8:32 am #50820 | |
![]() |
|
Thank you for your inquiry.s2Member allows you to create multiple payment plans for the same membership level. As far as how you allow your Users to select the plan they want, this depends on how you want to set this up, and how much work you’re willing to put into making different plan types. I’m not totally sure I understand what you’re looking for here, could you give an example as to the differences in plans? |
|
Posted: Wednesday May 29th, 2013 at 8:30 am #50819 | |
![]() |
|
Thank you for your inquiry.I’m not totally sure on this, I will ask our team if this is true for sure, but I’m pretty sure that your User will not get another message if they are already on your list and are added again. |
|
Posted: Wednesday May 29th, 2013 at 8:27 am #50818 | |
![]() |
|
What database are you talking about here? Do you mean s2Member’s Export file? See: Dashboard -› s2Member® -› Import/Export -› User/Member Exportation Or are you talking about your WordPress Database? If that’s the case, your registration fields are saved in the usermeta table, in one row for each User. |
|
Posted: Wednesday May 29th, 2013 at 8:26 am #50817 | |
![]() |
|
Thank you for reporting this important issue.Could you send us logins so we can take a look please? See: s2Member® » Private Contact Form Let us know when you’ve done that. |
|
Posted: Wednesday May 29th, 2013 at 8:25 am #50816 | |
![]() |
|
Thank you for reporting this important issue.I’m not seeing any mention of log files here. Do you have logging enabled? See: Dashboard -› s2Member® -› Log Files (Debug) -› Logging Configuration If so, can you send us a Dashboard login so we can take a look at them? |
|
Posted: Wednesday May 29th, 2013 at 8:15 am #50814 | |
![]() |
|
You can generate links by changing the output attribute on your shortcode to url. See: Dashboard -› s2Member® -› PayPal® Buttons -› Shortcode Attributes (Explained)
You can find information on setting up newsletters here: Dashboard -› s2Member® -› API / List Servers |
|
Posted: Wednesday May 29th, 2013 at 8:13 am #50813 | |
![]() |
|
Thank you for your inquiry.
Knowledge Base » Changing Roles/Capabilities via PHP However that will not move your Users to the correct MailChimp list. Actually, scratch that. You can use s2Member’s new Remote Operations API to modify your User to a new level, and it will fire all of the integrations when you do so. See: Dashboard -› s2Member® -› API / Scripting -› Remote Operations API This way you can use your multiple Membership Levels, and have Users be able to move up. You will need to have a developer set up this integration for your site, however. I will talk to our development team about possibly making free modifications forms in the future, but I cannot confirm that this will be added in a future version of s2Member currently. That should do it, correct? |
|
Posted: Wednesday May 29th, 2013 at 7:59 am #50812 | |
![]() |
|
Sorry for the delay in response. I took a look and I’m not seeing the issue here. Can you please check to see if you can recreate this behavior creating Users through the registration form at /wp-login.php?action=register, and through your Dashboard, just so we can make sure that this is something non server-side? If that’s okay can we have permissions to run test signups to see if we can find the problem? |
|
Posted: Wednesday May 29th, 2013 at 7:54 am #50811 | |
![]() |
|
Thank you for reporting this important issue.the s2member-o.php file creates s2Member’s frontend JavaScript and CSS code. You can disable this using the information provided here: Pre Sale FAQs » How can I prevent s2Member® Pro from loading it’s default CSS? That should stop this error from occuring in the short term. I’m unsure what’s causing your issue exactly. It doesn’t sound to me like this is a problem with your database’s power. Are your permissions for the s2member-o.php file set to 775? |
|
Posted: Wednesday May 29th, 2013 at 7:49 am #50810 | |
![]() |
|
You can also use If you need to change a Custom Registration/Profile Field value, you have to use the information provided here. These values are stored in an array in your wp_options table, so it’s a bit more complicated: http://www.s2member.com/forums/topic/modify-user-field-to-streamline-signups/#post-38484 |
|
Posted: Wednesday May 29th, 2013 at 3:51 am #50795 | |
![]() |
|
Thank you for your inquiry.I’m not experienced with integration with AIM. If you or a developer want to try changing something in the s2Member source code to to do this, it’s totally okay. s2Member is open source. You can find the integration files for Authorize.Net here:
|
|
Posted: Tuesday May 28th, 2013 at 11:20 pm #50785 | |
![]() |
|
Thank you for your inquiry.Sorry for the delay in response. It sounds like you have upgraded the free version of s2Member, but still need to upgrade the s2Member Pro module. These are separate upgrades, so you have to do them separately. |
|
Posted: Tuesday May 28th, 2013 at 11:19 pm #50784 | |
![]() |
|
Thank you for your inquiry.
When s2Member receives information for a recurring payment, there is no action taken. You could, in fact, not even pass these IPN notifications to s2Member at all and that would be perfectly okay. The things you do absolutely need to let s2Member know about are:
Otherwise, s2Member does not need to take any action. |
|
Posted: Tuesday May 28th, 2013 at 11:14 pm #50783 | |
![]() |
|
Do you have logging enabled? If so, check your logs and see if the correct URL is being passed to s2Member. If you just post the entire log entry for your test transaction from paypal-rtn.log here (with sensitive data xxx’d out), I may be able to tell you why s2Member is not redirecting the User. |
|
Posted: Tuesday May 28th, 2013 at 11:11 pm #50781 | |
![]() |
|
Thank you for your inquiry.Sorry for the delay in response. As per our Support Policy, we cannot debug custom code, but I can give you some general guidelines to follow when you’re working with upgrading User’s roles. The first is that you should always hook into something past the init hook if you’re doing the changes from within a Must-Use plugin. If you do not, the code will fire before WordPress has created the Current User’s object. This is the reason it began working in this edit:
Here’s an example of how your code should look if you’re giving all level 2 Users the Custom Capability product, and removing the Custom Capability sample.
|
|
Posted: Tuesday May 28th, 2013 at 11:00 pm #50780 | |
![]() |
|
Thank you for your inquiry.Sorry for the delay in response. You can use PHP to change the edit profile link to this automatically by using the ws_plugin__s2member_pro_login_widget_options filter. s2Member uses the my_profile_url array key. You can change it to the link you used in your second reply like this:
|
|
Posted: Tuesday May 28th, 2013 at 10:46 pm #50779 | |
![]() |
|
Thank you for your inquiry.
You can assign roles specific capabilities with this plugin: You can use the capabilities that you use with current_user_can() documented here in your Dashboard to give a specific User level access to s2Member level/levels: Dashboard -› s2Member® -› API / Scripting -› Advanced PHP Conditionals Past that, I can’t really say what else you could try. I’m not experience with the plugin you’re using to sign Users up for your service. |
|
Posted: Monday May 27th, 2013 at 5:01 pm #50723 | |
![]() |
|
It would be best for us to take a look. Could you send us a Dashboard login? You can do that here: |
|
Posted: Monday May 27th, 2013 at 5:16 am #50703 | |
![]() |
|
When you create the link, you’d create an HTML anchor tag with the shortcode’s output as the href value. Then you can use the rel attribute to make the link nofollow as you see here: |
|
Posted: Saturday May 25th, 2013 at 9:28 pm #50645 | |
![]() |
|
if i remove the sub’n ID will that automagically kill the paypal subscription too? No, if you remove the Paid Subscription ID from an account, the only thing that will happen is that s2Member will no longer link the User with any cancellations/refunds/reversals on the transaction ID. If you do not cancel the subscription afterwards, the subscription will continue without affecting the User at all. So if you demoted a User and did not cancel the subscription, they would continue to be charged. |
|
Posted: Saturday May 25th, 2013 at 12:07 am #50616 | |
![]() |
|
Thanks for your thoughts. I’ve taken a look into this and there is no Safari API to stop this from happening AFAIK. In reality, if you’re giving Users access to protected content there is nothing you can do to stop them from sharing this information. Even if you converted your content into downloadable PDF files, the ability to share that file is at the discretion of the User that downloaded the file. s2Member can protect access to the content directly, but the only thing that can keep your Users from sharing the information once they have it is legal stuff (Terms of Service, Copyrights, etc.). We run into this issue even here on s2Member.com, as any User that downloads s2Member Pro has the ability to share the module with anyone. We manage this by protecting the upgrade process, and with our policies. We’ll keep an eye out for the ability to keep this from happening but at the current time we can’t provide a workaround for this. |
|
Posted: Saturday May 25th, 2013 at 12:01 am #50615 | |
![]() |
|
Thank you for reporting this important issue.You said they’re demoting “randomly”. It sounds to me like s2Member is demoting them because it’s receiving word that they either reached their EOT time, or their subscription was canceled. Do you have logging enabled? |
|
Posted: Friday May 24th, 2013 at 11:55 pm #50614 | |
![]() |
|
Thank you for your inquiry.
You can create multiple Buttons/Pro Forms for the same Membership Level / Restriction Access. You’d want to create 2 Buttons/Pro Forms, one Buy-Now form for 6 months, and one Buy-Now for 1 year.
s2Member doesn’t support this directly. We don’t have any immediate plans to add this functionality, but we have received requests on this and we’re considering it. If you absolutely need this functionality, you can have a developer set this functionality up using the information I provided here: http://www.s2member.com/forums/topic/setting-up-eot-notifications/ |