Re: customizing buddypress profile page default tab and item-nav order
The constant is supposed to set the default tab that is active when you visit a profile.
In my case, although I’ve made activity the 3rd tab, it is still the default active one when I visit the profile.
Defining BP_DEFAULT_COMPONENT in wp_config.php is now working for me – provided I use my new slug (‘account’) instead of ‘profile’. Also, as @nuprn1 points out – it won’t work if you cut and paste the code from this thread (because the quotes are mangled).
Thanks for the help on this guys. Much appreciated.