smithmr8 Posted April 19, 2008 Share Posted April 19, 2008 Hi, I've got a custom forum on one of my websites currently in development. I'm trying to think of a way to display whether or not a topic has got unread posts in it for each user, but not really coming up with anything feasible. I was hoping you guys/gals would be able to offer some help. If its important, the URL is : www.corporate-ladder.co.uk User: test Pword: cltest Thanks Link to comment https://forums.phpfreaks.com/topic/101904-unread-posts-in-a-topic/ Share on other sites More sharing options...
p2grace Posted April 19, 2008 Share Posted April 19, 2008 You'd write a table that stores what posts a user has read. You'd then query that table to while displaying the given threads and if a thread has posts that are do not exists in the read table, then the thread is new to that user. Link to comment https://forums.phpfreaks.com/topic/101904-unread-posts-in-a-topic/#findComment-521532 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.