Members cant post to groups that they didn’t join.Why?
-
Hello. As an admin, I can post every group’s wire. But normal members cant do that. A member can see all the groups in the “Post in Group” list but when member clicks to share an error occurs.
In the post-form.php I’ve changed the group list to:
if ( bp_has_groups( ‘&type=alphabetical&max=1000&per_page=1000&populate_extras=0′ ) ) : while ( bp_groups() ) : bp_the_group();
With that, every member can see all the groups. But can’t post to they didn’t join. I know solution is about “is_member” function. But I don’t know where to replace.
What can I do? Thanks.
You must be logged in to reply to this topic.

