PDA

View Full Version : Auto Mark Read


Fizzban
03 Jan 2006, 16:35
Adds a new option "Automatically mark forums read" to the User Control Panel.

If an user enable this option, only threads with new postings since his last visit will be marked as unread when he returns to the forums after being inactive for a certain amount of time (the value of the cookie timeout option). This is how all versions of vBulletin before 3.5 functioned.

This product mimics the "Inactivity/Cookie Based Thread/Forum Read Marking" behaviour but is actually completely database-based and does not use cookies at all.

It will only work if you use "Database (no automatic forum marking)" or "Database (automatic forum marking)" as Thread/Forum Read Marking Type. Of course, there is no need to use this plugin if you use "Inactivity/Cookie Based".

See the included readme for instructions how to install this product.

nexialys
03 Jan 2006, 16:48
very interesting... may be very useful for forums with hundreds of subforums... and may be very db extensive the same way.. ;)

Fizzban
03 Jan 2006, 17:17
I wrote it because users complained about the new vBulletin behaviour and demanded the old vB 3.0. system back. This way, the users have a choice.

And there aren't a lot of additional database calls, only one "Mark all forums" query whenever an inactive user returns.

Snake
03 Jan 2006, 17:46
How about a screeny? :\

Fizzban
03 Jan 2006, 17:50
A screenshot of what? Marked forums? :D

The only thing to see is the new option in the usercp and I don't think that it is very interesting.

Edit: I have added a screenshot of the new option.

Robru
13 Jan 2006, 15:16
What's the sql "Mark all forums" query for all the users in one time ?

Fizzban
15 Jan 2006, 04:31
The code used in the plugin is:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------