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 - 1,426 through 1,450 (of 2,567 total)
Author Replies
Author Replies
Posted: Saturday Jul 7th, 2012 at 4:45 am #18534
Raam Dev
Username: Raam
Staff Member

Hi Jake,

For sending post-payment callbacks, you’ll want to use an s2Member hook (probably one of the s2Member PayPal hooks).

s2Member currently uses the WordPress user base and authentication system. s2Member users are WordPress users with a specific role (one of the s2Member levels). Integrating external scripts essentially involves including the necessary files to load the WordPress plugin framework.

For integrating external scripts with s2Member, please see Knowledge Base » Protecting Non-WordPress Content with s2Member. You’ll also want to take a look at Dashboard -› s2Member® -› API / Scripting -› Advanced PHP Conditionals.

Posted: Saturday Jul 7th, 2012 at 4:38 am #18533
Raam Dev
Username: Raam
Staff Member

Hi Alexandre,

When you purchase the Pro version of s2Member, you only pay the $129.

Adding a tax to your transactions inside the s2Member plugin depends on your payment gateway. If you’re using PayPal or Authorize.net, you can configure tax calculations:

Dashboard -› s2Member® -› PayPal® Options -› Tax Rate Calculations
Dashboard -› s2Member® -› Authorize.Net® Options -› Tax Rate Calculations

Posted: Saturday Jul 7th, 2012 at 4:35 am #18532
Raam Dev
Username: Raam
Staff Member

We’re looking into ways of including this in s2Member, but for now you’ll need to get the billing history from the payment gateway.

Posted: Saturday Jul 7th, 2012 at 4:28 am #18531
Raam Dev
Username: Raam
Staff Member

Hi Chris,

Unfortunately those two features cannot currently be used together. If you restrict something to Specific Page/Post Buy Now, you cannot offer that same content to Level-access members. We’re working towards improving the way these features work in the next major release of the plugin.

For now, we recommend duplicating the content: One set for Specific Page/Post Buy Now, and one for Level-access.

Posted: Saturday Jul 7th, 2012 at 4:24 am #18530
Raam Dev
Username: Raam
Staff Member

Hello,

We do not currently provide that feature, however we’re looking into adding it for the next major release of the plugin. For now, you may want to look for a 3rd party plugin that adds what you need.

Posted: Saturday Jul 7th, 2012 at 4:23 am #18529
Raam Dev
Username: Raam
Staff Member

Hi Charles,

You may be able to achieve the integration using URI Restrictions and/or Custom Capabilities:
Dashboard -› s2Member® -› Restriction Options -› URI Access Restrictions
Dashboard -› s2Member® -› API / Scripting -› Custom Capabilities

If you need tighter integration, you may want to look into hiring a programmer (we recommend jobs.wordpress.net). We do not provide direct support for 3rd party plugin integrations, but suggest also posting your question on our Community Forum to see if any other s2Member users have any advice.

Posted: Friday Jul 6th, 2012 at 8:38 am #18482
Raam Dev
Username: Raam
Staff Member

Hi Felix,

We support the payment gateways listed here. PayPal Pro supports accepting credit cards on-site and we fully support PayPal Pro with s2Member Pro.

If you need alternate payment gateway integration, please see Pre Sale FAQs » Can I add support for other payment gateways?

Posted: Friday Jul 6th, 2012 at 8:29 am #18481
Raam Dev
Username: Raam
Staff Member
Technical support question, not Pre-Sale (wrong forum).

Moving this thread into Community Forum so you have a chance to receive assistance from other site owners. If you’d like priority support from s2Member®, please re-post this topic in our Customer Support Forum and we’ll take a closer look for you.

For further details, please read our Support Policy.

Posted: Friday Jul 6th, 2012 at 8:26 am #18478
Raam Dev
Username: Raam
Staff Member

Hi Daniel,

We do not currently support that payment gateway, but the next major release of s2Member will include better options for integrating custom payment gateways. Until then, if you need custom integration we recommend posting your job on jobs.wordpress.net.

Posted: Friday Jul 6th, 2012 at 8:25 am #18477
Raam Dev
Username: Raam
Staff Member

Hello,

While s2Member is compatible with WordPress Multisite Networking, the sites within a WordPress network are separate and not interconnected. That means you cannot share users, logins, or other data across the sites (including access control).

Please see the following from WordPress.org:

The sites in a multisite network are separate, very like the separate blogs at WordPress.com. They are not interconnected like things in other kinds of networks (even though plugins can create various kinds of interconnections between the sites). If you plan on creating sites that are strongly interconnected, that share data, or share users, then a multisite network might not be the best solution.

The s2Member Multisite feature allows you to offer the s2Member plugin to sub-sites, giving your sub-sites the ability to setup and use s2Member on their own. When you upgrade s2Member on the primary site, the s2Member plugin is automatically updated for all your sub-sites. However, things like access restrictions on one WP installation are not shared across WP installations (again, the WordPress Multisite feature itself isn’t designed to work like that).

There are plugins that allow you to get around these WordPress Multisite limitations, however they may or may not work with s2Member.

Posted: Friday Jul 6th, 2012 at 8:23 am #18476
Raam Dev
Username: Raam
Staff Member

Hi Hamid,

Thank you for the suggestion! :) We’ll definitely look into this.

We do not accept jobs for custom work, however we do recommend posting your job on jobs.wordpress.net.

Posted: Friday Jul 6th, 2012 at 8:18 am #18475
Raam Dev
Username: Raam
Staff Member

Hi Oscar,

All of the s2Member source code is available, so you can add the customizations you need. If you need to hire a programmer to make the modifications we recommend jobs.wordpress.net.

Posted: Friday Jul 6th, 2012 at 8:13 am #18473
Raam Dev
Username: Raam
Staff Member

Yes. Simply update the domain on your s2Member.com account after you’ve changed it.

Posted: Friday Jul 6th, 2012 at 8:06 am #18472
Raam Dev
Username: Raam
Staff Member

Hi Eric,

When the user’s subscription is over or the user is demoted, an EOT event will occur. Please see the Auto EOT System hooks and study the code there.

I want a specific condition when user level was more then 0 means paid level and now EOT reached.

Your condition would need to check if the user is Level 0 and also has a “paid access time”, which would mean he had paid access before and was demoted to Level 0. http://www.s2member.com/codex/stable/s2member/api_functions/package-functions/#src_doc_s2member_paid_registration_time%28%29

If you offer a 30-day free trial using a Free Subscription form, then you need to have the user upgrade their account and pay for a membership (see Dashboard -› s2Member® -› PayPal® Pro Forms -› Billing Modification Forms).

If you offer a paid membership with an Initial/Trial period (using one of the Pro-Form level forms), then the user will automatically be charged after the Initial/Trial period is over — there is nothing you need to do.

Posted: Friday Jul 6th, 2012 at 7:50 am #18467
Raam Dev
Username: Raam
Staff Member

Hi Kyle,

s2Member is a WordPress plugin, so any posts or pages you create will be handled by WordPress, not s2Member. If you accidentally deleted an account or some other content, you’ll need to contact your web host as Zoe suggested and see if they have a backup.

Posted: Friday Jul 6th, 2012 at 4:20 am #18425
Raam Dev
Username: Raam
Staff Member

Hi Randy,

I wrote a KB article that explains how to do this:
Knowledge Base » How to Create a Registration Thank You Page

Posted: Thursday Jul 5th, 2012 at 9:05 am #18384
Raam Dev
Username: Raam
Staff Member

Hi Jean,

You should be able to upgrade by following the FTP installation instructions: s2Member® » Pro » Install/Upgrade Instructions.

Posted: Thursday Jul 5th, 2012 at 8:55 am #18383
Raam Dev
Username: Raam
Staff Member

Hi Felix,

There no limit. s2Member runs on WordPress, so as long as WordPress and your server can handle the number of users, s2Member will work with that. Any optimization you do should be done to WordPress and I recommend researching WordPress optimization for large numbers of users.

Posted: Thursday Jul 5th, 2012 at 8:53 am #18382
Raam Dev
Username: Raam
Staff Member

Hi Marc,

You will need to check with your payment gateway. If you’re using PayPal, you should contact PayPal and speak with them about this problem.

Posted: Thursday Jul 5th, 2012 at 8:43 am #18378
Raam Dev
Username: Raam
Staff Member

Hi Maxim,

I noticed there’s an error message that s2Member is showing you:

Have you tried disabling other plugins to see if a conflicting plugin is causing this problem?

Posted: Thursday Jul 5th, 2012 at 8:30 am #18374
Raam Dev
Username: Raam
Staff Member

Hi James,

Yes, I can do a test if you give the login info and URL.

Posted: Thursday Jul 5th, 2012 at 8:28 am #18373
Raam Dev
Username: Raam
Staff Member

Hi Michael,

I don’t know of any plans to integrate with checkout.com specifically, but I do know the next major release of s2Member will have much improved integration options for adding support for other payment gateways.

Posted: Thursday Jul 5th, 2012 at 8:19 am #18372
Raam Dev
Username: Raam
Staff Member

Hi Hamid,

Yes, this is possible. You’ll need to use Custom Capabilities:

<Embed Playlist>
Posted: Thursday Jul 5th, 2012 at 8:16 am #18371
Raam Dev
Username: Raam
Staff Member

Hi Jan,

Thank you for the feature request. We will take this into consideration when considering new features. :)

Posted: Thursday Jul 5th, 2012 at 8:01 am #18370
Raam Dev
Username: Raam
Staff Member

Hi Zoe,

I’m going to escalate this to Jason and see if he can offer any suggestions. Thank you for your patience.

Viewing 25 replies - 1,426 through 1,450 (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.