• Resolved tom.durcak

    (@freshmaker)


    I had a problem to add button to multisite registration form. add_action('login_form', 'new_add_fb_login_form'); doesn’t work, so I add add_action( 'signup_extra_fields', 'new_add_fb_login_form' ); but still did’t work, so next step was add ,#setupform to generated jquery:
    var loginForm = $('#loginform,#registerform,#front-login-form,#setupform');

    one more edit: I covered text “OR” with function _e: <?php _e('OR'); ?> (to make translation)

    anyway good work 😉 thx for plugin

    https://wordpress.org/plugins/nextend-facebook-connect/

Viewing 1 replies (of 1 total)
  • Thanks for sharing your solution for multi-site, this was exactly what I was looking for!

    It would be great if this could be added to the main plugin so things keep working when installing future plugin updates.

Viewing 1 replies (of 1 total)

The topic ‘multisite registration’ is closed to new replies.