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).

ctfortner 06-26-2008 12:59 PM

works great, thanks!

taz112768 06-28-2008 08:04 AM

very nice . Installed and working fine. thanks

Chris Sotier 07-07-2008 05:22 PM

Thanks i installed!

madmax1228 07-08-2008 09:35 PM

MadMax clicks installed!

pedrovazquez10 07-13-2008 04:33 PM

Quote:

Originally Posted by tokenyank (Post 1520246)
Just so you know (well, collective *YOU*, not YOU Paul! ;) ) If you want to use this modification but *do not* wish to display active users viewing the thread, simply change this in SHOWTHREAD:
Code:

<!-- end currently active users -->
</if>

To:
Code:

</if>
<!-- end currently active users -->

Then install this modification, if you've already installed, simply install again and over write. Moving the placement of the end of the if statement makes it so when this modification is installed, the auto-template placement doesn't depend on who's viewing the thread or not.

Simple change, I know, but some may not know! :)

Great mod, *INSTALLED*

perfect its working thanks

SteveC 07-14-2008 01:42 AM

I just installed the latest version and it's stopped working. There's no display of who has read a thread. I reinstalled, tried turning it on and off and verified the usergroups that have access. Any ideas?

Paul M 07-14-2008 06:43 AM

Not really, anything I said would just be guesswork. You can always PM me admin login details if you really want me to take a quick look.

Tom_S 07-14-2008 11:41 PM

How can I change the location of where it is instead of being under the Current Active Members?

Thanks in advance...

Robi_Kenobi 07-16-2008 01:54 PM

Thanks for this great Mod.

But i have a question for another funktion. in Vbulletin you can view "new Threads" and "my Threads" and so on.

Wouldn't this hack provide to view "the last threads I read". I think this would be very usefull if you just left the forum and just want do "reread" one of the last threads, and you have a history of threads you visited last.

Or is there such a funktion in vbulletin. If so, sorry ;) i did not find it.

denman75 07-18-2008 07:56 AM

had this installed for some time
but i noticed the update
i did a un install - fresh install of this hack
now its only working on one theme .

the other themes are not working

working theme is el tigre
non working themes are
Artakus and Orangeworld
is there a way ,i can let it show manually orso ?

this is my site http://www.bullterrierforum.nl/

Paul M 07-18-2008 09:39 AM

Your showthread template must have the following comment in the appropriate place.

<!-- end currently active users -->

denman75 07-18-2008 11:38 AM

Quote:

Originally Posted by Paul M (Post 1578315)
Your showthread template must have the following comment in the appropriate place.

<!-- end currently active users -->

tnx for the fast replay
really appreciate it a lot

i checked the code in the templates
its al there
i really don't get it
whats acting here

PHP Code:

</phrase>
        </
td>
    </
tr>
    <
tr>
        <
td class="alt1" colspan="2">
            <
span class="smallfont">$activeusers</span>
        </
td>
    </
tr>
    </
table>
<!-- 
end currently active users --> 
</if> 


the problem here is ,that your code is working ,but the problem lies in the other templates
i really have no other solution for it ,
one is working the others don't
stubborn dutch websites ;)

denman75 07-18-2008 11:48 AM

ok i found this out
i updated the vb software some times ago
and i see that there is some sort of tag feature build in

and know i see on the working who has visited template
that your code is working great
but the tags are not working !

and on the other templates i have your code is not working
but the tag option are
see the problem:)
i want to drop the tags and keep your code
but as it seems the tags is build in the vb software
and it does not like each other

so i think i need to make a new topic how to disable the tags on vb orso
i already disabled the tag feature in the admin panel
but still no luck

GhOsTxX 07-20-2008 01:13 PM

im not entirely sure how to use this, i dont think its showing up on my board. Also, i cant find "show users browsing threads" in my vB options. Any help?

GhOsTxX 07-20-2008 01:16 PM

ah, nevermind.

This mod is ridiculously beautiful and should be put on every board standard.
Awesome mod.

Thanks dude.

*INSTALLED*
*MOTM*

BucWiLd 07-21-2008 02:44 AM

very nice feature..thank you much

leftie 07-23-2008 06:40 AM

Installed.
I want to exclude a member from being shown on the display, how do i edit the code to do this (and where).

ErrorLog 07-24-2008 10:07 PM

Thank You ..!

Paul M 07-24-2008 10:10 PM

Quote:

Originally Posted by leftie (Post 1582048)
Installed.
I want to exclude a member from being shown on the display, how do i edit the code to do this (and where).

There is no facility to exclude single members.

Mrdby 07-29-2008 10:59 AM

this stopped working

xyzmary2001 08-01-2008 01:17 PM

Hey there!

I really love the idea of this add on, and I do need it, but when I try to install i receive:

Database error in vBulletin 3.7.0:

Invalid SQL:
CREATE TABLE whoread (
userid int(10) unsigned NOT NULL default 0,
threadid int(10) unsigned NOT NULL default 0,
dateline int(10) unsigned NOT NULL default 0,
ipaddress varchar(20) NOT NULL default '',
PRIMARY KEY (userid,threadid),
KEY dateline (threadid,dateline),
KEY ipaddress (ipaddress));

MySQL Error : CREATE command denied to user 'vbulletinfor'@'localhost' for table 'whoread'
Error Number : 1142
Request Date : Friday, August 1st 2008 @ 05:14:00 PM
Error Date : Friday, August 1st 2008 @ 05:14:00 PM
Classname : vB_Database
MySQL Version : 5.0.54-log

What can I do?

Paul M 08-02-2008 06:16 PM

Change your SQL user permissions so it can create tables.

Paul M 08-02-2008 06:17 PM

Quote:

Originally Posted by Mrdby (Post 1586588)
this stopped working

Things do not just stop working, you (or someone) must have changed something.

Mrdby 08-02-2008 06:29 PM

Quote:

Originally Posted by Paul M (Post 1590033)
Things do not just stop working, you (or someone) must have changed something.

maybe the upgrade. I'm not sure. You seem kind of rude the way you come off. Things do happen.

Ingress 08-03-2008 11:05 AM

Hello Mrdby,

after your 1,138 posts on this board everyone would expect that you know that a notice to the developer should contain the circumstances under which the mod stopped working for you otherwise it's not of any use for both users and the coder.

I don't think Paul is getting rude, he just gives a short and true answer to your statement.

Ingress

Mrdby 08-03-2008 12:00 PM

Quote:

Originally Posted by Ingress (Post 1590459)
Hello Mrdby,

after your 1,138 posts on this board everyone would expect that you know that a notice to the developer should contain the circumstances under which the mod stopped working for you otherwise it's not of any use for both users and the coder.

I don't think Paul is getting rude, he just gives a short and true answer to your statement.

Ingress

THANKS PAUL

Elenna 08-04-2008 06:59 PM

Quote:

Originally Posted by Mrdby (Post 1590046)
maybe the upgrade. I'm not sure. You seem kind of rude the way you come off. Things do happen.

If you upgraded and reverted your templates, you will need to re-edit them again.

Elenna 08-04-2008 07:00 PM

/me clicks installed.

Beautiful work, thank you Paul!

Quick question... is there functionality to only track certain usergroup's views, instead of everyone? IE - we have an Inactive usergroup, and wouldn't care if their names showed up.

Derekclarke 08-04-2008 10:08 PM

I have just launched a second forum...

I have this installed and working on my first forum... but it is not working on the second one..

I have tried creating a new default style... then installing the product... editing the usergroup permissions etc...

but still it does not show up.

Any ideas?

Paul M 08-04-2008 11:17 PM

Sorry, no idea. You can PM me admin access if you like.


All times are GMT. The time now is 03:31 AM.

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.01492 seconds
  • Memory Usage 1,824KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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