yannlossouarn
Member
Posted 3 months ago #
There is a bug at line 107 in network-username-override-restrictions.php that prevents the plugins from working on a Buddypress install : the username length test shall be made against the 'Username must be at least 4 characters' string rather than the 'Username must be at least 4 characters.' (difference = final dot)
Daniel, could you integrate the patch on your version of the plugin, please? Thanks very much!
Bye,
Yann
http://wordpress.org/extend/plugins/network-username-restrictions-override/
Daniel Westermann-Clark
Member
Plugin Author
Posted 2 months ago #
Hi Yann,
I'll look into this more. Could you possibly provide a reference to the BuddyPress source that contains the error message? Thanks!
yannlossouarn
Member
Posted 2 months ago #
Hi Daniel,
Sure, it is defined in /wp-content/plugins/buddypress/bp-languages/buddypress*.[po|mo|pot] file, and called at line 999 of /wp-content/plugins/buddypress/bp-members/bp-members-functions.php
Bye,
Yann