Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,043
- How-to & Troubleshooting
- 129,755
- Creating & Extending
- 25,804
- Requests & Feedback
- 9,506
- Third Party Plugins
- 9,793
- Showcase
- 3,317
- Ideas
- 1,375
- Miscellaneous
- 9,181
-
Put the following in your child theme’s functions.php file or in your main wp-config.php file:
define( 'BP_ENABLE_USERNAME_COMPATIBILITY_MODE', true );
Spaces (and some other characters) aren’t allowed in usernames by default.