The Application Toolbar module: http://drupal.org/project/appbar has an alerts system that I would like to be able to send messages out of.
Any chance of getting it integrated with messaging?
Thanks.
The Application Toolbar module: http://drupal.org/project/appbar has an alerts system that I would like to be able to send messages out of.
Any chance of getting it integrated with messaging?
Thanks.
Comments
Comment #1
icecreamyou commentedHi, I'm the maintainer of Appbar. This is something I would like to see as well. I may even be able to write it at some point, although I don't have the time to put into it right now.
Comment #2
icecreamyou commented...
Comment #3
jose reyero commentedSounds interesting.
I think the better way, to save one more module would be to add some messaging hook into AppBar, it should be as simple as this:
Then we just need to implement the 'send callback' specified above:
This should work with the advantage that it does nothing if messaging not enabled. However if you are unsure about whether you want to have this into your module we can add one more module with just this code.
Comment #4
icecreamyou commentedCommitted. Thanks Jose.
Comment #5
jose reyero commentedWow, that was fast. Hope you've tested it before :-)
Anyway, let me know whether it works so I can add a link to Messaging home page.
Comment #6
icecreamyou commentedYep, tested against 4.x. :)
Comment #7
jose reyero commentedSounds like this is done. I've added a note on the project page too.
Comment #8
icecreamyou commentedAwesome, thanks.