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

Paul M 03-03-2012 12:46 PM

Updated due to the removal of the old collapse images in 4.1.11 - the replacement images are actually available in 4.1.8, 4.1.9 & 4.1.10 so you can update to the new version even if you havent upgraded from them to 4.1.11 yet. vBulletin versions prior to 4.1.8 are not supported by the current version (for 4.1.0 to 4.1.7 you can use the file prefixed with 417). vBulletin 4.0.x is not supported at all and no version is available to download.

Trevor Matthews 03-03-2012 03:09 PM

Many thanks. Updated.

thermax04 03-03-2012 07:50 PM

Quote:

Originally Posted by Paul M (Post 2305690)
Updated due to the removal of the old collapse images in 4.1.11 - the replacement images are actually available in 4.1.8, 4.1.9 & 4.1.10 so you can update to the new version even if you havent upgraded from them to 4.1.11 yet. vBulletin versions prior to 4.1.8 are not supported by the current version (for 4.1.0 to 4.1.7 you can use the file prefixed with 417). vBulletin 4.0.x is not supported at all and no version is available to download.

I upgraded to 4.1.11, so which file should I use?

1320Nation 03-03-2012 08:59 PM

Quote:

Originally Posted by thermax04 (Post 2305832)
I upgraded to 4.1.11, so which file should I use?

You actually quoted the answer to your question.
Quote:

(for 4.1.0 to 4.1.7 you can use the file prefixed with 417)
Means you should use: Who-has-read-thread.xml

Dr.osamA 03-03-2012 10:10 PM

thank you for update

aquariumpros 03-09-2012 07:58 PM

Any idea as to why this shows as "You don't have permission to view the list of names" to usergroups who have been given permissions to see it???


See:
https://vborg.vbsupport.ru/

https://vborg.vbsupport.ru/

IainMustardGas 03-10-2012 11:38 AM

Thanks alot for this nice little mod :)

start2008 03-10-2012 04:17 PM

I got a fatal error:

"Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/mysite.com/includes/adminfunctions_template.php on line 1059"

I can't continue installation or even uninstalling it, So, I disabled it temporarily to access my threads.

Is there any help?

I'm using vb 4.1.11

aquariumpros 03-13-2012 07:47 PM

Hello??

Quote:

Originally Posted by aquariumpros (Post 2308022)
Any idea as to why this shows as "You don't have permission to view the list of names" to usergroups who have been given permissions to see it???


See:
https://img.skitch.com/20120309-gg79...trw2xec6tp.jpg

https://img.skitch.com/20120309-b243...kqweb8cfkr.jpg


Alan_SP 03-14-2012 12:26 AM

With your skin it's really hard to say what's selected, or what isn't. If you want to select all usergroups in first option (Usergroup restrictions) just select All, not all usergroups, but option All (at the very beginning).

aquariumpros 03-14-2012 03:48 AM

Quote:

Originally Posted by Alan_SP (Post 2309234)
With your skin it's really hard to say what's selected, or what isn't. If you want to select all usergroups in first option (Usergroup restrictions) just select All, not all usergroups, but option All (at the very beginning).


I'm aware of how it's SUPPOSED to work - however regardless of the settings, it's NOT working.

Paul M 03-14-2012 03:14 PM

It is working, but its not controlled by anything in your screenshot.

Its the "View Thread Readers Usergroups" option.

aquariumpros 03-14-2012 06:35 PM

Quote:

Originally Posted by Paul M (Post 2309391)
It is working, but its not controlled by anything in your screenshot.

Its the "View Thread Readers Usergroups" option.

Again - yes - I'm aware of that.

Forget the screenshot - I was only trying to show that I had tried BOTH the single "ALL" entry as well as selecting "ALL the entries".

The point being is that I have it set for ALL to view who has read - yet only Admins can view the info - the rest of the usergroups is shows the "No Permission" error.

There is some actual issue other then the implication that I'm not setting it correctly.

Paul M 03-14-2012 11:51 PM

Quote:

Originally Posted by aquariumpros (Post 2309435)
Again - yes - I'm aware of that.

The rest of us, however, are not aware of what you may be aware of.

As I stated, its working fine (I have tried it on two different test sites) using both the ALL option and selecting individual usergroups.

Hippy 03-15-2012 12:41 AM

Quote:

Originally Posted by Paul M (Post 2309524)
The rest of us, however, are not aware of what you may be aware of.

As I stated, its working fine (I have tried it on two different test sites) using both the ALL option and selecting individual usergroups.

yes working perfect..........
does as stated 100%..
thanks Paul M for making this mod available for everyone

aquariumpros 03-15-2012 01:21 AM

Quote:

Originally Posted by Paul M (Post 2309524)
The rest of us, however, are not aware of what you may be aware of.

As I stated, its working fine (I have tried it on two different test sites) using both the ALL option and selecting individual usergroups.

Unfortunately it's WAS NOT working for me despite the settings being correct.

After uninstalling the mod and reinstalling a few times - it appears to be working now...

Alan_SP 03-15-2012 02:36 PM

This could happen. Reinstalling helps even in some situations after upgrade of vBulletin as well.

JabirA 04-16-2012 12:47 AM

Installed on 4.1.12. Thanks!
Should be default in vBulletin!

Paul M 04-17-2012 11:10 AM

Quote:

Originally Posted by JabirA (Post 2320486)
Should be default in vBulletin!

Indeed.

RedHotChili 04-24-2012 07:29 PM

Hey Paul, in the "Members who have read this thread" listing, how can I get rid of the html markup on usernames?

I've learned that this is typically done by replacing username in the code with musername.

I came across this string of code:

PHP Code:

$wrt['header'] = construct_phrase($vbphrase['wrt_who_viewed_threads'],$readlist['username']); 


...and made this change:
PHP Code:

$wrt['header'] = construct_phrase($vbphrase['wrt_who_viewed_threads'],$readlist['musername']); 

But this didn't do it for me, which leads me to believe that another instance of "username" must be changed to "musername".

Can you tell me please which one it is?

TIA

Paul M 04-24-2012 09:01 PM

I think you have it backwards, musername is the Markedup username.

RedHotChili 04-24-2012 09:20 PM

Quote:

Originally Posted by Paul M (Post 2323197)
I think you have it backwards, musername is the Markedup username.

You mean there's logic to that code stuff you guys write? :D

I'll see if I can figure it out from here. :)

1320Nation 04-26-2012 12:16 AM

How often does this feature update itself? Example; I created a thread and then saw where two additional members posted in it not long after I did. I then look near the bottom of the page of the thread to see who all has viewed the thread and it only showed my name. So in other words at least 3 people that I now had viewed the thread, but it only list one name.

Paul M 04-26-2012 12:38 AM

Are you sure you are talking about the 'Who Has Read' display and not the 'Active Users Viewing' display.

Pandemikk 05-11-2012 09:31 PM

Hi Paul,

collapse_collapsed40b.png doesn't exist.

collapse_collapsed_40b.png does exist.

Please update showthread_getinfo accordingly. :D

Paul M 05-11-2012 10:34 PM

Im not following you, where is either of them used ?

Pandemikk 05-11-2012 11:08 PM

Sorry,

For some reason:

PHP Code:

$wrt['collapse'] = '_collapsed'

Was:
PHP Code:

$wrt['collapse'] = 'collapsed'

in the plugin code. I checked the product.xml file and saw that it was correct.

Hippy 05-21-2012 09:16 PM

Paul M I Didn't know where to ask
Vb4.2 has your mods integrated in it
and it disabled this one when upgraded..

this mod had the "Actions : (View-Readers) (Set Date)" But it's no longer there
is it gone ? or I have to turn it on?

If I turn this mod on, all is there . but It shows the one vb has in it as well
and the one that was disables ( this one) shows Actions : (View-Readers) (Set Date)
and the vb one doesn't

any info on this would be greatly appreciated

Paul M 05-21-2012 09:39 PM

Those functions are not in the 4.2 core, only the basic functionality was added.

There will be a modified WRT product on vb.org, to add most (if not all) of that once 4.2 has been released (and I have the time to release the new mod version).

Hippy 05-21-2012 10:18 PM

Thanks Paul, I wasn't going to update lol.. if it ment I would lose all the function of your mods

Chadi 05-27-2012 02:55 AM

I installed this after upgrading to 4.2.0 (first, uninstalled all previous plugins).

So, I had to import the whoread table from my old database via phpmyadmin (I emptied the new db whoread tables frist). It imported 23MB. However, no difference shows on all threads, especially sticky threads that have thousands of views.

What did I miss to update the stats?

Thanks

Chadi 05-30-2012 11:15 PM

Hey Paul, would appreciate your help my friend :)

Paul M 05-31-2012 11:38 AM

The old modification whoread table is not used by the core WRT code in 4.2, it uses its own table(s).

fishmaster 06-01-2012 09:12 PM

Not seeing it in 4.2, and gave turned it on at: Settings > Options > Thread Display Options

Hippy 06-01-2012 10:07 PM

Quote:

Originally Posted by fishmaster (Post 2335600)
Not seeing it in 4.2, and gave turned it on at: Settings > Options > Thread Display Options

it's not part of vb core
youll find it here in vb4.2
Help
Thread Display Options (showthread)

Hippy 06-02-2012 01:36 PM

Quote:

Originally Posted by Paul M (Post 2335036)
The old modification whoread table is not used by the core WRT code in 4.2, it uses its own table(s).

paul I added the new mod to add the (View-Readers) (Set Date)
this is when I noticed the whoread data was not carried over the new table..
what is the new table called so I can move this info..

or is there a different way to do this

I have updated other sites and I don't remember this not carring over

thanks
Hippy

Hippy 06-02-2012 03:53 PM

I found it I guess
contentread but everything is different

is all the old data un-useable?

please let me know..

Makaveli007 06-08-2012 05:49 PM

So if I am reading this correctly @Paul M, once I update my site to 4.2, I will lose the features you list in black, until you release an update? This means all usergroups will be able to see the list of who read? Currently I only let my staff see it, and we use it along with your member tracking mod for tracking purposes and to see where people go in the site. It's too bad some of the best features of your mods are missing in the core move to vb4.2

Paul M 06-09-2012 04:08 PM

Quote:

Originally Posted by Makaveli007 (Post 2337865)
So if I am reading this correctly ......This means all usergroups will be able to see the list of who read?

Nope, I think you have misread something.

Makaveli007 06-09-2012 11:09 PM

Quote:

Originally Posted by Paul M (Post 2338159)
Nope, I think you have misread something.

after installing i figured it out. the permissions are in the usergroup manager. when i read your list, i took it to mean the ones in brown were built into vb 4.2, and the ones you list in black would be unavailable until you released an update for 4.2.

some of the things in black are in 4.2 core, but the one that is most important to what staff does on my site, specifically number 9 (9. Clicking on a user will display a page of their thread viewing history, most recent first.) does not seem to be available in 4.2.

to get around it, i disabled the vb 4.2 built in one and re-enabled your 4111 version. it seems to be working just fine


All times are GMT. The time now is 07:41 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.02518 seconds
  • Memory Usage 1,833KB
  • 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
  • (15)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
  • (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