Version: 4.2.0.0, by Paul M
Developer Last Online: Nov 2023
Category: Show Thread Enhancements -
Version: 4.2.x
Rating:
Released: 05-25-2012
Last Update: Never
Installs: 182
DB Changes Uses Plugins Auto-Templates
Translations
No support by the author.
As of 23 Nov 2017 this modification has been withdrawn.
This adds the following enhancements to the vB core Who has read a Thread feature.
1. Option to turn on the who read cutoff date (reset) function
2. Restrict use of reset function to certain usergroups.
3. Clicking on a user will display a page of their thread viewing history, most recent first.
4. Restrict the list of reader names to certain usergroups.
5. Restrict the list of recent threads a member has read to certain usergroups.
The set/reset facility allows members to click on the 'set' link which then sets a personal 'cutoff' time - only showing who has read the thread after that time.
The time can be reset as many times wanted, and also completely cleared again.
There is also a link to allow you to view a seperate list of all readers of the thread, this is where the ip will be shown [if you have permission].
Warning: When using the set/reset option - there is only a limited capacity of entries per thread (several thousand) - therefore you should only allow this feature to be used by a limited number of people - typically Staff usergroups. Allowing all members to use it will probably slow down your forum and cause errors if more than about 3000 members set a date on one thread.
Note: When using the set/reset facility, the data is still kept beyond this limit, so they can be changed at any time.
All settings are located in vBulletin Options > Thread Reader Enhancements
To install, download the zip, extract the XML file and import using the vb Product Manager.
History:
v4.2.0.0 : 26-May-2012 : New for vBulletin 4.2.0.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Thank you for the update. I have installed it but I cannot see the list of the users who visited the thread since only showing "who has read the thread : 39" Also there is no expand/collapse option on the blockhead. Please let me know how to do it.
I run a small board for a company and use this feature track and make sure users are reading certain topics
Presently I have to open the who has read and copy and compare to the member list to see who has"not" read the thread
Question: Is there some code or hook I can do to output from the user list who hasnt read a thread?
This would be great for my board...and save me alot of work
There is nothing in the code to allow you do see who hasnt read a thread, you could write some, but it would potentially be a very big list. Imagine such a thing here, with 470,000 members !
There is nothing in the code to allow you do see who hasnt read a thread, you could write some, but it would potentially be a very big list. Imagine such a thing here, with 470,000 members !
Thats true...I am wanting this for only 52 members,
Can you maybe give some direction how to start?
I can pay you for your time?
You would need to start with a query to link users to whoread, and exclude any users who had read the thread, and then write the code and templates to display the results.
Im afraid that as my sig says, i dont do custom work any longer.