WordPress Plugin: WP Admin Bar Reloaded

by John P.

NOTE: This plugin is no longer in development, so I recommend Viper’s WordPress Admin Bar. If that one doesn’t work for some reason, this one still does.

WP Admin Bar ReloadedWP Admin Bar is an indispensable WordPress plugin which displays links to the Administration Panel at the top of a blog’s page – but only for users who are logged in and have permission to view the given functions.

I find this plugin to be absolutely essential to my enjoyment of WordPress. It allows me to easily jump back and forth between viewing the blog and various management functions on the back end. If you’ve never used it before you’re going to wonder how you got by without it all this time.

I’ve personally been using the WP Admin Bar from Matt Read since I started using WordPress. But with the update to WordPress 2.1 it isn’t functioning properly, Matt hasn’t updated the plugin in almost a year, and his site is currently very broken – so I decided to make the changes myself.

While I was modifying the plugin I made a number of other changes including:

  • Removed support for WP 1.5. This cuts the coding in half.
  • Removed the random message generator. No need to spend CPU cycles on this.
  • Added new Admin links directly to “Users” and “Comments” moderation.
  • Updated the links to work properly in WP 2.1.x
  • Removed the automatic STYLE insertion into the WP Header.

Please Note:

If you are using my Rapid Access theme, you don’t need to do anything other than install and activate the plugin. The theme already has all of the code in it!

Frequently Asked Questions (that I’m sure are coming)

Q: Why did you remove the automatic STYLE insertion?
A: Because style rules should always be embedded into your site’s style sheet. There are too many reasons to list. It will only take you a minute to cut and paste them.

Q: Why did you remove support for WP1.5?
A: I don’t have a working copy to test it on, plus you can keep using Matt’s old version.

Q: Why are there different versions for 2.0.x and 2.1.x?
A: Because the WP developers made some slight changes that have to be compensated for.

Instructions (PLEASE READ!):

1.) If you are upgrading from the old WP Admin Bar use the Plugin Manager to disable it. If you do not, there WILL be a problem.
2.) Download, unzip and upload WP Admin Bar Reloaded to your plugins directory. wp-admin-bar-reloaded.zip

  • If your blog is running WordPress 2.0.x upload only the version titled: wp-admin-bar-reloaded-v2_0.php.
  • If your blog is running WordPress 2.1.x upload only the version titled: wp-admin-bar-reloaded-v2_1.php.
  • There is only one difference between these two files. It has to do with the link to the Write page.

3.) Activate the plugin in WordPress.
4.) Add the following lines to the very end of your “style.css” or “style.php” file.

#wp-admin-bar {margin:0; padding:5px; background:#f9f9f9; border:1px solid #666; clear:both; text-align:center}
#wp-admin-bar ul {margin:0; padding:0}
#wp-admin-bar ul li {list-style-type:none; display:inline; margin:0 10px; padding:0}

5.) Add the following line to your “header.php” file immediately after the “<body>” tag:

<?php if(function_exists('wp_admin_bar')) wp_admin_bar(); ?>

6.) Enjoy!

If you have any problems or find a bug please drop me a comment below.

EDITED April 11, 2007: Someone sent me a private message offering a donation because they found this useful. So I added the following “license” information:

This plugin is distributed under the Nice Person license as PostcardWare. Please use it, modify it, build commercial Web sites around it, and make the Web a faster, more accessible place. Here is what you could do for me in return:

  1. If you could provide a link back to any article you find useful on One Man’s Blog from your Web site I sure would appreciate it.
  2. If you discover ways to improve the speed, accessibilty or features of this plugin, please let me know.
  3. Do something nice for someone you don’t know today.
  4. Finally, if you really like it, drop me an old fashioned post card in the mail! That would be completely awesome! You can send them to:
    John Pozadzides
    PO Box 2591
    Frisco, TX 75034
    USA

I’ll publish the really interesting ones, so include a URL!


{ 57 comments… read them below or add one }

1 dikma August 26, 2007 at 9:45 am

it worked 4 WP2.2

thks

Reply

2 woodcreeper August 27, 2007 at 4:19 pm

awesome; works great. Thanks!

Reply

3 Josette September 22, 2007 at 9:37 am

Hello! Great plugin! I’m using it. Thank you very much!

Reply

4 Jauhari September 24, 2007 at 3:20 am

Nice works, thanks

Reply

5 pete-in-Midland November 9, 2007 at 11:49 am

John,
this wonderful plugin solves an annoying problem for me … great not to have to constantly keep 2 views going. One question … my dashboard is vertical in the center of the screen … is this normal and/or can it be set to display horizontally (less real estate)

thanks
pete

Reply

6 pete-in-Midland November 9, 2007 at 11:55 am

Well, d’oh … I need to think a little more before asking noob questions … sorry for wasting bandwidth, solved it.
Fantastic tool … probably the most useful one I’ve found so far!

thanks again
pete

Reply

7 katef January 12, 2008 at 4:39 am

oh this is an awesome plugin! I am just new to all of this WP stuff but this helps a blogspot blogger like me make the change easier!

Reply

8 mteodor January 16, 2008 at 5:51 am

Thank you John for this plugin. I’ll install it on my WP asap and let you know if it works for me. All the best, Teodor

Reply

9 Jorge January 20, 2008 at 10:47 am

Thanks. I was looking for a plugin like this.

Reply

10 JoNathan January 22, 2008 at 8:58 pm

Thanks … Great plugin

Reply

11 steve January 30, 2008 at 5:05 pm

Can you make it so that the bar is shown even when you’re not logged in?
Thanks!

Reply

12 Teodor January 31, 2008 at 11:53 am

Excellent plugin and WP theme. I’m goging to use both. Thanks a lot. T

Reply

13 John P. January 31, 2008 at 9:59 pm

Steve,

The plugin could be modified to perform that way, but it seems kind of silly to me to do so. It would be mean that the links were just always there – which you can do with plain old HTML by simply editing the theme – which you’d have to do anyway to get the admin bar to show up.

John

Reply

14 steve February 1, 2008 at 3:42 pm

I meant there’d be a different display, like for example a “Login” and “Create Account” link.

Reply

15 John P. February 3, 2008 at 11:36 pm

Steve,

I understand what you mean now! I wasn’t getting it before. :-)

It shouldn’t be too hard to add the ability to show create account or login links for users that are not logged in. I’ll try to work on this code in the next week or so. Just got back in town from my brother’s wedding, so I’m a bit behind.

If I don’t respond in a week feel free to ping me and remind me.

John

Reply

16 steve February 5, 2008 at 6:37 pm

Ah! I just figured it out. In the header.php file you put…

Reply

17 steve February 5, 2008 at 6:38 pm

Whoops, never mind…

Reply

18 STEVE S. February 11, 2008 at 9:40 pm

John, I just uploaded and activated this plug in. I did not have to do the extra steps in the style.css and header.php. It works fine. Have I missed anything?

Reply

19 John P. February 11, 2008 at 9:58 pm

Steve,

The only thing you’re missing out on… is more work! :-) I’ve already got support for this plugin built into the Rapid Access theme, so you’re good to go!

John

Reply

20 STEVE S. February 11, 2008 at 10:49 pm

10-4 on that John. Thanks. Great plug-in.

Reply

21 STEVE S. March 10, 2008 at 9:19 am

Just thought I would touch base again about this plug-in. The more I use your plug-in, the more I couldn’t be without it. If you are running a Wordpress Blog, you would be at a severe disadvantage without this handy little tool.

Reply

22 Brandon March 30, 2008 at 5:19 pm

Thanks John, I just added this to our blog running 2.5 and it looks like it worked like a charm :)

Reply

23 Jeff Byrnes April 2, 2008 at 11:18 am

After wp-admin-bar broke a while back, I thought I’d have to go without, but thanks for this fix! Working great on my site, even after upgrading to 2.5. Three cheers to you!

Reply

24 TheDane April 8, 2008 at 4:37 pm

I will install this plugin later today, seem to save a lot of flipping back and forth on admin pages…

Kim:)

Reply

25 Art Rogers April 8, 2008 at 10:48 pm

John,

I am not a programmer, so I’m sure this will sound like a noob question… nevertheless…

I installed the plugin and did the update of the style sheet and header and the header did appear, but the words are off white on white and nearly impossible for me to see without really straining.

Did I do something wrong or is it in my template somewhere and I need to get one of my programmer friends to help me?

Thanks in advance.

Reply

Leave a Comment

Previous post:

Next post: