Skip to:
Content
Pages
Categories
Search
Top
Bottom

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


lokers
Participant

@lokers

ok, I’ve got temporary solution.

File: wp-content/plugins/buddypress/bp-groups.php

Line 1481: yous should have (inside function groups_create_group() / case 2:)

after:

do_action( ‘groups_create_group_step2_save’ );

I’ve added this line:

oci_bb_group_updated($group_obj->id);

So it works, but i had to modify this file which I am not happy with. I guess there is another way of doing this properly. If anyone will find better solution, could you please let me know too?

Skip to toolbar