Re: GroupBlog Plugin – User Role
Hi @Bpisimone –
No worries – I’ve been using Filosofo Remove Dashboard plugin from wordpress. And I fixed the above issue by adding:
if (preg_match(‘#wp-admin/?(.*)?$#’,$_SERVER) && (‘index.php’ != $menu[$page][2])) //send everything packing
wp_redirect(get_option(‘siteurl’));
Around line 53 – just below the index.php redirect.
Hope that helps.
Now.. back to our regularly scheduled GroupBlog question