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.

About: Steve G

Sorry, I've not written a description yet. I'll get to it soon!


My Latest Replies (From Various Topics)

Viewing 6 replies - 1 through 6 (of 6 total)
Author Replies
Author Replies
Posted: Monday Feb 18th, 2013 at 11:06 am #42274
Steve G
Username: steveg

Eduan,

I’ve tried Yes and No but it makes no difference. I developed a hack that does what I need and doesn’t require modifying any s2Member code.

Thanks for your interest.

Steve

Posted: Wednesday Jan 16th, 2013 at 11:19 am #37764
Steve G
Username: steveg

Eduan,

I wasn’t requesting help. I just wanted the s2Member developers to be aware of 3 potential problems and what I did to correct them.

Steve

Posted: Monday Jan 14th, 2013 at 11:33 am #37429
Steve G
Username: steveg

Eduan,

How’s this? BTW, Notice Messages appear when WP_DEBUG is true.

Steve

wp-content/plugins/s2member/includes/classes/admin-notices.inc.php [Notice Message]
Change line 136 to

if (!$page || "*" === $page || $pagenow === $page || (isset($_GET["page"]) && $_GET["page"] === $page))

wp-content/plugins/s2member/includes/classes /users-list-in.inc.php [Notice Message]
Change line 468 to

if(!empty($fields) && array_key_exists($field_var, $fields)){
  unset ($fields[$field_var]);
}

wp-content/plugins/s2member/includes/classes /profile-mods-in.inc.php [Notice Message]
Change line 108 to

if(!empty($fields) && array_key_exists($field_var, $fields)){
  unset ($fields[$field_var]);
}
Posted: Saturday Sep 15th, 2012 at 4:32 pm #25441
Steve G
Username: steveg

When s2Member cancels an old subscription and creates a new subscription to circumvent the PayPal 20% rule, is this done in one or two transactions?

Does the member see one or two PayPal buttons?

Please describe the user interaction. What does the member see and do?

Thank you.

Posted: Saturday Sep 8th, 2012 at 1:00 pm #24650
Steve G
Username: steveg

Thanks, but how do I test for a subscription, such as monthly or yearly?

Posted: Tuesday Jul 24th, 2012 at 10:05 am #20083
Steve G
Username: steveg

Cristián,

Some of the s2Member PayPal buttons contain

notify_url http://127.0.0.1/?s2member_paypal_notify=1
return http://127.0.0.1/?s2member_paypal_return=1

1. What’s the difference between notify_url and return?

2. I currently register everyone as a free user, send them an email to confirm and then have membership upgrade buttons on a page for free users after they log in. After a payment is made to PayPal, are they returned to the main site’s home page or logged out and returned to the log in page?

Thanks.

Viewing 6 replies - 1 through 6 (of 6 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.