Re: External Group Blogs bug
nice catch but if andy hasn’t updated this plugin to address the simple dup bug….
so
this could either be a class BP_Group_Extension issue or when a plugin extends the class and setting some check
` // Make sure user has access
if ( !$bp->is_item_admin )
return false;
`
so I would crack open the plugin file and add the above code snippet inside the functions create_screen(), edit_screen(),