Statistics: Posted by Jason Caldwell — April 30th, 2011, 12:59 pm
Now the only to prove my conclusion is to find a way to input the "Sub2" element onto these pages??
>
> http://optionsweekly.org/signup-7-days-trial
> http://optionsweekly.org/signup-full-member
> http://optionsweekly.org/special-21-days-free-trial
> http://optionsweekly.org/14-days-free-t ... ch-testers
>
>
> How can we do that? Any clues?
Those S2M pages are not calling the full WordPress API. When a user is registered in WordPress the user_register action is called and that is where Subscribe2 hooks it's action to set up the subscription.
http://codex.wordpress.org/Plugin_API/A ... r_register
Ideally, the sign up pages you have implemented using S2Member should also 'do' this action so the Subscribe2 hook gets called. Is that something you could chase with s2member?
....
When they are processing the form data and creating a new user it'd be helpful if there was a line in there:
do_action('user_register', $user_id);
Statistics: Posted by OWeekly — April 30th, 2011, 8:46 am