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 - 951 through 975 (of 2,567 total)
Author Replies
Author Replies
Posted: Wednesday Aug 29th, 2012 at 10:30 pm #23514
Raam Dev
Username: Raam
Staff Member

Brian,

Have you read and followed all of the instructions explained inside Dashboard -› s2Member® -› ccBill® Options? Please read carefully all of the panels, as they contain all the information you need to properly integrate s2Member with CCBill.

Also, please be sure to read Dashboard -› s2Member® -› Quick Start Guide, as it contains everything you need to understand the basics of setting up and using s2Member, including the Registration Process.

I can confirm that you *do not* use CCBill’s user management if you’re using s2Member with CCBill.

Finally, if you believe you’ve correctly set up CCBill with s2Member and you’ve tried testing the registration/checkout process on your site using a test account without success, then I recommend enabling Logging (Dashboard -› s2Member® -› ccBill® Options -› Account Details -› Logging) and then testing again.

Once you’ve completed a test registration with logging enabled, please connect to your site via FTP and look in wp-content/plugins/s2member-logs/ for the log files. You can open those log files with a text editor (such as Notepad) and then copy/paste the log entries here for us to inspect. (Be sure to X-out any private information in the logs before posting, such as email addresses.)

Posted: Wednesday Aug 29th, 2012 at 10:20 pm #23511
Raam Dev
Username: Raam
Staff Member

Thank you for sharing the solution, Kevin!

Posted: Wednesday Aug 29th, 2012 at 10:18 pm #23510
Raam Dev
Username: Raam
Staff Member

Hi Chris,

If you want non-members to access that signup page, you need to remove the URI restriction so they’re not redirected to the Membership Options Page. FYI, the Membership Options Page is designed to be the page where you offer membership options (e.g., the signup page). That’s why people are redirected there if they don’t have access to something. If you want to use a different page as the signup page, that’s fine, but you’ll need to make sure that it’s not restricted.

Posted: Wednesday Aug 29th, 2012 at 10:14 pm #23509
Raam Dev
Username: Raam
Staff Member

Hi Marlin,

Yes, you should be able to use ws_plugin__s2member_during_paypal_notify_during_subscr_signup_wo_update_vars.

For example, you could add something like this to your wp-content/mu-plugins/s2hacks.php:

<?php
add_action('ws_plugin__s2member_during_paypal_notify_during_subscr_signup_w_update_vars', 'my_function');
function my_function($vars = array()) {
	// Code goes here; you'll have access to the $vars array which should contain all the info you need
	// To see everything inside $vars, try this: print_r($vars); exit;
}
?>
Posted: Wednesday Aug 29th, 2012 at 10:03 pm #23507
Raam Dev
Username: Raam
Staff Member

Hi Deb,

We do not currently support Amazon Checkout. For a complete list of supported payment gateways, please see Pre Sale FAQs » What payment gateways does s2Member® support?.

If you’d like to hire a programmer to add custom integration support for Amazon Checkout, please see Pre Sale FAQs » Can I add support for other payment gateways?.

Posted: Wednesday Aug 29th, 2012 at 10:01 pm #23506
Raam Dev
Username: Raam
Staff Member

Hi Geoff,

Unfortunately isn’t such a function, however there are two ways you could implement such functionality.

The first, and far more complicated method, would be to maintain an array of all the custom capabilities you create and then loop through each custom capability check if the user has access to it. If they have access to any of them, then the conditional passes.

The problem with that method is that you’d need to manually update that array in your code every time you use a new Custom Capability.

The easier method would be to simply assign *everyone* a custom capability. You could create a dummy custom capability that gets used for no other purpose other than to check if they have a custom capability.

Posted: Wednesday Aug 29th, 2012 at 9:55 pm #23504
Raam Dev
Username: Raam
Staff Member

Hello,

It’s not currently possible to limit the number of payments on a recurring profile within s2Member. Your options are a recurring subscription at a specific interval (e.g., $19/week, $99/month, $1199/year) or a one-time charge that gives a specific length of access (e.g., $99 for 1 month of access, $1199 for 1 year of access).

With either of those options you can charge a specific initial amount (e.g., $398 for the first month, then $99/month thereafter).

Posted: Wednesday Aug 29th, 2012 at 9:45 pm #23501
Raam Dev
Username: Raam
Staff Member

Hi Ben,

As per our support policy, we don’t offer support for integration with 3rd party plugins.

However, I recommend checking out this thread on extracting Custom Fields via PHP. You should be able to make the necessary modifications to the member directory plugin you’re using so that it also extracts the s2Member Custom Registration Fields.

Posted: Wednesday Aug 29th, 2012 at 9:37 pm #23499
Raam Dev
Username: Raam
Staff Member

Hi James,

On my personal site, I use a Custom Capability to track who received free trails. In your Pro-Form or signup button that includes a free trial, you’d simply add a Custom Capability like “freetrial”. Then, after they signup, you’ll see in the Custom Capabilities column of the users list who signed up with the free trial.

For more information on using Custom Capabilities, please see Video » s2Member (Custom Capabilities).

Posted: Wednesday Aug 29th, 2012 at 9:29 pm #23497
Raam Dev
Username: Raam
Staff Member

Hi Janet,

PayPal Advanced is a new offering from PayPal. The current version of s2Member does not support PayPal Advanced, but we will be adding support for it in the next major release of s2Member, which will be coming soon (we don’t have a release date, but we’re approaching the beta-testing stage, so it shouldn’t be too long).

Posted: Wednesday Aug 29th, 2012 at 9:25 pm #23496
Raam Dev
Username: Raam
Staff Member

Hi Randy,

You can post new questions here:
http://www.s2member.com/forums/forum/customers/

Regarding your question above: Yes, you can use s2Member Custom Profile fields for this (see Dashboard -› s2Member® -› General Options -› Registration/Profile Fields). When you create the field, you can define where the field should appear. If you don’t want to show the field during registration but only want it to show on their profile after they login, you can specify that there.

Posted: Wednesday Aug 29th, 2012 at 9:22 pm #23495
Raam Dev
Username: Raam
Staff Member

Great! Let us know if you have any other questions. :)

Posted: Wednesday Aug 29th, 2012 at 9:22 pm #23494
Raam Dev
Username: Raam
Staff Member

No problem. Let us know if you have any other questions.

Posted: Wednesday Aug 29th, 2012 at 9:20 pm #23493
Raam Dev
Username: Raam
Staff Member

Thank you for sharing your solution, Jack! :)

Posted: Monday Aug 27th, 2012 at 6:42 am #23159
Raam Dev
Username: Raam
Staff Member

Hi Benny,

Thank you very much for sharing all this information. I’m sure it will help others who are after a similar solution.

I don’t know of any WordPress plugins that randomly split the redirects, but have you tried searching Google for “wordpress split test plugin“?

Posted: Monday Aug 27th, 2012 at 6:39 am #23157
Raam Dev
Username: Raam
Staff Member

Hello,

Have you tried switching your theme to the default TwentyEleven theme? Your theme could also be causing a conflict with the s2Member Plugin.

Posted: Monday Aug 27th, 2012 at 6:37 am #23156
Raam Dev
Username: Raam
Staff Member

Hello,

The Pro-Forms support checkout by PayPal in addition to other methods. If you’re using the PayPal option to checkout on a Pro-Form, you will see the PayPal checkout button (this is a requirement enforced by PayPal). If you’re PayPal Pro and you’re doing on-site credit card processing, you will see the Submit Form button instead.

Posted: Monday Aug 27th, 2012 at 6:31 am #23155
Raam Dev
Username: Raam
Staff Member

Hi Jack,

I don’t have any experience with either of those plugins, but you may want to contact the plugin developers to see if there might be a conflict with the way the plugin loads the images.

s2Member uses the standard WordPress roles and capabilities and all s2Member Level capabilities are based on the WordPress Subscriber role. If users with the WordPress Subscriber role are supposed to see the custom backgrounds, then I suspect that one of those plugins is doing something non-standard that is causing a conflict and not giving the viewer permission to load the backgrounds. The developer is the best person to ask about this.

Posted: Monday Aug 27th, 2012 at 6:25 am #23154
Raam Dev
Username: Raam
Staff Member
Posted: Monday Aug 27th, 2012 at 6:21 am #23153
Raam Dev
Username: Raam
Staff Member

Hello Ignatius,

Thank you for the suggestion! I will forward this request on to the lead developer for consideration.

Posted: Monday Aug 27th, 2012 at 6:16 am #23152
Raam Dev
Username: Raam
Staff Member

Royden,

Cassel is correct. You should use the Custom Capabilities feature. Please see Video » s2Member (Custom Capabilities) for more information.

Posted: Monday Aug 27th, 2012 at 6:11 am #23150
Raam Dev
Username: Raam
Staff Member

That would indicate the page is probably not restricted or the person viewing the page already has access. (Did you make sure you were logged out before testing?)

Posted: Monday Aug 27th, 2012 at 5:57 am #23149
Raam Dev
Username: Raam
Staff Member

Hi Jake,

This would require a some PHP code that queries all your posts and then filters them using the same conditionals you based your content dripping schemes on. You’d probably use the WordPress query_posts() function to get and list the posts. If you have questions regarding WordPress functions, I recommend posting your question on the WordPress.org Support Forums.

Posted: Monday Aug 27th, 2012 at 5:53 am #23148
Raam Dev
Username: Raam
Staff Member

Hi Randy,

Have you followed the instructions that Eduan provided?

Posted: Monday Aug 27th, 2012 at 5:49 am #23146
Raam Dev
Username: Raam
Staff Member

Hi Steven,

I use Chrome exclusively while providing support on s2Member.com and while working with the s2Member plugin. I have never experienced any problem with the Chrome browser and s2Member. I tried searching for “coupon” in the search box near the header and it returned the results right away.

Viewing 25 replies - 951 through 975 (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.