Bruce

My Latest Replies (From Various Topics)
Author | Replies |
---|---|
Author | Replies |
Posted: Tuesday Apr 9th, 2013 at 8:53 pm #46975 | |
![]() |
|
This is true for PayPal Buttons, but not Pro Forms (it’s a PayPal thing). Setting rra=”0″ means that you allow an infinite number of failed payments. The lowest you can go is 1 with PayPal Pro Forms. |
|
Posted: Tuesday Apr 9th, 2013 at 8:51 pm #46974 | |
![]() |
|
Thank you for reporting this important issue.That’s interesting. The generation of the PayPal buttons should not be very intensive at all, and certainly should not bring the page loadup that high. Can you use the instructions here to run the s2Member Server Scanner, please? |
|
Posted: Tuesday Apr 9th, 2013 at 8:47 pm #46973 | |
![]() |
|
The point of an s2Member Cron Job is to run a Cron Job outside of WP Cron, and use the standard s2Member Cron processes by having your Cron Job point to http://yoursite.com/?s2member_auto_eot_system_via_cron=1. If you don’t want s2Member to handle EOT at all, you’ll want to turn OFF the Auto EOT system, and run your own system. You can find the processes that s2Member uses to run EOTs in the following file:
You might change the portion of this function that demotes the User to something that’s shown in this KB Article: |
|
Posted: Tuesday Apr 9th, 2013 at 8:38 pm #46972 | |
![]() |
|
Thanks for the information.Would you mind sending us a Dashboard login so we can take a look? |
|
Posted: Tuesday Apr 9th, 2013 at 8:37 pm #46971 | |
![]() |
|
Thank you for reporting this important issue.Are you running JW Player 5, or 6? s2Member’s Shortcode for JWPlayer works for both, but the one you have is using JW Player 6 only. Try redownloading JW Player and reinstalling. |
|
Posted: Tuesday Apr 9th, 2013 at 8:35 pm #46970 | |
![]() |
|
Thank you for reporting this important issue.Could you post a screenshot of what you’re seeing, please? |
|
Posted: Tuesday Apr 9th, 2013 at 8:34 pm #46969 | |
![]() |
|
Thank you for reporting this important issue.s2Member sends a User to the Login Welcome Page with that link. Do you have your Login Welcome Page set up? Dashboard -› s2Member® -› General Options -› Login Welcome Page |
|
Posted: Tuesday Apr 9th, 2013 at 8:31 pm #46968 | |
![]() |
|
Thanks, but we did not receive any information from you regarding this issue. It’s possible something happened during the connection to send the information for us. Could you please send the info again? Let us know when you do. |
|
Posted: Tuesday Apr 9th, 2013 at 8:29 pm #46967 | |
![]() |
|
Glad to hear you found your issue. :-) |
|
Posted: Tuesday Apr 9th, 2013 at 8:29 pm #46966 | |
![]() |
|
Investigation Complete.s2Member doesn’t allow the action attribute to be overwritten with any parameters. It uses |
|
Posted: Tuesday Apr 9th, 2013 at 8:23 pm #46964 | |
![]() |
|
Thank you for reporting this important issue.
I see now. The problem is with the action attribute on the form that’s generated on your page. It’s not being populated for some reason. I’m going to take a look at the login widget’s code, and see if there’s any way this could be being affected by your method. It’s more likely that there’s something in your theme/another plugin that’s causing this with JavaScript, but I’ll check just to be sure :-). |
|
Posted: Tuesday Apr 9th, 2013 at 8:21 pm #46963 | |
![]() |
|
Interesting. Can you give us a list of plugins you have installed, please? |
|
Posted: Tuesday Apr 9th, 2013 at 8:13 pm #46959 | |
![]() |
|
Thank you for reporting this important issue.Glad to hear you found your issue. If you have any problems that come back regarding s2Member, let us know. :-) |
|
Posted: Tuesday Apr 9th, 2013 at 8:11 pm #46958 | |
![]() |
|
Thank you for reporting this important issue.I’ve never heard of any occurrences like this. Do you have any SQL cleanup utilities/tools running that might be doing this? |
|
Posted: Tuesday Apr 9th, 2013 at 8:08 pm #46957 | |
![]() |
|
Thank you for your inquiry.We appreciate your patience. Unfortunately s2Member does not take into account all of these possibilities. I’d recommend instead just allowing for 10 or more numerical characters for the time being. I’ll have our development team look into adding further possibilities in the future. |
|
Posted: Tuesday Apr 9th, 2013 at 8:00 pm #46954 | |
![]() |
|
Thank you for your inquiry.s2Member supports both BuddyPress and bbPress. The main difference between the two is that BuddyPress is more of a “full package”, as it includes a messaging system, the ability to like and comment things, a profile page, etc.. bbPress is only a forums system. |
|
Posted: Tuesday Apr 9th, 2013 at 7:58 pm #46953 | |
![]() |
|
Thank you for your inquiry.Unfortunately it’s currently not possible to accomplish this without custom code. I’ll add this to the request list for a future version of s2Member. You might be able to accomplish this using the information provided in this Knowledge Base Article, but I haven’t done it myself. |
|
Posted: Tuesday Apr 9th, 2013 at 7:51 pm #46952 | |
![]() |
|
s2Member uses a PHP redirect here. If it’s failing it’s not going to be because of a specific browser, as that’s all server-side. We’ll need to see your logs after you remedy the errors from your server scanner. |
|
Posted: Tuesday Apr 9th, 2013 at 7:48 pm #46951 | |
![]() |
|
Thank you for your inquiry.You can check for CSS IDs using something like FireBug for FireFox, and you can use these IDs as CSS selectors for each label. |
|
Posted: Tuesday Apr 9th, 2013 at 7:46 pm #46949 | |
![]() |
|
Thank you for your inquiry.s2Member does not currently support anything like this. It’s possible you could set up a Custom Capability and allow Users to use Free Registration Pro Forms to create accounts based on the Custom Capability/Capabilities that they have. See: Dashboard -› s2Member® -› API / Scripting -› Custom Capabilities |
|
Posted: Tuesday Apr 9th, 2013 at 7:44 pm #46948 | |
![]() |
|
This is correct. It’s a one-way integration, I don’t see any way to separate Users through MailChimp. |
|
Posted: Tuesday Apr 9th, 2013 at 7:42 pm #46946 | |
![]() |
|
Thank you for your inquiry.This is something’s a little out of scope of support. We don’t deal with custom code. I can tell you that I would recommend just pulling in all of the User’s custom fields (or a section of the Users) and pulling in an array into PHP to deal with. It’ll be less of a hassle with using Regex, and would probably be less stressing on your site. |
|
Posted: Tuesday Apr 9th, 2013 at 3:16 pm #46934 | |
![]() |
|
Thank you for reporting this important issue.I have recreated this issue in a test environment. I’ve send Jason (Lead Developer) a full report of this bug. In the meantime, I can give you a hack to get this working in the short term. I can confirm that translating these phrases does work when you use the methods provided here: Knowledge Base » Changing Words/Phrases In s2Member® You’d want to do something like this within your Must-Use plugin, in conjunction with using your .mo file.
Make sure you put your .mo file into the main Plugins Directory, instead of leaving it in /s2member/includes/translations. If you leave the file there, it’ll get overwritten when s2Member updates.
|
|
Posted: Tuesday Apr 9th, 2013 at 2:52 pm #46931 | |
![]() |
|
Thanks for the info. I just ran tests with both the Codestyling plugin, and by editing with Poedit, and it is working correctly in a default installation. Do you mind if I take a look at your installation? You can send Dashboard an FTP details here: |
|
Posted: Tuesday Apr 9th, 2013 at 2:50 pm #46929 | |
![]() |
|
Thank you for reporting this important issue.I’m not familiar with the AliPay error. I’ll take a look into the AliPay documentation regarding this error now. In the meantime, I am familiar with that PayPal Error. You can disable that from using the instructions provided here: |