@richard-b
Active 1 week, 1 day ago
-
Richard B replied to the topic [Resolved] Remove Activity tab from Groups in the forum How-to & Troubleshooting 11 years ago
Just had to do this on an installation, here is the code:
function bp_group_remove_tabs() {
[Read more]
global $bp;
if (isset($bp->groups->current_group->slug) && $bp->groups->current_group->slug == $bp->current_item)
{
// Duplicate the line below changing 'home' for each tab you wish to remove…