Forums Unread: Change Made [Archive] - Search Engine Roundtable Forums

PDA

View Full Version : Forums Unread: Change Made



rustybrick
03-10-2006, 10:57 AM
There are 3 options and we opted for #3 which is "the most usable option for end users, but most processor intensive."

So if there are CPU issues moving forward I would suggest moving to #2 and then if there are still issues move back to #1.

1. Inactivity/Cookie Based - once a user has been inactive for a certain amount of time (the value of the cookie timeout option) all threads and forums are considered read. Individual threads are marked as read within a session via cookies.

This option is how all versions of vBulletin before 3.5 functioned.

2. Database (no automatic forum marking) - this option uses the database to store thread and forum read times. This allows accurate read markers to be kept indefinitely. However, in order for a forum to be marked read when all threads are read, the user must view the list of threads for that forum.

This option is more space and processor intensive than inactivity-based marking.

3. Database (automatic forum marking) - this option is the same as a previous option, but forums are automatically marked as read when the last new thread is read.

This is the most usable option for end users, but most processor intensive.

Umit
03-10-2006, 11:21 AM
Thats great! Thank you for the update.