PDA

View Full Version : Keep Unread Posts


JKeats
05-14-2004, 01:43 PM
When I was using phpBB, someone had written a hack that kept posts as unread (new) until members actually marked them as read or actually read them.

This was a tremendous hack because it prevented new posts from getting automarked based on the session cookie time-out.

I have read that in VB the whos-online and the marking of threads are both tied to the same session cookie. So although you could change the time to expire on the cookie to something like 24 hours... the whosonline page would never be accurate then. So basically to fix one problem you cause another.

It would be awesome if someone could write a hack that would keep new messages as UNREAD until such time as a member actualy read them or selected a mark read link.

Anyone up for the task?

:)

ohmygod
06-12-2004, 01:49 AM
I have been searching for this .... anyone can help?

Zachery
06-12-2004, 02:29 AM
When I was using phpBB, someone had written a hack that kept posts as unread (new) until members actually marked them as read or actually read them.

This was a tremendous hack because it prevented new posts from getting automarked based on the session cookie time-out.

I have read that in VB the whos-online and the marking of threads are both tied to the same session cookie. So although you could change the time to expire on the cookie to something like 24 hours... the whosonline page would never be accurate then. So basically to fix one problem you cause another.

It would be awesome if someone could write a hack that would keep new messages as UNREAD until such time as a member actualy read them or selected a mark read link.

Anyone up for the task?

:)
This would be an entire rewirte to vBulletins current mark read system, it would be a massive hack that would probaly never be finished

YabbaDabba
06-12-2004, 11:27 PM
This would be an entire rewirte to vBulletins current mark read system, it would be a massive hack that would probaly never be finishedExcuse the newbie question, but I've wondered why the "Who's Online" and the "Mark as read" features couldn't be tracked in two separate cookies.

YabbaDabba
06-13-2004, 12:09 AM
There is a "hack" here:
https://vborg.vbsupport.ru/showthread.php?t=62748

Although, given some of the comments on the thread, perhaps it is not quite, uh . . . finished.