Support » Plugins » [Plugin: WordPress Admin Bar] Idea for small tweak

  • I was thinking that you could add an option to the Admin Bar settings to completely remove the side bar navigation as more often than not I find it gets in the way of things when I’m using admin bar at the back end.

    This setting would have to only be available if the user shows the admin bar at the back end but could be a fairly simple set of CSS additions. Something like:

    #adminmenu {
    display: none;
    }
    
    .folded #wpbody, #wpbody {
    margin-left: 10px;
    }

    Just a thought – might be a nice addition.

    Oh, also, one other thing that’d be lovely would, as administrator, to have a settings option to display the admin bar to user level x and above. In some cases I don’t really want subscribers etc seeing the admin bar.

    Cheers!

    Alex

    http://wordpress.org/extend/plugins/wordpress-admin-bar/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Since you can collapse it and make it only a dozen pixels wide, I figured it wasn’t a big deal.

    Thread Starter alexleonard

    (@alexleonard)

    Aye, it’s not really a biggy at all 🙂

    What’s suggested above would completely remove it gaining you an extra 30px of screen width.

    Definitely quite minor, but like I said, just a wee tweak idea 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WordPress Admin Bar] Idea for small tweak’ is closed to new replies.