Active
Project:
Drupal Commons
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
15 Oct 2012 at 17:43 UTC
Updated:
1 Mar 2015 at 09:36 UTC
Jump to comment: Most recent
Design forthcoming.
Comments
Comment #1
Noyz commentedHere's a link to an interactive prototype of dismissible messages: http://invis.io/YA7Q0I5T
Comment #2
rcross commentedModules to investigate:
http://drupal.org/project/absolute_messages
http://drupal.org/project/dismiss
http://drupal.org/project/better_messages
http://drupal.org/project/pdm
Comparison + other options: http://groups.drupal.org/node/51088
Comment #3
rcross commentedJust noting this from an IRC chat.
Comment #4
codexmas commentedGrabbing this and getting familiarized with the specifics.
Comment #5
ezra-g commentedI think we could make use of the node module's {history} table/functionality here to manage keeping track of who has seen a particular notice.
Comment #6
codexmas commentedEzra, I have been thinking that this might be solvable based on views filters alone with the history table as you suggest using the 'new' state.
http://drupal.stackexchange.com/questions/32858/for-how-long-is-content-...
These notices could be updated/corrected as well, so I think perhaps the view will have to pay attention to 'updated' state too?
We should also be presenting a list of all entries somewhere so that older viewed ones can be read again.
Where do you think this view should be presented? On the user profile page or somewhere common? It could have a column for the state so they can sort/filter on the various states, perhaps even VBO them to other states.
Cheers,
Gord.
Comment #7
lsolesen commented