Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,007
- How-to & Troubleshooting
- 129,616
- Creating & Extending
- 25,789
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,791
- Showcase
- 3,316
- Ideas
- 1,384
- Miscellaneous
- 9,173
-
If you enable root profiles, you can accomplish that.
Add this to wp-config.php:
define ( 'BP_ENABLE_ROOT_PROFILES', true );
For more nifty overrides, read this:
https://codex.buddypress.org/how-to-guides/changing-internal-configuration-settings/