@richard-b
Active 4 weeks ago
-
Richard B replied to the topic [Resolved] Remove Activity tab from Groups in the forum How-to & Troubleshooting 11 years, 1 month 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…