jwk811 Posted March 7, 2010 Share Posted March 7, 2010 how does this site do it? Quote Link to comment https://forums.phpfreaks.com/topic/194431-keep-track-of-read-and-unread-posts-in-a-forum/ Share on other sites More sharing options...
Irap Posted March 7, 2010 Share Posted March 7, 2010 I would guess a table called "topic_views" or something that logs each users last topic viewed time individually. member_id - topics_read 1 - 12;14;16 12;14;16 = each number is a topic id exploded and checked. Quote Link to comment https://forums.phpfreaks.com/topic/194431-keep-track-of-read-and-unread-posts-in-a-forum/#findComment-1022709 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.