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)

Dan2k3k4 09-25-2009 11:09 PM

Quote:

9. Clicking on a user will display a page of their thread viewing history, most recent first.
Does it show ALL threads or only the threads the user can see? As in...

Let's say a Super-Admin has a private Super-Admin forum, and has read 10 threads in there, then reads a public thread. If a normal moderator who can view who has read the threads, clicks on the Super-Admin's username at the bottom of thread, will it show the 10 Super-Admin forum threads to the normal moderator?

Paul M 09-26-2009 03:46 PM

Quote:

Originally Posted by Dan2k3k4 (Post 1890662)
Does it show ALL threads or only the threads the user can see? As in...

You can only see threads in forums you have permission to view.

Mark.B 09-27-2009 08:46 AM

Paul, I've used this for ages, but one aspect seem wrong in Opera....when clicking the popup in a member's profile, the scroll bar isn't scrollable in Opera. It's fine in other browsers.

I've tried changing the popup to just an ordinary link, but oddly it's still the same. There is a scrollbar there, but there is nothing to scroll...so you can only see the data that fits in the screen, the rest is cut off.

I'm sure there's some simple thing causing this but I can't work out what. I've several machines and it's the same in Opera on all of them.

KID_1194 09-27-2009 10:07 AM

thanks a lot Paul ...

working fine with IE and Firefox :)

Paul M 09-27-2009 10:40 AM

Ive never even seen Opera, let alone used it. There is nothing special about the popup that im aware of, so I have no idea, esp if you say its the same in a non pop-up. Clearly some oddity of Opera.

cbiweb 09-27-2009 10:57 AM

Opera does have problems with vBulletin in a few areas, so it likely has issues with some add-ons as well.

biome.pat 10-01-2009 04:51 PM

Quote:

Originally Posted by Paul M (Post 1846504)
Sorry, thats not possible atm.

Just realized that I never said thanks for the quick reply :)
Thanks Paul

princeedward 10-10-2009 09:51 PM

thanks Paul... :p:up:

justdeb 10-20-2009 11:32 PM

Thanks Paul, I love clicking on the name and seeing where theyve been. Simple to install, simple to use.

I LOVE it. Thank you thank you.

vktechnology 10-21-2009 10:47 AM

I installed this plugine and I have about 2 millions reccord for who this read thread.
it make cpu very hight load.
my forum about 10,000 concurent online users.

do you any plan to optimize code ?

Paul M 10-29-2009 12:46 PM

Optimize in what way exactly ?

I have well over 1 million records and its fine for me since all database calls use indexes.

rollerman 10-31-2009 12:41 PM

Quote:

Originally Posted by samouri (Post 1795789)
Sorry, but I'm at a loss.

I'm a complete new website builder and don't know what I have to do here.

Can anyone explain where I can get the above and once I obtain it, what do I do with it?

many thanks in advance.

Seconded. I didn't see a reply to this in this thread.

What exatly is a "template hook," and where do I put it? I gather that it's the "showthread" template, but where do I go to change that?

Pardon my ignorance. This is my first trip around the block with vB hacks and such, so I'm trying to learn as quickly as possible.

Thanks.

vktechnology 11-01-2009 08:06 PM

Quote:

Originally Posted by Paul M (Post 1907770)
Optimize in what way exactly ?

I have well over 1 million records and its fine for me since all database calls use indexes.

Hello Paul M

Something wrong with my index

KEY `readtime` (`dateline`)
I don't know how this value come from.

I changed to
KEY dateline (threadid,dateline)

now is working fast

Thank you.

Paul M 11-01-2009 10:01 PM

Yep, you certainly need the dateline index defined, otherwise it would be deadly slow .....

I have no idea where that readtime definition came from, the proper definition has been the same in all versions (since it first got released for 3.5).

ricardoNJ 11-03-2009 06:26 PM

Thanks!

ricardoNJ 11-04-2009 04:05 PM

I have a problem with the time. I created a new thread at 2:58 am and when I see the "View-All" botton it show me at 14:58.
Any help about this?

halkum 11-20-2009 02:49 PM

Paul, we getting a vb4 version?

Paul M 11-20-2009 09:00 PM

Maybe, if I can figure out how to display tabulated data in vb4.

halkum 11-21-2009 12:33 PM

If it helps, I know installing it to vb4 does not break the forums. It just doesn't display the information.

Paul M 11-21-2009 01:30 PM

I know ;) I have a partially updated version from Alpha 3, not looked at it since.

lav0s 12-09-2009 05:19 AM

i'm wondering if you are thinking in convert this mod to vb4, mind if you give me a little hint?

Alucard^ 12-09-2009 08:07 AM

Hi... Nice hack, i have a question... This hack show people that are in Invisibile mode?

Thx and sry for my english.

Paul M 12-09-2009 09:16 AM

Quote:

Originally Posted by Alucard^ (Post 1927674)
Hi... Nice hack, i have a question... This hack show people that are in Invisibile mode?

If you have permission to see them.

RedHotChili 12-09-2009 04:57 PM

Awesome!

Brilliant work, Paul! :up:

Thanks so much for your thorough attention to detail!

Enthusiastically installed! :)

RedHotChili 12-09-2009 05:24 PM

Okay, started playing with it now that it's installed, and a few anomalies popped up.

There are some users who have posted in a thread, yet their names are not being displayed as having viewed the thread. Is it because the mod won't display this information accurately on threads prior to the install?

Also, and this is a minor issue, the usernames are being displayed with the inherent html formatting, which in my forum the list can get quite crowded with the larger name display. I believe there's a way to get usernames to display unformatted in the list of who has read thread, as I've done it before elsewhere. Just need to look it up and find the right code for it. But this has really nothing to do with the mod, as this is how names are displayed in VB by default in the "Currently Active Users" in the "What's Going On" table, which I have tweaked on my forum by removing formatting.

Paul M 12-09-2009 06:24 PM

Quote:

Originally Posted by RedHotChili (Post 1927914)
There are some users who have posted in a thread, yet their names are not being displayed as having viewed the thread. Is it because the mod won't display this information accurately on threads prior to the install?

Yep, Im afraid I havent quite worked out time travel yet :)

Quote:

Originally Posted by RedHotChili (Post 1927914)
Also, and this is a minor issue, the usernames are being displayed with the inherent html formatting, which in my forum the list can get quite crowded with the larger name display. I believe there's a way to get usernames to display unformatted in the list of who has read thread, as I've done it before elsewhere. Just need to look it up and find the right code for it. But this has really nothing to do with the mod, as this is how names are displayed in VB by default in the "Currently Active Users" in the "What's Going On" table, which I have tweaked on my forum by removing formatting.

You can edit the template to remove the mark-up.

RedHotChili 12-09-2009 09:30 PM

Quote:

Originally Posted by Paul M (Post 1927945)
Yep, Im afraid I havent quite worked out time travel yet :)

hehe


Quote:

Originally Posted by Paul M (Post 1927945)
You can edit the template to remove the mark-up.

Thanks. Will do. :)

RedHotChili 12-10-2009 03:52 AM

Quote:

Originally Posted by Paul M (Post 1927945)
You can edit the template to remove the mark-up.

Okay, I see I'm gonna need a little help here, as my previous method of stripping away markup won't work here.

This is what I did before:

I edited template forumhome_loggedinuser by replacing:
Code:

$loggedin[musername]
with
Code:

$loggedin[username]

But there is no "musername" in this template, so where do I go to remove the mark-up?

Is it here?
Code:

$threadreader['username'] = "<strong>$vbphrase[wrt_member]</strong>";
Do I just remove the "strong" tag here and possibly elsewhere?

Thanks in advance, Paul.

Paul M 12-10-2009 09:45 AM

Search the templates for $threadreader[opentag] & $threadreader[closetag] and remove them.

RedHotChili 12-10-2009 04:46 PM

Quote:

Originally Posted by Paul M (Post 1928205)
Search the templates for $threadreader[opentag] & $threadreader[closetag] and remove them.

Excellent! :up:

Works like a charm!

Thanks Paul. :)

Alan_SP 12-12-2009 11:53 AM

Excellent, I'd really like to see it in vB4.

LEGS 12-17-2009 09:55 AM

Will it work for 3.8.4?

Veer 12-17-2009 12:37 PM

Quote:

Originally Posted by Alan_SP (Post 1929287)
Excellent, I'd really like to see it in vB4.

me too

Paul M 12-17-2009 03:56 PM

This one will be ported, in fact I have a working version on Area 52.

Alan_SP 12-18-2009 01:27 AM

Quote:

Originally Posted by LEGS (Post 1932149)
Will it work for 3.8.4?

Yes, I use 3.8.4 (till vB4 comes out).

Alan_SP 12-18-2009 01:28 AM

Quote:

Originally Posted by Paul M (Post 1932324)
This one will be ported, in fact I have a working version on Area 52.

Great. :up:

LEGS 12-23-2009 06:42 AM

Quote:

Originally Posted by Alan_SP (Post 1932628)
Yes, I use 3.8.4 (till vB4 comes out).

Thank you Alan_SP. I dont know about this stuff.

Alan_SP 12-24-2009 01:21 AM

No problem, we all learn. :)

IRANCITY 01-14-2010 01:29 PM

any chance for VB4 ?

wolfey 02-16-2010 11:46 AM

Excellent MOd!

Works great on 3.8.4


All times are GMT. The time now is 08:07 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.01849 seconds
  • Memory Usage 1,822KB
  • 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
  • (3)bbcode_code_printable
  • (16)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