The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
hi,
is there a way to detect which members have read a certain thread at a certain time? is this info somehow stored in the database on the server? |
#2
|
|||
|
|||
![]()
There is a table called threadread:
Code:
userid int(10) unsigned NOT NULL default '0', threadid int(10) unsigned NOT NULL default '0', readtime int(10) unsigned NOT NULL default '0', PRIMARY KEY (userid, threadid), KEY readtime (readtime) but I don't know for sure if it stores every thread read by any user ever. |
#3
|
|||
|
|||
![]()
You can install the Paul M's mod called 'Who has read'.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|