How to select the nodes that haven't been read by a specific user?
14 Dec
2005
14 Dec
'05
3 p.m.
Hello there, I am implementing an audioblog module and would like to know how to select the nodes that haven't been read by a specific user. Any suggestions? Thanks in advance, Leo
14 Dec
14 Dec
5:36 p.m.
Leo Burd wrote:
Hello there,
I am implementing an audioblog module and would like to know how to select the nodes that haven't been read by a specific user. Any suggestions?
Thanks in advance,
Leo
You want to enable the statistics module. Then you can do a LEFT JOIN on the accesslog module with a WHERE clause on accesslog.uid = youruser AND accesslog.nid = NULL
7467
Age (days ago)
7467
Last active (days ago)
1 comments
2 participants
participants (2)
-
Earl Miles -
Leo Burd