mdnghtblue Posted July 24, 2007 Share Posted July 24, 2007 Okay, first of all, you're probably thinking why I'm creating a PHP forum when I can just download any of the hundreds of forums already out there. I'm maintaining a Promisance game (text/turned-based game) and recently implemented "in-game clan forums". The features are very simple, because it doesn't need anything really fancy, it just has to allow clan members to communicate with each other. I've been wanting to add the whole unread topics feature to the forums, but I have no idea how. I couldn't find any tutorials on PHP forums or anything close to what I'm looking for. I just want to know what the best and/or most efficient way is for coding unread topics. This place is pretty cool, I'm bookmarking it. =D Quote Link to comment Share on other sites More sharing options...
redarrow Posted July 24, 2007 Share Posted July 24, 2007 when a user has read the post then update the database with a 1 and 0 is unread use 0 as the defualt number. 0 = unread 1 = read Quote Link to comment 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.