Extract the zip file and just drop the in the wp-content plugins directory of your WordPress installation and then activate the Plugin from Plugins page...
For topics, post meta bbppu read by is attached to the topic each time someone visits it the meta value is ID. When new is added, all those metas are deleted...
For forums, we compare the total count of topics with the total count of read topics for the user.
When determining if topic has been read, we check if the forum has mark more recent than the topic time...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Try to optimize queries that count forum topics in has user read all forum topics 'no found rows => true so use count instead of found->posts 'update post term cache => false. 1.2.9 when comparing the topics read, fetch IDs instead of full post better debug log report. 1.2.7.
Added the option, which adds link after topics titles to go to the last read of that topic..
Allow to filter queries to get topics by read unread status fixed loadHTML error.
jQuery when marking forum as read, give the 'bbppu-read class only to the topics of that forum . 1.2.1 bug fixes https wordpress org support topic just-upgraded-to-v-1-2-errors. 1.2.
If forum was set as read when user posts new topic or reply, keep its status to read after the new post has been saved.
Read more