Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: GroupBlog Plugin – User Role


Driftless
Participant

@driftless1

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 ;)

Skip to toolbar