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.

Raam Dev

Staff Member

My Latest Replies (From Various Topics)

Viewing 25 replies - 2,526 through 2,550 (of 2,567 total)
Author Replies
Author Replies
Posted: Friday Feb 17th, 2012 at 12:26 am #5441
Raam Dev
Username: Raam
Staff Member

Hi Jeremy,

SafeCharge.com is not currently supported by s2Member, however you may be able to hire a programmer to create a custom integration that interfaces with s2Member using the Pro API (s2Member Pro required).

The Pro API would allow you to create an s2Member account from a custom script that receives information from SafeCharge upon successful payment. s2Member would then send an email notification to the user regarding their new s2Member account.

Posted: Friday Feb 17th, 2012 at 12:13 am #5440
Raam Dev
Username: Raam
Staff Member

Hi Rosaria,

When you added the Post IDs or the word all to the restriction options (WP Admin -> s2Member -> Restriction Options), which section did you add them to (if you’re trying to protect Posts, they should be added to the Post Access Restrictions)?

Which Level did you protect?

Did you logout before testing the restrictions?

Also, did you select a Membership Options Page in WP Admin -> s2Member -> General Options -> Membership Options Page?

Posted: Friday Feb 17th, 2012 at 12:07 am #5439
Raam Dev
Username: Raam
Staff Member

Hi Rebecca,

When you’re creating the custom field, you can simply select Expected Format: Alphabetics ( exactly 3 characters ) for the State field and Expected Format: Numerics ( exactly 4 characters ) for the Zip code. Will that work?

Posted: Thursday Feb 16th, 2012 at 11:57 pm #5438
Raam Dev
Username: Raam
Staff Member

Hi Philip,

Are you still having an issue or did you solve it?

Posted: Thursday Feb 16th, 2012 at 11:54 pm #5437
Raam Dev
Username: Raam
Staff Member

Mark,

Thank you very much for sharing these details with us.

I will forward this thread along to the lead developer so he can make this clearer in a future update.

Posted: Thursday Feb 16th, 2012 at 11:50 pm #5436
Raam Dev
Username: Raam
Staff Member

Hi Agnes,

You can use the same code example explained in the KB article (Introduction to Content Dripping in s2Member®), except instead of using S2MEMBER_CURRENT_USER_PAID_REGISTRATION_DAYS, you’ll use S2MEMBER_CURRENT_USER_REGISTRATION_DAYS to retrive the number of days since the user registered.

You can find more code examples and other s2Member PHP/API Constants in WP Admin -> s2Member -> API/Scripting -> s2Member PHP/API Constants.

Posted: Thursday Feb 16th, 2012 at 11:43 pm #5435
Raam Dev
Username: Raam
Staff Member

Hi Leondras,

Are you uploading the s2Member Pro folder to the /plugins/ directory or the /plugins/s2member/ directory? The s2member-pro folder should go in the /plugins/ directory.

You may also want to try deactivating and reactivating the s2Member plugin in WordPress (be sure to enable Deactivation Safeguards before doing this so you don’t lose any of your settings: WP Admin -> s2Member -> General Options -> Deactivation Safeguards).

Posted: Thursday Feb 16th, 2012 at 11:39 pm #5434
Raam Dev
Username: Raam
Staff Member

Hi Mike,

Please take a look at the Mod Security, Random 503/403 Errors KB article and try the suggestion for modifying your .htaccess file to temporarily disable mod_security.

Posted: Thursday Feb 16th, 2012 at 11:27 pm #5432
Raam Dev
Username: Raam
Staff Member

Hi Christian,

It sounds like your PayPal account may not be set up to allow recurring payments. I suggest contacting PayPal and asking them why recurring payments are not working with your account.

Posted: Thursday Feb 16th, 2012 at 11:20 pm #5430
Raam Dev
Username: Raam
Staff Member

Hi Angela,

Could this problem be related to the problem you were having in another thread with Chinese characters in usernames (which is not currently supported by WordPress)? Have you tested with a non-Chinese character username?

Regarding missing emails being sent out from your site: Have you installed the EMail Log plugin to confirm that the emails are actually being sent?

If they are being sent, please install and configure the WP Mail SMTP plugin with the SMTP server details for the “From” address that you’re using. It’s possible that emails sent by the server mailer are being caught in spam filters (or being rejected altogether by some mail servers).

And finally, regarding the new forum reply emails, I recommend checking your spam folder. I’m receiving new forum reply notifications, so that feature is working.

Posted: Thursday Feb 16th, 2012 at 11:11 pm #5429
Raam Dev
Username: Raam
Staff Member

Angela, you may want to post something on WordPress Support Forums or search Google for solutions to this problem, as it’s related to WordPress and not s2Member.

Posted: Thursday Feb 16th, 2012 at 8:56 pm #5421
Raam Dev
Username: Raam
Staff Member

Hi Matthew,

Yes, s2Member Pro supports Google Checkout subscriptions. Please see the Google Checkout Button Integration section of this page: http://www.s2member.com/pro/

Posted: Wednesday Feb 15th, 2012 at 6:59 pm #5289
Raam Dev
Username: Raam
Staff Member

Hi Phil,

Have you enabled logging (WP Admin -> s2Member -> PayPal Options -> PayPal Account Details -> Enable Logging Routines?)?

You can then look at the log files in /wp-content/plugins/s2member-logs/ for the related Subscription/Transaction ID for any issues related to the transactions you’re testing with.

Posted: Wednesday Feb 15th, 2012 at 6:45 pm #5286
Raam Dev
Username: Raam
Staff Member

Hello,

Where did you protect the page? Did you use the restriction options (WP Admin -> s2Member -> Restriction Options) or did you use the widget on the Edit page screen?

Posted: Wednesday Feb 15th, 2012 at 6:34 pm #5284
Raam Dev
Username: Raam
Staff Member

Hi John,

You should be safe to update the Pro module. There are no known issues with the Pro update. If you’re worried about anything, please make a backup before upgrading.

Posted: Tuesday Feb 14th, 2012 at 9:32 pm #5130
Raam Dev
Username: Raam
Staff Member

Glad we could help, Bill! :)

Posted: Tuesday Feb 14th, 2012 at 9:18 pm #5129
Raam Dev
Username: Raam
Staff Member

Yes, this can be done with Authorize.net as well. You can use a technique like the one described here: http://www.primothemes.com/forums/viewtopic.php?f=36&t=1604

Posted: Tuesday Feb 14th, 2012 at 9:00 pm #5122
Raam Dev
Username: Raam
Staff Member

Hi Bill,

The problem is that you’re mixing https://theartofprizewriting.com with https://www.theartofprizewriting.com.

When a user logs in, they’re logging in under https://theartofprizewriting.com, but once they’re logged in, all of your menu links point to https://www.artofprizewriting.com.

Web browsers treat those two as entirely different domains, so when you try to visit a protected page with the www URL, it doesn’t see you logged in and redirects you to the Membership Options Pages.

The reason you didn’t see this issue on Chrome is that it’s probably silently assuming that you made this mistake and fixes it for you (that’s actually bad, because from a technical standpoint, they really are two separate domains).

Please see this thread for more information: http://www.primothemes.com/forums/viewtopic.php?f=36&t=1066

All of the menu links across the top start with www and that’s what’s causing the problem. A user logs in at the non-www version of the URL and then once they click one of the menu items, they’re now considered “not logged in”.

Please update all your custom menu’s in WP Admin -> Appearance -> Menus and use the non-www version of the URL.

Posted: Tuesday Feb 14th, 2012 at 8:38 pm #5121
Raam Dev
Username: Raam
Staff Member

Details received. Investigating now.

Posted: Tuesday Feb 14th, 2012 at 8:25 pm #5117
Raam Dev
Username: Raam
Staff Member

Hi Andre,

No, that wouldn’t be possible. It has to do with how WordPress works, not s2Member. WordPress will only work on the domain it’s installed on and it doesn’t have access outside of that domain (except with multi-site installs; but even then, s2Member doesn’t protect content across more than one domain). Since s2Member is a WordPress plugin, s2Member only has access to what WordPress accesses.

Posted: Tuesday Feb 14th, 2012 at 8:19 pm #5114
Raam Dev
Username: Raam
Staff Member

Hi Chris,

You can certainly create Custom Fields with s2Member, creating a separate, unique registration forms (using s2Member Pro Forms, which requires s2Member Pro) for each of the variants.

If you’d like to use Gravity Forms, you may want to search the old community forum to see what success others have had. Here’s a thread related to this: http://www.primothemes.com/forums/viewtopic.php?f=4&t=15822&p=61941

Posted: Tuesday Feb 14th, 2012 at 8:09 pm #5112
Raam Dev
Username: Raam
Staff Member

Hi Matthew,

Please see this site for Authorize.net pricing: http://www.authorize.net/solutions/merchantsolutions/pricing/

s2Member supports Buy Now and Recurring Products through Authorize.net using s2Member Pro Forms (s2Member Pro required).

Posted: Tuesday Feb 14th, 2012 at 8:00 pm #5110
Raam Dev
Username: Raam
Staff Member

Hi James,

s2Member’s Custom Registration Fields feature is not designed for the complexity you describe.

If I was working on a similar project and needed to provide membership access to a site, I would either find another plugin that specifically handles form creation or custom-code my own form to the specs you described, and then hook into s2Member for the registration process. s2Member provides plenty of hooks that allow you to do this, as well as an API for creating new users via a snippet of PHP code (s2Member Pro required).

The current version of s2Member allows you to export user and custom field data to a CSV file, but there are no options for elaborate filtering like you described (e.g., ‘class 100’). The next version of s2Member, expected to be released towards the end of March, will have improved features in this regard.

Posted: Tuesday Feb 14th, 2012 at 7:50 pm #5109
Raam Dev
Username: Raam
Staff Member

Hi Keith,

s2Member can handle both of those scenarios. You can use the recurring subscription feature of s2Member to offer Child Sponsorships. When someone signs up, you can show a simple “thank you page” instead of using the content protection features of s2Member.

For one-time donations, you can use the Specific Page/Post Buy Now buttons to offer a one-time donation. The Page/Post would simply describe what the donation is for. If you want to allow your donors to enter their own donation amount (as opposed to creating a button with a pre-defined amount), you can do that too with a little customization (see this thread on the old forum: http://www.primothemes.com/forums/viewtopic.php?f=36&t=1604).

Let us know if you have any other questions.

Posted: Tuesday Feb 14th, 2012 at 7:14 pm #5104
Raam Dev
Username: Raam
Staff Member

Hi Bill,

I sincerely apologize for the delayed response.

s2Member has been tested with both Firefox and Safari, so the problem your describing sounds like it could be related to something else. Have you tried disabling all other plugins temporarily to see if something is conflicting?

Also, could you please tell me exactly what you have configured in WP Admin -> s2Member -> Restriction Options?

If a user logs in, accesses the Login Welcome Page, then browses the site and comes back to the Login Welcome Page, the only reason I can think he would be redirected to the Membership Options Page is if he was somehow logged out, or if you’re doing something with URI restrictions that is conflicting.

Viewing 25 replies - 2,526 through 2,550 (of 2,567 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.