Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: when creating private/hidden group – forum should be hidden too but it's visible


r-a-y
Keymaster

@r-a-y

I experienced a similar problem as well.

Did you edit a BuddyPress core file using a bpGroups function?

You should let Burt Adsit know of your fix, so maybe he can provide a cleaner solution using his plugin instead of editing the core:

https://buddypress.org/developers/burtadsit

Try adding this to line 161 of /wp-content/mu-plugins/oci_bp_group_forums.php

add_action( 'groups_create_group_step2_save', 'oci_bb_group_updated', 10, 1 );

See if that does the same thing.

Skip to toolbar