Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: disabling activity stream breaks link to profile

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’ );

Skip to toolbar