Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,018
- How-to & Troubleshooting
- 129,639
- Creating & Extending
- 25,793
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,791
- Showcase
- 3,316
- Ideas
- 1,382
- Miscellaneous
- 9,179
-
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/