Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Who has read a Thread Details »»
Who has read a Thread
Version: 3.41, by Paul M Paul M is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 3.6.x Rating:
Released: 07-30-2006 Last Update: 03-29-2008 Installs: 1029
DB Changes Uses Plugins Auto-Templates
Translations  
No support by the author.

This modification is no longer available or supported.

This displays who has read a thread, and the time they last looked at it.

Hovering over a name will show when the member last viewed the thread, and (optionally) what IP address they viewed it from (Note: as of v3.34 you can only view the ip addresses in the 'View-All' display).

There is now an option to allow a thread author to view who has read their thread when they are not in one of the allowed usergroups. The IP and number of days restrictions still apply.

A new time set/reset facility has been added. Members allowed to use this facility can click on the 'set' link and it will set a personal 'cutoff' time - only showing who has read the thread after that time. The time can be reset as many times as you want, and also completely cleared again. When using this facility there is also a link to allow you to view a seperate list of all readers of the thread.

A cron job has now been added that can (optionally) delete records from the whoread table that are over a certain age - this is provided for large forums where the number of table entries can start to reach a million or more after 12 months. The delete age is a setting in the ACP.

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.


There are settings for the following (in vBulletin Options > Who Has Read a Thread) ;

1. Turn the system on/off.
2. Restrict the display to certain usergroups
3. Restrict the IP display to certain usergroups.
4. Restrict the display to a set number of days.

New in v3.28

5. Option to allow thread author to view who read information.
6. Option to turn on the who read cutoff date (reset) function
7. Restrict use of reset function to certain usergroups.
8. Option to set whoread data records to be cleaned out after xxx days.

New in v3.39

9. Clicking on a user will display a page of their thread viewing history, most recent first.


Note: When using option 4 or the set/reset facility, the data is still kept beyond this limit, so they can be changed at any time.

Download the zip, extract the XML file and import using the vb Product Manager.


History:

v3.20 : First Release for vb 3.6, a few code changes.
v3.21 : Dependancies updated for 3.6.0 Gold.
v3.22 : Updated for Version Checking.
v3.23 : Internal Development version.
v3.24 : Internal Development version.
v3.25 : Internal Development version.
v3.26 : Internal Development version.
v3.27 : Private release.
v3.28 : Public release of new features.
v3.29 : Fixed bug in clean-up, the setting was hours, not days.
v3.30 : Added options to disable/change auto template insert (not released).
v3.31 : Internal Code Changes, Settings Group renamed.
v3.32 : Minor template change.
v3.33 : SQL Changes to use slave.
v3.34 : Added new template for username display code, made 'View-All' always available.
v3.35 : Added last post marker to 'View-All' display.
v3.36 : Fix uncached templates.
v3.37 : Fixed missing date/time display when 'set' function is used.
v3.38 : Moved auto-template options to mods main settings group.
v3.39 : Version infomation added, display of user thread reading activity added.
v3.40 : Bugfix : Correct bugs reported in posts #308 & #318.
v3.41 : Minor changes to install code only.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #182  
Old 01-19-2007, 01:42 PM
KURTZ KURTZ is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 2,257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyway i do the update

thx Paul
Reply With Quote
  #183  
Old 01-29-2007, 03:56 PM
navajotex? navajotex? is offline
 
Join Date: Nov 2004
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tanks ok
Reply With Quote
  #184  
Old 02-01-2007, 05:25 PM
aciurczak aciurczak is offline
 
Join Date: Jun 2005
Posts: 154
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is an incredibly useful mod that I'm grateful to have found. It is great to be able to see who has read your threads, and when they saw them (to see if it's likely that they read your post within that thread).

Fior a site admin with OCD tendencies, it's an unbelievable tool to see where your users have been. By using phpadmin, or even just entering sql queries directly in admincp, you can easily see everywhere someone has been:

Code:
SELECT * FROM `whoread` WHERE userid = 121 order by dateline
will return all records of where userID 121 has been, in date order. You can then go to a browser window and type

"http://www.yourforums.com/forums/showthread.php?t=21138"

and substitute one of the threadID's you saw in the SQL query for 21138. This makes me think that if someone has some free time, it would be a great addition to the admincp to create a panel that does nothing but this. From that panel, you could click on a username, and it would bring up a page with the list of threads they've visited, which could then be sorted by threadID, date, whatever. You could easily find out how people are navigating through your site, in order to make conscious decisions about how to streamline or improve that navigation.
Reply With Quote
  #185  
Old 02-02-2007, 12:28 PM
ericgray ericgray is offline
 
Join Date: Aug 2006
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i think this is a great mod -- no quesiton --

-- i originally had 3.0 and my board was running fine --

-- when i upgraded to this version, with its cron script, it disabled my rss autpost robot --

-- since i disabled this version and went back to 3.0, the bot is posting again --

-- just an FYI --

eric
Reply With Quote
  #186  
Old 02-02-2007, 07:54 PM
Shazz's Avatar
Shazz Shazz is offline
 
Join Date: Jun 2006
Location: Utah
Posts: 4,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Loved this mod, had to fall away from it though, since no one ever looked at how many people read the thread, and didn't seem to effective.

Never had any problems with it, always worked great
Reply With Quote
  #187  
Old 02-02-2007, 09:27 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How could you possibly know how many looked ?
Reply With Quote
  #188  
Old 02-04-2007, 05:44 PM
YLP1 YLP1 is offline
 
Join Date: Aug 2004
Posts: 417
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you so much for this Paul. I was finally able to get around my initial issue that you helped me on a couple of months ago (I had more tasks than number of hours in my day to get all of them done) and installed this revision without a hitch! Awesome job! Thank you so much.
Reply With Quote
  #189  
Old 02-08-2007, 06:49 PM
mamashid mamashid is offline
 
Join Date: Jan 2007
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Up and running, thanks!!!
Reply With Quote
  #190  
Old 02-09-2007, 08:27 AM
h3ads.com h3ads.com is offline
 
Join Date: Jul 2005
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice!

Installed
Reply With Quote
  #191  
Old 02-10-2007, 07:13 AM
Quantnet Quantnet is offline
 
Join Date: Nov 2006
Location: NYC
Posts: 649
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice. clicked installed

Thanks
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:55 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07991 seconds
  • Memory Usage 2,314KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete