Quote:
Originally posted by Brandon Martus
The board doesnt keep track of exactly who viewed the thread, just how many people have viewed the thread. Something to keep in mind, though
|
It wouldn't be all that hard to add in though... a simple little message board hack
You just need to find where the php script sends the query that updates the view counter, add a field in the database table for user, find the session var responsible for keeping track of the current user, and rap it all togeather and insert it with the updated counter.
Then just write a simple little script to pull that info back out.
Greg