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.

Mike (Volunteer Moderator)

Moderator

My Latest Replies (From Various Topics)

Viewing 25 replies - 101 through 125 (of 326 total)
Author Replies
Author Replies
Posted: Tuesday Aug 6th, 2013 at 4:58 am #55273
Moderator

Thanks for the follow-up. I ran tests against this in IE8, 9, 10. Still unable to reproduce thus far.

[s2Stream player="jwplayer-v6-rtmp" player_path="/jwplayer/jwplayer.js" file_download="video.mp4" rewrite="yes" /]
Posted: Monday Aug 5th, 2013 at 7:58 pm #55260
Moderator

See: Dashboard -› s2Member® -› PayPal® Buttons -› Shortcode Attributes (Explained)

Please check the documentation here pertaining to the output="" attribute.
You’ll want to use output="url" or output="anchor".

Posted: Monday Aug 5th, 2013 at 7:56 pm #55259
Moderator

Excellent! Thanks for the follow-up. We appreciate that :-)

Please register @ WordPress.org and rate s2Member®

NOTE: If you vote @ WordPress.org & LIKE us on Facebook, please reply back in the s2Member® Forums with a link to your nice comments (just to let us know). The company also has a way of saying thanks for this :-)

Posted: Monday Aug 5th, 2013 at 7:55 pm #55258
Moderator

Did you receive an error message when attempting an automatic upgrade?
If so, what did that message say please?

Posted: Monday Aug 5th, 2013 at 7:54 pm #55257
Moderator
Posted: Monday Aug 5th, 2013 at 7:52 pm #55256
Moderator

Secondly, I had this issue earlier, and it wasnt resolved. When going to Paypal, it doesn’t show the current price and future price in the description, so when user enters their paypal info, it is not clear if they are going to be charged or not.

Are you integrated with the PayPal® Payflow Edition? Are you charging on a recurring basis?

Posted: Monday Aug 5th, 2013 at 7:51 pm #55255
Moderator

How can we change the button on the membership form to say ‘Join Now’ instead of ‘Pay Now’ at the bottom?

Please see: Knowledge Base » Changing Words/Phrases In s2Member®

Posted: Monday Aug 5th, 2013 at 7:50 pm #55254
Moderator

Thanks for the follow-up :-)

How many free subscribers do you have currently?

Also, do you have a PHP execution plugin running yet?
See: Knowledge Base » ezPHP Plugin for WordPress®

Posted: Monday Aug 5th, 2013 at 7:46 pm #55253
Moderator

Sorry, unable to reproduce this so far.

Please let us know what we’re missing.
Tested in WordPress® v3.6 and s2Member® 130802 running JW Player v6.
Demo video running an MP4 file loads fine in IE8, IE9 and IE10.

Shortcode produced a valid video stream powered by Amazon S3/CloudFront on the back-end of this.

[s2Stream player="jwplayer-v6" player_path="/jwplayer/jwplayer.js" file_download="video.mp4" rewrite="yes" /]

Posted: Monday Aug 5th, 2013 at 7:38 pm #55251
Moderator

Thank you. Attempting to reproduce this in s2Member®. One moment please.

Posted: Monday Aug 5th, 2013 at 7:24 pm #55248
Moderator

And what page is it on? Does it come before or after anything else that processes profile fields?

Posted: Monday Aug 5th, 2013 at 6:25 pm #55246
Moderator

This probably has more to do with the larger picture.
~ Where/how is this code integrated? It is attached to a hook?

Posted: Monday Aug 5th, 2013 at 5:34 pm #55244
Moderator

Oh, great! Thanks for the follow-up. Appreciate that :-)

Posted: Monday Aug 5th, 2013 at 4:51 pm #55237
Moderator

@ Kevin Cashman

Thank you. Forwarding this to our techs. You should receive a reply shortly.

Posted: Monday Aug 5th, 2013 at 4:49 pm #55236
Moderator

Thanks for the feedback! We appreciate it. I’ll pass that along.

Posted: Monday Aug 5th, 2013 at 4:28 pm #55234
Moderator

Thank you. Jason has been notified about this and he should reply shortly.

Posted: Monday Aug 5th, 2013 at 4:27 pm #55233
Moderator

You might create a custom registration field that goes along with this, and asks the customer a simple question as well. Please see: Dashboard -› s2Member® -› General Options -› Registration/Profile Fields

Posted: Monday Aug 5th, 2013 at 7:34 am #55221
Moderator

Enable Logging Routines?
Enable Additional Logging Routines?

Yes, I would enable both of these temporarily.

Posted: Monday Aug 5th, 2013 at 7:15 am #55220
Moderator

* Should I disable automatic EOT after all (since I don’t provide subscriptions or time-limited services)?

I’m not seeing any compelling reason that you MUST leave this on. I checked with Jason and he confirms this. His suggestion was that you whitelist this IP address (as it does belong to CyberSource by all indications). In fact, we suggest that you whitelist any of the IPs listed above (or any provided to you by Authorize.Net support).

As your payment gateway, your server should whitelist any IP address associated with your payment gateway to ensure there are no connectivity issues. That’s our suggestion for you.

The firewall trigger (based on the log entry you posted); appears to an outbound rule, not an inbound rule (which again, this coincides with s2Member’s EOT System which is connecting to Authorize.Net and not the other way around). If your firewall does not like this, you can either whitelist the IP address to prevent this from causing problems, or you can simply turn off the EOT System since you’re not relying upon this anyway.

In either case though, I would be sure to contact Authorize.Net and ask them for a up-to-date list of all IP addresses (or configure firewall rules that apply to all of the host names I listed above). Even if you turn off s2Member’s Auto EOT System, you’ll still want to be sure that your firewall is not interfering with transaction processing that occurs during the normal checkout flow on-site.

We’ve never been given a full list of all IPs associated with Authorize.Net. We always get a response that basically states “these are always subject to change” and so they don’t provide a complete list or give us a block of IPs we can whitelist. For this reason, I would check with Authorize.Net yourself; and if all else fails try to configure your firewall to whitelist the host names and not necessarily specific IP addresses.

Posted: Monday Aug 5th, 2013 at 12:27 am #55202
Moderator

I would only add that you should be specific about which User you’re pulling data for here, by passing the $user->ID to the get_user_option() call also; as seen below.

$voted = 1;
$custom_fields = get_user_option('s2member_custom_fields', $user->ID);
$custom_fields['district_voted'] = $voted;
update_user_option($user->ID, 's2member_custom_fields', $custom_fields);
Posted: Monday Aug 5th, 2013 at 12:22 am #55201
Moderator

Please see: Dashboard -› s2Member® -› API / Notifications -› Registration Notifications
You can use the email option at the bottom of each of these event-driven notifications.

Posted: Monday Aug 5th, 2013 at 12:21 am #55200
Moderator

Thanks for the follow-up.

<?php
echo do_shortcode('[s2Member-Pro-PayPal-Form /]');
Posted: Monday Aug 5th, 2013 at 12:19 am #55199
Moderator
Posted: Monday Aug 5th, 2013 at 12:16 am #55198
Moderator

FYI: I understand why you did this. However, just for the record, I would never suggest this, because with each new release, we fix things, and improve things. That being said, if you were running hacks or anything like that against a prior release, it may help by reverting until you can tune things in for the latest version.

Posted: Monday Aug 5th, 2013 at 12:14 am #55197
Moderator

That should do it TJ. So long as when you deleted the two existing directories that you had (e.g. s2member and s2member-pro) that you did delete the ENTIRE directories; e.g. ALL files, and then re-uploaded new directories from the prior release. If you did that, you should be good :-)

Viewing 25 replies - 101 through 125 (of 326 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.