vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 5.x Products & Extensions (https://vborg.vbsupport.ru/forumdisplay.php?f=258)
-   -   Forum Display Enhancements - Who has read this thread (https://vborg.vbsupport.ru/showthread.php?t=325458)

bridge2heyday 08-07-2017 01:01 PM

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

delicjous 08-08-2017 02:48 AM

Quote:

Originally Posted by bridge2heyday (Post 2589217)
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.

Waheed7 08-21-2017 10:58 PM

What mod do I use for this?

delicjous 08-22-2017 02:53 AM

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.

Waheed7 08-22-2017 07:42 PM

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 .

delicjous 08-23-2017 04:19 AM

Quote:

Originally Posted by Waheed7 (Post 2589536)
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

hanm15 09-12-2017 10:49 AM

Do you can add feature that this option will be available to only custom user groups that we will set ?

delicjous 09-12-2017 07:07 PM

Quote:

Originally Posted by hanm15 (Post 2589850)
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.

aelalfey 09-19-2017 04:21 AM

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.

Bonee70 12-10-2017 02:12 PM

Quote:

Originally Posted by aelalfey (Post 2589966)
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!


All times are GMT. The time now is 04:28 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01054 seconds
  • Memory Usage 1,748KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete