@ronaldzw
Active 7 years, 7 months ago
-
ronaldzw posted on the forum topic No BP Groupblogs menu under Buddypress menu in Network Admin? in the group BuddyPress Groupblog: 14 years, 5 months ago
I found a solution. Don’t know if this is a ‘clean solution’ (guess not) but it works for me: Open bp-groupblog-admin.php Replace (around 250) /** * bp_groupblog_add_admin_menu() */ function bp_groupblog_add_admin_menu() { global $wpdb, $bp; if ( !is_site_admin() ) return false; /* Add the administration tab under the “Site Admin” tab for site…[Read more]
-
ronaldzw joined the group BuddyPress Groupblog 14 years, 5 months ago