Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,039
- How-to & Troubleshooting
- 129,768
- Creating & Extending
- 25,806
- Requests & Feedback
- 9,506
- Third Party Plugins
- 9,793
- Showcase
- 3,317
- Ideas
- 1,375
- Miscellaneous
- 9,181
-
Found the solution here:
https://codex.buddypress.org/how-to-guides/changing-internal-configuration-settings/
with instructions to create and put in a file called /plugins/bp-custom.php
Change the default tab opened when looking at a user’s profile (default is activity):
define( ‘BP_DEFAULT_COMPONENT’, ‘profile’ );