MyBB Community Forums

Full Version: How to see which users have viewed a thread?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is this possible? I've looked through the plug-ins but there is nothing obvious there.
it's not a feature, you will need some kinda of modification to got this feature
I've answered this question somewhere before... Undecided

It needs a custom modification as Pepotiger points out, although it can be coded into your board. It's quite simple - all you have to do is create a new myBB table (mybb_views or something), then when a user comes to view a topic (showthread.php), update the table with the relevant information.

Coding a user-end is a bit more difficult... but using a simple select query is probably your best bet...