Re: Change the default activity tab
Hmm… did some more snooping. The relevant file is /bp-child-default-theme/activity/index.php
Ideally there would be a single function that should generate the current activity tabs, that way we could use the hook to remove the existing function and then drop in our own existing function via add_action();
Unfortunately I see nothing of the sort. Here are lines 18 – 56.