Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Disable ’HOME’ for Certain Groups (ie, kill activity stream)


Driftless
Participant

@driftless1

Woohoo! Persistence pays… Once again, thanks to boone and r-a-y

Found the solution here: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/changing-group-tab-display-defaults/#post-55449

Wraped it all in a

`if ( groups_get_groupmeta( $bp->groups->current_group->id, ‘forum_only’ ) ) {`

wrapper – and we’re golden.

Now back to the easily-changeable groupmetadata thing…

Skip to toolbar