latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Home Forums Bruce

Bruce

Staff Member

My Latest Replies (From Various Topics)

Viewing 25 replies - 1,276 through 1,300 (of 2,703 total)
Author Replies
Author Replies
Posted: Thursday Apr 18th, 2013 at 11:26 pm #47841
Bruce
Username: Bruce
Staff Member

Thank you for reporting this important issue.

s2Member Pro (not including the s2Member Framework / Free version) cannot be installed via the plugins panel. You need to upload the plugin via FTP.

See: s2Member® » Pro » Install/Upgrade Instructions

Posted: Thursday Apr 18th, 2013 at 11:24 pm #47839
Bruce
Username: Bruce
Staff Member

The only custom code are the ‘echo’ statements.

The rest comes directly from the file in “plugins/s2member/includes/classes/sc-profile-in.inc.php”.

Surely you can help with that at least?

Sorry, we can’t really give help with custom code of any kind. I can tell you that the ob_start(); at the beginning of this function is storing the data that’s being echo’d here, to return from the function. You should only see this data where you have a profile form being echo’d. You can see where s2Member is returning the data that’s being stored at line 292.

Posted: Thursday Apr 18th, 2013 at 11:10 pm #47838
Bruce
Username: Bruce
Staff Member

Thank you for your inquiry.

Is there any Progress to make things easier for setting up a own payment provider.

We’re planning on making this easier with the next major version of s2Member, but currently it’s still a bit tricker than we’d like. That being said there are now two good ways to integrate your own payment gateway. The first being with PayPal IPN w/ Proxy Key, which allows a developer to pass information from your payment gateway as though the transaction was being processed by PayPal. The second with with our Remote Operations API.

See: Dashboard -› s2Member® -› PayPal® Options -› PayPal® IPN Integration -› IPN w/ Proxy Key

See Also: Dashboard -› s2Member® -› API / Scripting -› Remote Operations API

Second is, can you please have a look at

https://www.sofort.com/eng-INT/

which is one of the leading european payment providers, implementing their Service would be a great argument for the EU market for s2member.

I’ll add in a request for this, but we’re currently focusing on keeping the current release of s2Member up-to-date with the payment gateways we do support, and working on our next major release of s2Member. I wouldn’t say there’s a great chance of integration with this gateway happening soon.

Posted: Thursday Apr 18th, 2013 at 11:05 pm #47833
Bruce
Username: Bruce
Staff Member

I can get the regular API credentials for my Business Account just fine.
But is there a different set of API credentials for Payments Pro?

And for the Sandbox/Developer API credentials, are there 2 different sets as well? One set for Payments PRO and one for regular Business accounts?

No, the API Credentials do not change for PayPal Pro. The only difference is that when you try to checkout without a PayPal Pro account via Credit Card in s2Member’s PayPal Pro Forms, it will throw an error. Having a PayPal Pro account will let the transaction go through.

Because there is sandbox.paypal.com, and https://www.x.com/developers/paypal; I don’t know which one I should be using to set up a test environment for my Payments Pro account. Or if paypal automatically gives me the proper sandbox API credentials simply because my account has been approved for Payments PRO in the first place.

Generally we suggest testing your checkout with a live PayPal account, using $0.01 transactions over using a PayPal Sandbox account. That being said if you’re looking to use your Sandbox account, you’ll want to log in at http://sandbox.paypal.com/.

Posted: Thursday Apr 18th, 2013 at 11:02 pm #47830
Bruce
Username: Bruce
Staff Member

I also noticed that when I make a selection on the Membership options page, that the home page automatically changes from showing recent posts to the specified page for the Membership. To me that doesn’t sound right.

That’s very strange. It sounds like something’s up with the way your theme is querying your Posts. I couldn’t really tell you what’s causing this based on that, though. :-\

Posted: Thursday Apr 18th, 2013 at 11:00 pm #47827
Bruce
Username: Bruce
Staff Member

Please advise the next step?

There is a button to test your email capabilities in the Server Scanner. Did you test this functionality?

Posted: Thursday Apr 18th, 2013 at 10:58 pm #47825
Bruce
Username: Bruce
Staff Member

So in no ways this is going to help me, am I right?

Yeah this isn’t going to help you in this situation.

Also, can you show me a sample pro form code which has a 100% Free Trial Period? (I have tried from my end, but all I get is ‘User authentication failed.’ error)How to include coupon feature in such a free trial period form?

A Pro Form with a Free Trial will have a ta attribute with the value of 0 or 0.00.

: I ll look into this. I understand that I need to trigger an action related to coupon code and update the DB, whenever any s2member gets registered. Can you guide me in what way, I can achieve this?

Not really, this is outside of the scope of what s2Member’s making possible. I can tell you that you’ll want to use the update_user_option() function, though.

See: http://codex.wordpress.org/Function_Reference/update_user_option

Posted: Thursday Apr 18th, 2013 at 9:26 pm #47814
Bruce
Username: Bruce
Staff Member

It’s everything inside a folder called “template” which is inside my bucket. All other folders show up fine. Also, this folder was previously working perfectly.

Try using the information here to reset your configuration for s3, and set it back up. Are you using CloudFront, or just a s3 Bucket?

Posted: Thursday Apr 18th, 2013 at 9:24 pm #47813
Bruce
Username: Bruce
Staff Member

Thanks for the reply. So just to confirm, if we purchase the unlimited licence, we can install S2MemberPro on each installation separately without having to purchase the licence again right? If you can confirm this, then we will go ahead and purchase the unlimited licence.

That’s correct.

Posted: Thursday Apr 18th, 2013 at 12:51 am #47756
Bruce
Username: Bruce
Staff Member

Replied.

Got it. Thank-you. I’m forwarding this to our development team.

Posted: Thursday Apr 18th, 2013 at 12:40 am #47754
Bruce
Username: Bruce
Staff Member

It’s called Spectrum from WooThemes

Thanks. I’ll have our development team run testing on this, but this is out of scope of our support. I’m totally unaware of any reason this would be happening because of s2Member, but if there is a reason that may be widespread we’ll let you know. In the mean time I would ask the theme’s developer if there is any reason this might be happening that they know of.

Posted: Thursday Apr 18th, 2013 at 12:37 am #47753
Bruce
Username: Bruce
Staff Member

I would then from my game check to see if the value is greater than zero, if it is, activate the game and deduct by one.

You might just hook into s2Member’s action hook within the file downloads functionality. This hook should work just fine:

ws_plugin__s2member_during_file_download_access

That hook’s in this file:

/s2member/includes/classes/files-in.inc.php

See: Knowledge Base » Hacking s2Member® Via Hooks/Filters

Posted: Thursday Apr 18th, 2013 at 12:32 am #47751
Bruce
Username: Bruce
Staff Member

OK log files uploaded again. I received notification that they were received before as well. All the logs are tar+gzip’d together.

We still didn’t receive them. I’m having our site team look into the form, we haven’t had any problems with it thus far but we’re not receiving these logs. In the mean time I’m going to send an email to the address registered to your account. If you could send Dashboard login details to the email address that you receive the message from (it will end with @websharks-inc.com), we can download your logs through the Dashboard.

Posted: Thursday Apr 18th, 2013 at 12:29 am #47750
Bruce
Username: Bruce
Staff Member

It is not there in the user table. Could you tell me where i can find this value?

s2Member generates a new value every time a link is generated. It isn’t in your database.

Why do you need the value? We may be able to help you find a workaround.

Posted: Thursday Apr 18th, 2013 at 12:28 am #47749
Bruce
Username: Bruce
Staff Member

Thank you for reporting this important issue.

Could you run our server scanner, and see if a test email sends correctly?

See: Knowledge Base » s2Member® Server Scanner

We are also aware of an incompatibility with WP Mail SMTP that causes this. If you have this plugin, please deactivate it.

Posted: Thursday Apr 18th, 2013 at 12:26 am #47748
Bruce
Username: Bruce
Staff Member

Thank you for your inquiry.

s2Member saves the needed Custom Capabilities into a Post Meta field called s2member_ccaps_req. You can find the file where s2Member saves these values here:

/s2member/includes/classes/meta-box-saves.inc.php
Posted: Thursday Apr 18th, 2013 at 12:24 am #47747
Bruce
Username: Bruce
Staff Member

I generated a Security Encryption Key and then clicked “Save All Changes”. I am still not secure and was wondering what the issue may be.

s2Member requires a few things for the Security Badge to show up. If you click on the badge at the top right of this panel, you can see what you do have set up correctly:

Dashboard -› s2Member® -› General Options -› Security Badge

You’ll then want to use the information provided here to figure out what else you need to set up:

Knowledge Base » s2Member® Security Badges

Posted: Thursday Apr 18th, 2013 at 12:22 am #47746
Bruce
Username: Bruce
Staff Member

1) The PayPal Pro Forms – is this only for PayPal Pro? I see a lot of stuff referencing ‘Pro Forms’ in S2member pro and I don’t know whether it is speaking about PayPal Pro or Pro Forms within s2member.

We call s2Member’s PayPal Pro Forms (as well as Authorize.Net Pro Forms) just “Pro Forms” in the forums sometimes. We’re generally referring to these:

Dashboard -› s2Member® -› PayPal® Pro Forms -› Membership Level # Forms

This is the only way to integrate with all the features of PayPal Pro that s2Member supports. You could also use PayPal Buttons for limited integration.

See: Dashboard -› s2Member® -› PayPal® Buttons -› Membership Level # Buttons

Also, can I embed the registration form into another page? iFrame or better?

Do you mean on another website, or within your site? You can only put Pro Forms on your site, but you can put them in any Post/Page. Just put the Shortcode into your Visual/HTML Editor. :-)

2) Have you guys found unequivocally that greater conversions/sales occur when a person pays for membership then registers VS registration then payment?

I haven’t personally seen any numbers on this. I’d recommend asking the Community Forums. :-)

See: s2Member® » Community Forums

Posted: Thursday Apr 18th, 2013 at 12:17 am #47745
Bruce
Username: Bruce
Staff Member

Thank you for your inquiry.

s2Member currently does not have any direct integration with Libsyn, but you might be able to use the information provided here to integrate.

See: Dashboard -› s2Member® -› Download Options -› Remote Auth/Podcasting

Posted: Thursday Apr 18th, 2013 at 12:15 am #47744
Bruce
Username: Bruce
Staff Member

Thank you for your inquiry.

Try using the information provided here:

Knowledge Base » Changing Words/Phrases In s2Member®

Posted: Thursday Apr 18th, 2013 at 12:10 am #47743
Bruce
Username: Bruce
Staff Member

On the sign up page I would like everyone to be able to read the information about membership, pricing and benefits etc. but as we only want new members who have been recommended by an existing member to join (using a password/access code given to them by the member recommending them) is it possible to make them have to enter this password before being able to check out using the PayPal button? I have already forced them to agree to terms and conditions before checking out.

You can use Shortcode Conditionals if you have Users sign in before they can check out. Just send them to the login page, and use the is_user_logged_in() conditional.

Would that work?

Posted: Thursday Apr 18th, 2013 at 12:08 am #47742
Bruce
Username: Bruce
Staff Member

How do I get sandbox API credentials for my Paypal Payments Pro account?
And for that matter, where are the regular API credentials for Paypal Payments Pro?

You get these from the PayPal website, and the PayPal Developer Website, respectively. From the docs:

*PayPal® API Credentials* Once you have a PayPal® Business account, you’ll need access to your PayPal® API Credentials. Log into your PayPal® account, and navigate to Profile -› API Access (or Request API Credentials). You’ll choose (PayPal® / Request API Signature).


And do I even have the right type of paypal account for the Paypal Pro

See: Pre Sale FAQs » What type of PayPal® account do I need?

Posted: Thursday Apr 18th, 2013 at 12:03 am #47740
Bruce
Username: Bruce
Staff Member

And Yes, the theme works fine without the plugin :-)

Thanks. Last question. What theme are you running?

Posted: Thursday Apr 18th, 2013 at 12:02 am #47739
Bruce
Username: Bruce
Staff Member

Thank you for reporting this important issue.

I’m running WP 3.5.1, bbPress 2.3 and BuddyPress 1.7, S2M Version 130406. As soon as I activate S2Member plugin I get the errors “bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().”

– Does this problem occur only with BuddyPress, or with bbPress, or when both are running?
– Is there any more information that the error provides, such as what line in the code this is occuring on?
– Have you been able to recreate this issue in a clean installation of WordPress?

Posted: Wednesday Apr 17th, 2013 at 11:59 pm #47738
Bruce
Username: Bruce
Staff Member

I want to know if I can use s2member to limit the posts that a member can make depending on their subscription choice.

s2Member doesn’t support paying to create Posts at this time. You would need to have a developer integrate this functionality with s2Member.

Viewing 25 replies - 1,276 through 1,300 (of 2,703 total)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.