Hi everyone,
I am trying to get the number of unread posts since last visit. I want to use it for either displaying a link to the search of unread messages (including the number of new posts) or to display just a text saying no new posts since last visit.
I looked at the function in Recent.php which is doing the search. Well, this is rather - lets say - intense ;)
So I hope that someone could tell me the right query for that!
Does nobody has any idea?
Do you want this to be done as a popup? as a message in the news? as a message on the login page? or what?
It would be cool, if we display like below!
You have unread posts (x) since last visit, total unread posts (x)
i think we just need to add (x) to existing feature!
Quote from: nitins60 on January 26, 2007, 01:53:46 AM
It would be cool, if we display like below!
You have unread posts (x) since last visit, total unread posts (x)
i think we just need to add (x) to existing feature!
Thats what I am talking about. In case of x=0, there wouldn't be a link anymore, but a text saying that there are not any unread posts.