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=197487)

Paul M 09-09-2010 07:15 PM

Just look in my profile.

Gadget_Guy 03-20-2011 02:51 AM

Would it be possible to add a feature to this mod (which I love BTW) to allow members to opt-out of being visible as having viewed a thread?

Some people on my forum would rather remain anonymous if they viewed a thread.

I am okay with this and support the idea for my forum.

D.

Paul M 03-20-2011 11:55 AM

Sorry, I have no plans to add anything new to this mod.

DEGE 04-14-2011 08:55 PM

Is there a VB4 version of this mod?

Paul M 04-14-2011 10:47 PM

Yes, just check my profile.

viper357 06-08-2011 06:59 AM

Paul, quick question if you don't mind. My board is getting busy with almost 500 000 posts and I need to employ new mods, but with the board being so busy I am unable to track members like I used to when the board was small. Is there any way this mod can help me by showing how many threads a user has read? Ideally I want to promote the members to mods that read the most threads on a daily basis. Perhaps something like a stats page that lists who has read the most threads? Or is there anything I can maybe extract or see in phpmyadmin? Thanks. :)

Paul M 06-08-2011 08:52 AM

You could certianly run some queries on the table in phpmyadmin.

Code:

select userid, username, count(threadid) as threads_read
from whoread inner join user using (userid)
group by userid order by threads_read desc

Will show you who is reading the most overall.

viper357 06-08-2011 09:14 AM

Perfect, that showed exactly what I wanted, thanks so much Paul, appreciate it. :)

furnival 08-29-2011 11:50 AM

I need to make a slight adjustment to the output of this mod.

At the bottom of the thread display page it says, for example
Quote:

Members who have read this thread in the last 15 days : 3
member1, member2, member3
Instead of a comma separated list of usernames I need a semi-colon separated list (so that I can copy and paste the list straight into the PM To: box).

Can anyone tell me how I might change that please?

Paul M 08-29-2011 12:49 PM

Change the comma to a semi-colon in this line of the plugin ;

Code:

eval('$treaders .= "' . fetch_template('Display_Readers_User') . '" . ", ";');


All times are GMT. The time now is 07:52 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.01426 seconds
  • Memory Usage 1,733KB
  • 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_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