vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Show Thread Enhancements - Who has read a Thread (https://vborg.vbsupport.ru/showthread.php?t=168302)

Paul M 06-19-2008 10:57 PM

I would expect it to be something else using the same hook.

gnavpott 06-20-2008 03:21 PM

install :)

aciurczak 06-21-2008 03:20 AM

Here's another one, happening right now. User MSMC10 is on the thread as I'm typing this, he shows in the "currently viewing a thread", yet the entry in "who has read this thread" hasn't updated. 2nd screenshot shows that according to the standard "whos online" page, he's right on that thread and viewing an attachment from it...

Looking at my plug-in mgr for all the hooks, the only two products using that showthread_complete hook are "Guest Tracking" and "Who has read a thread". 3rd screenshot is of my admincp showing those two products using that hook. (they are the only ones on that screen with that hook).

Paul M 06-21-2008 09:33 AM

If you are viewing an attachment in a thread, you will show up in the "Currently Active Users Viewing This Thread" box, however, you will not be logged as viewing the thread by this mod. Maybe they are going direct to the attachment ?

Since you have the tracking mod installed as well, you can also check if that logged them in the thread.

aciurczak 06-21-2008 02:35 PM

The tracking mod does not log him as viewing that thread; the attachment is new, has a random ID that they wouldn't know; there is no way that they can be going to it directly without hitting the thread first.

The tracking mod in fact didn't log him at all. It logs back for 10 days for all other users, but he was here yesterday and it doesn't show anything at all. Here's a screenshot...

Paul M 06-21-2008 06:09 PM

Sorry but there is nothing I can tell you, if the hook is run, then the data will be recorded. I cannot explain why your forum is not running the hook, but clearly it hasnt, as two entirely seperate systems have not been updated.

Paul M 06-22-2008 01:26 PM

Actually, there is one other possibility (pointed out in another mod) which the update Ive just released covers. If a thread was read via the archive pages, then it would not be recorded, as this does not run showthread. The user would still show up in the browsing list.

digicom 06-22-2008 11:33 PM

Thanks Paul Apprciated :up:

antialiasis 06-23-2008 05:49 PM

Hello. I was trying to install this on my new board and am getting this database error during the installation:

Quote:

Database error in vBulletin 3.7.1:

Invalid SQL:
INSERT DELAYED INTO whoread
(userid, threadid, dateline, ipaddress)
VALUES (74, 59, 1214242771, '');

MySQL Error : Table storage engine for 'whoread' doesn't have this option
Error Number : 1031
Request Date : Monday, June 23rd 2008 @ 07:41:07 PM
Error Date : Monday, June 23rd 2008 @ 07:41:07 PM

Paul M 06-23-2008 11:14 PM

Thats a mysql issue - your table does not seem to support the use of delayed inserts. You will have to edit the plugin to remove the DELAYED keyword.

(All that code does btw is copy existing vb read data into the new table on installation of the mod, you can just ignore the fact it failed and the mod will still work fine).


All times are GMT. The time now is 10:35 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.01164 seconds
  • Memory Usage 1,735KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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