multisite registration
-
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 addadd_action( 'signup_extra_fields', 'new_add_fb_login_form' );but still did’t work, so next step was add,#setupformto 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
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘multisite registration’ is closed to new replies.