By iamleppert on
How do I get the new/unread node count for the current user? How do I do this within a specific category etc.?
Thanks!!
How do I get the new/unread node count for the current user? How do I do this within a specific category etc.?
Thanks!!
Comments
In unread I mean the user
In unread I mean the user hasn't clicked to view the node yet...anyone know how to do this or have any ideas?
Anybody found a solution to
Anybody found a solution to this yet?
Thanks,
Rob
...
There's the {history} table that lists the nodes the user visited in the last 30 days (older entries are deleted by cron). That's the table Drupal uses to figure out the *updated* and *new* markers.
And that's all you have that's built-in. If you need more you'll have to write your own solution.