Hi,
I'm looking for an app that will allow me to 'push' notifications/messages to a user / users / groups via the admin system.
examples:
show all users a notice about a new feature
show users a notice about planned maintenance
and other such useful things!
it would be able to have a 'dismiss'/'delete' notification feature. Plus read/unread and so on.
Admin would enter the admin site, add in a new notice, select who should see it, perhaps with optional publish / unpublish dates and a level (info/warning/danger etc)
On the front end a templatetag would be used to fetch all notices to display, and then display them, marking them as read when they're displayed. There would be a simple way to dismiss a message and never see it again.
Anything like that exist? Seems fairly simple to create (don't they all!) if not.
Cheers
Guy