Hello. I am very interested in having a toolbar exactly like Administration Menu: http://drupal.org/project/admin_menu where I can combine it with another module instant messenger: http://drupal.org/project/im in order to have a facebook-like user instant messenger. What is the best way to do this? So far, I've decided to try to integrate it with the Anon / Auth user button on the most right part of the Administration Menu, by somehow using a popup method similar to the Popup Filter module (project here)...
Well so far I've only gotten to getting the Instant Messenger block to popup on clicking a link in a node.. but id like to somehow make that (# Anon User) / (# Auth User) button to do this on the Administration Menu..
Anyone have ideas?
Im not sure if I am posting this in the right place.. But I thought of a feature for the Administration Menu, so I started here. If I am wrong, apologies.
Thanks for any help
Comments
Comment #1
sunAdministration menu provides an alter hook that allows other modules to add or alter data in the menu. You may have a look at the included admin_menu_toolbar module to get some clues.