Go Back   vb.org Archive > vBulletin Modifications > vBulletin 5.x Modifications > vBulletin 5.x Products & Extensions
FAQ Community Calendar Today's Posts Search

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

Category: Forum Display Enhancements - Version: 5.3.2 Rating:
Released: 07-30-2017 Last Update: 12-10-2017 Installs: 40
Supported Uses Plugins
Additional Files Translations  

Module deleted! I really don't like the behavior of some people here! There are plugins/ addons which 100% copied and tag with a wrong developer! That is copyright violation!

A small mod to display all users who have read that thread.

The free version display all user-avatars with a title of username - readtime if you mouseover the avatar.

Useful Information: [I]the readnode data is deleted by cron every hour and delete all data older then ten days. So if you have a lot of readers... they don't all show up at the module.
You could set it up at Settings -> Options -> General Settings -> Database Read Marking Limit

Version 1.3a
  • Add another Version to files. This version is only visible for admins, super-mods and mods.

Version 1.3
  • correction of a template-condition -> show userspecific avatars and not only the default.

Version 1.2
  • change all the typos like MarkFL suggust in comments.
  • delete the auto generated MAC_OSX files
  • add folders like path to upload (core/packages/whohasreadthisthread/)
  • add a readme. Even it is self-understanding.

Version 1.1
  • some small template changes
  • add the phrase to change the text of the title

There will be a pro-version soon with some more options.

Screenshots

File Type: jpg whohasreadthis.jpg (20.7 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
3 благодарности(ей) от:
TheLastSuperman, TorrentMan, yilmaz

Comments
  #12  
Old 08-07-2017, 01:01 PM
bridge2heyday's Avatar
bridge2heyday bridge2heyday is offline
 
Join Date: Aug 2014
Location: Egypt
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very Useful Mod .. but please note noderead table saves markread data for last 10 days only ( by Default ) and it is cleaned by cron job 'Hourly Cleanup'
PHP Code:
vB::getDbAssertor()->delete('noderead',
        array(
                array(
'field'=>'readtime''value' => $timenow - (vB::getDatastore()->getOption('markinglimit') * 86400), vB_dB_Query::OPERATOR_KEY => vB_dB_Query::OPERATOR_LT)
        )
); 
WHERE
PHP Code:
vB::getDatastore()->getOption('markinglimit') = 10  by Default 
I Suggest Creating your own table
Reply With Quote
Благодарность от:
delicjous
  #13  
Old 08-08-2017, 02:48 AM
delicjous's Avatar
delicjous delicjous is offline
 
Join Date: Nov 2014
Posts: 352
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bridge2heyday View Post
Very Useful Mod .. but please note noderead table saves markread data for last 10 days only ( by Default ) and it is cleaned by cron job 'Hourly Cleanup'
PHP Code:
vB::getDbAssertor()->delete('noderead',
        array(
                array(
'field'=>'readtime''value' => $timenow - (vB::getDatastore()->getOption('markinglimit') * 86400), vB_dB_Query::OPERATOR_KEY => vB_dB_Query::OPERATOR_LT)
        )
); 
WHERE
PHP Code:
vB::getDatastore()->getOption('markinglimit') = 10  by Default 
I Suggest Creating your own table
Thanks for the information. I will mention that in first post.

It should be a better handling at vB.

Tanks a lot to the reporter... it is not documented at vB site.
Reply With Quote
  #14  
Old 08-21-2017, 10:58 PM
Waheed7's Avatar
Waheed7 Waheed7 is offline
 
Join Date: Feb 2010
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What mod do I use for this?
Reply With Quote
  #15  
Old 08-22-2017, 02:53 AM
delicjous's Avatar
delicjous delicjous is offline
 
Join Date: Nov 2014
Posts: 352
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please explain your question.

this mod show the users who has read a thread. The vB-cron is deleting this log after 10 days, so all the readers disappear. Thats it.
Reply With Quote
  #16  
Old 08-22-2017, 07:42 PM
Waheed7's Avatar
Waheed7 Waheed7 is offline
 
Join Date: Feb 2010
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Greetings my good friend the information I need is how to Simply load this software where do I place the code for the module to work I would love to get this up and running but I've been having complications I truly appreciate some simple instructions thank you so much respect and peace .
Reply With Quote
  #17  
Old 08-23-2017, 04:19 AM
delicjous's Avatar
delicjous delicjous is offline
 
Join Date: Nov 2014
Posts: 352
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Waheed7 View Post
Greetings my good friend the information I need is how to Simply load this software where do I place the code for the module to work I would love to get this up and running but I've been having complications I truly appreciate some simple instructions thank you so much respect and peace .
There is a readme.txt in it. Did you read it?
I just saw there is a mistake in it. The Path of admincp "products and hooks" where you could upload the xml is wrong.

admincp =>products and hooks => manage products => add/import product
(There xou could upload the product xml-file.)

https://www.vbulletin.com/docs/html/...oductsandhooks
Reply With Quote
Благодарность от:
Bonee70
  #18  
Old 09-12-2017, 10:49 AM
hanm15 hanm15 is offline
 
Join Date: May 2013
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you can add feature that this option will be available to only custom user groups that we will set ?
Reply With Quote
  #19  
Old 09-12-2017, 07:07 PM
delicjous's Avatar
delicjous delicjous is offline
 
Join Date: Nov 2014
Posts: 352
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hanm15 View Post
Do you can add feature that this option will be available to only custom user groups that we will set ?
I will take a look into it.
Reply With Quote
  #20  
Old 09-19-2017, 04:21 AM
aelalfey aelalfey is offline
 
Join Date: Aug 2012
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

Thank you for your great plugin. I use Vbulletin for a school and the ability to enable this feature for selected usergroups would be really great. Also is it possible to make it shows usernames instead of avatars?

Thanks in advance.
Reply With Quote
  #21  
Old 12-10-2017, 02:12 PM
Bonee70 Bonee70 is offline
 
Join Date: Aug 2003
Location: Germany
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by aelalfey View Post
Hi,

.... Also is it possible to make it shows usernames instead of avatars?

Thanks in advance.
Is there a way to just show usernames and show/put the whole list at the bottom of a page?

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 06:40 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.08541 seconds
  • Memory Usage 2,354KB
  • Queries Executed 28 (?)
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
  • (4)bbcode_php
  • (4)bbcode_quote
  • (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
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (5)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (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_postinfo_query
  • fetch_postinfo
  • 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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete