Hi,
Is this suppose to work on the WooCommerce REGISTER page??
Thanks
]]>Many sites need automatic typing. Why not change your JavaScript function inside file username-availability-checker.js
to look like this?
var debounce__BDUAChecker;
jq( document).on( 'keyup', _BDUAChecker.selectors, function() {
if(debounce__BDUAChecker) clearTimeout(debounce__BDUAChecker);
var $__this = this,
$this = jq( $__this ),
$wrapper = $this.parent('.username_checker');
jq( '.loading', $wrapper ).css( {display:'block'} );
debounce__BDUAChecker = setTimeout(function(){
if( ! $wrapper.get(0) ) {
$wrapper = create_wrapper( $__this );
}
jq( '.name-info', $wrapper ).empty();//hhide the message
//show loading icon
jq( '.loading', $wrapper ).css( {display:'block'} );
var user_name = $this.val();
jq.post( ajaxurl, {
action: 'check_username',
cookie: encodeURIComponent(document.cookie),
user_name: user_name
},
function( resp ) {
if( resp && resp.code != undefined && resp.code == 'success' ) {
show_message( $wrapper, resp.message, 0 );
} else {
show_message( $wrapper, resp.message, 1 );
}
},
'json'
);
},250);
});//end of keyup
]]>
Is this compatible with Ultimate Member Register form?
]]>Good morning. I need different users not to hire the same Nicname. Does this plugin meet this need? If not, do you have any advice?
Thank you so much.
Claudio
Howdy, I noticed this thread was closed and I couldnt ask there, so asking here about this WHOLE thread: https://www.ads-software.com/support/topic/how-can-i-also-allow-capital-letters/
Was uppercase and numbers incorporated into the update?
]]>I have translated the plugin into Spanish but it does not work, it’s still in English
]]>Hello,
I recently noticed that this plugin does not work on woocommerce checkout page for logged out users.
It still indicates non available username as available in the username checkout field.
Thanks
]]>Just Awesome, its what EVERYONE should have. This should be mandatory within WordPress files anyways.
Something like this just let everyone kn ow about it
Just make sure it will ALWAYS be compatible with ANY version WP. If you pass away we will know it will always work, coz you done such a great job on this
]]>Hello,
This is only allowed – Only lowercase letters and numbers allowed
How can I also allow capital letters?
Thanks.
]]>Hi, is it possible to get this plugin to work with your BuddyPress Username Changer plugin?
]]>Hello @sbrajesh !
Well, pretty much as the subject says; is this plugin still actively supported or is it stone dead?
i think it is fair to ask the question since its over 2 years since the last update. Are you planing to update it so it is 100% compatible with the current versions of WordPress and BuddyPress?
Thanks a bunch in advance for your reply!
Cheers
]]>Fantastic plugin. Congratulations.
How could I do so that only uppercase letters would be accepted. Do not accept numbers, lowercase, special letters (_., / –
Many thanks for any help.
]]>Hello,
when a user uses the forgot password script I get the error:
PHP Fatal error: Call to undefined function get_current_screen() … /wp-content/plugins/bpdev-username-availability-checker/username-availability-checker.php on line 163
any ideas?
regards
ThoGri