Whats the system phpbb keeps track of read/unread messages. When one logs in, it's pretty obvious that everthing posted since last visit is new, but after reading couple of them, how can it tell what's been read of those new ones.
I'd like to have a count of unread posts in a forum.
Seems like the data is in class created on each loading of any page.
I don't get it. Where's the data marking what topic is unread/read while the page is beeing loaded.
Nothing in session, nothing in cookie, and in the database is just the submit-time of a post and user last-visit time.
PhpBB question
Moderator: General Moderators