Thanks for replying. I was thinking of removing, later maybe having an alternate version, header for a number of pages. All messages, inbox, outbox etc. Also notifications, friend requests etc. Pages that will be private to you as a user.
I have run into something though, I can’t seem to make a hook work?
function testFunction() {
echo "Hello World!";
}
add_action(‘bp_init’, ‘testFunction’);
I’ve put this in /plugins/bp-custom.php which also have other functions that does work.