[buddypress-trac] [BuddyPress Trac] #8034: Buddypress Forum Management Disappear
buddypress-trac
noreply at wordpress.org
Mon Jan 7 20:41:18 UTC 2019
#8034: Buddypress Forum Management Disappear
--------------------------+------------------------------
Reporter: leandrorocha | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Groups | Version:
Severity: normal | Resolution:
Keywords: |
--------------------------+------------------------------
Comment (by boonebgorges):
The reason the metabox doesn't appear is that the group admin page is in
the Network Admin area, where blog_id=1. bbPress is not activate on
blog_id=1, so it can't add its metabox. As you note, activating bbPress on
blog_id=1 will make the metabox appear, but it incorrectly pulls forums
from blog_id=1, instead of blog_id=BP_ROOT_BLOG.
This is a problem that perhaps we could address in either bbPress or BP,
but it's a difficult corner case. In the meantime, you could try moving
all BP administration into the Dashboard of the BP_ROOT_BLOG, instead of
Network Admin. Try this in an mu-plugin:
{{{
add_filter( 'bp_core_do_network_admin', '__return_false' );
}}}
Then, go to the Dashboard of the *root blog* to manage Groups, and see if
it works in that context.
cc @netweb @johnjamesjacoby in case you have other bright ideas :-D
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8034#comment:1>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list