• The Autochimp plugin
    http://www.wandererllc.com/company/plugins/autochimp/
    doesn’t not work properly with Register Plus
    http://wordpress.org/extend/plugins/register-plus/

    When a new user registers in the blog using Register Plus he introduces their firstname and lastname but then the Autochimp plugin can’t send this information to the configured mailchimp list.

    The code in the Autochimp plugin seems fine

    $merge_vars = array('FNAME'=>$user_info->first_name, 'LNAME'=>$user_info->last_name);
    
                                            switch( $mode )
                                            {
                                                    case MMU_ADD:
                                                    {
                                                            // By default this sends a confirmation email - you will not see new members
                                                            // until the link contained in it is clicked!
                                                            $retval = $api->listSubscribe( $list_id, $user_info->user_email, $merge_vars );
                                                    }

    Could it be a sync problem?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Register Plus (and Register Plus Redux) both have this issue. I’ve researched the problem and attempted to contact the authors (no response). Basically, these plugins are saving the user’s data at a very strange time (other plugins like BuddyPress, Wishlist don’t have this issue). It is possible for AutoChimp to fix this by hacking into some pluggable WordPress functions, though of course it would be preferable for these plugins to behave in a more standard way. I don’t know why they did things this way; I assume they had a good reason. Look for this to be fixed in the version after 0.83.

    Update: I heard from the developer of Register Plus Redux. He’s been working very hard to reduce these conflicts and appears to have a solution, which will be available as of version 3.7.0. That’s great news!

    The next version of AutoChimp (will be released soon) will temporarily address these conflicts with a patch (for both Register Plus and Register Plus Redux).

    So, the best plan of action is for users of Register Plus to move to Register Plus Redux and watch for the next version of AutoChimp (after .083). Once Register Plus Redux 3.7.0 is released, we’ll also release a new version of AutoChimp which will no longer include the patch.

    Any updates on this?

    Yes, grab the latest version of AutoChimp.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Register Plus and Autochimp’ is closed to new replies.