ok, so i've been kicking around this bar for about a week now. it doesnt work correctly in all themes. some themes dont have '<?php wp_footer(); ?>'. adding that code fixes the bar on most themes, but not all. Andreas04 and SGDark/silent_bits are two of them. it should be noted that a few plugins like Gregarious dont function properly on those themes either. i havent figured out why yet. adding suleiman's code
'<?php wp_admin_bar(); ?>'
didnt fix the problem in every instance. On Andreas04 the background image didnt show at all and the menu was displayed as a vertical unsorted list. CSS conflict with Andreas04? in the themes SGDark and Silent_bits, the bar shows up at the top of the footer for no reason that i can see. there's nothing at the top of the footer but DIV tags. the bar should function. i used the updated version.
just thinking out loud here... there are some features i want to add to the bar, i just dont quite know how yet. when users use the Doc's Next Blog plugin [which rocks, thanx Doc], theyre stranded on whatever blog they land on. there needs to be a button/link on the bar that takes the user back to their personal blog and one to their admin area.
i'm working on integrating the login/logout hack into the bar so that users dont have to leave the page to login. that adds an unnecessary step.