I have a bunch of user/member names that have spaces in them and buddypress does not play well with them.
For instance, trying to PM a member that has a space in their username gives an error.
I have added the line:
define( ‘BP_ENABLE_USERNAME_COMPATIBILITY_MODE’, true );
to my wp-config file, it's help with some other issues but not this.
Anyone have any idea how I can fix this issue?
As a workaround I was going to install Brajeshs' plugin "Change usernames" and then send a mass email telling members with spaces in their usernames to change them but I was hoping for a more professional fix without having to alert everyone. I have 8000+ members so it's a little crazy to deal with this.