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

iamleppert’s picture

In unread I mean the user hasn't clicked to view the node yet...anyone know how to do this or have any ideas?

el_rob’s picture

Anybody found a solution to this yet?

Thanks,
Rob

mooffie’s picture

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.