Awesome! Saw this pop up on twitter. You want to use the noty for user notifications? Just wondering what you mean by notifications that are not handled by drupal_set_message?
I did have a few thoughts on how a server can push noty messages to a user without a page load using node or websockets. Is that what you were thinking?
If so, the JS structure is already there to do that, just the 'what is going to push' question needs to be answered :)
If you want to, you can submit a few patches to the noty_messages project and then we can give you commit access so we can keep it all together :) (I'm the maintainer for project/noty_messages and we partnered up with the project/noty dev).
Comments
Comment #1
havran commentedHi. I see Noty Messages module but i need some more specific use, not only for drupal messages. Working concept is commited to sandbox.
Main idea is possibility add any type of message for user to queue and show this messages if user is logged in - for example count of unread private messages, alert about unfinished task etc. I start with creating database table for messages and objects/functions for save/delete this stored mesages. There are too function for add messages "on the fly" - if something happens.
I want add Rules support for simple message configuration.
For now there is no support for dynamic loading new messages but this is definitely what i want in future :).
Comment #2
havran commentedRules support added. I change database schema then i recommend uninstall module and install them again.
Comment #3
adamtong commentedi am looking forward this module too!