Add a small "new" image or bold red text next to items that have been created in a specified amount of time (i.e. 2 days, 2 weeks, etc.) This "new" image/text would appear inline with item name or some other field.
Add a small "new" image or bold red text next to items that have been created in a specified amount of time (i.e. 2 days, 2 weeks, etc.) This "new" image/text would appear inline with item name or some other field.
Comments
Comment #1
scott.mclewin commentedThis is done and was modeled after the way forums and comments work within Drupal. It takes advantage of the history table that keeps track of which nodes a user has viewed. Anonymous users will not see 'new' tags, but once you log in items that you have personally never viewed will be flagged.
The change is in head and will be merged to the 4.7 branch before porting to D5 begins.
Comment #2
ziggyk commentedThis works perfectly for me.
Comment #3
scott.mclewin commentedIt was a great suggestion. I like the feature too. Closing out this issue with certification that it works as intended.