Skip to:
Content
Pages
Categories
Search
Top
Bottom

GroupBlog Plugin – User Role

Viewing 2 replies - 1 through 2 (of 2 total)

  • bpisimone
    Participant

    @bpisimone

    Sorry to hijack the thread, but I would be very interested to hear about the dashboard hide script you’re using?

    Unfortunately much hasn’t happened with the development of the brilliant groupblog plugin recently…


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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘GroupBlog Plugin – User Role’ is closed to new replies.
Skip to toolbar