PDA

View Full Version : Who has read a Thread


tanzeelniazi
08-23-2015, 09:24 PM
i cant find any hack Who has read a Thread ??? anyone have share please
I dont want this AdminCP->Settings->Options->Thread Display Options (showthread)->Enable Who Read a Thread
if i enable this i see only who is reading the thread its mean if member is online and read the thread then i am able to see
i want if someone visit the thread and if he is offline i want name see in thread for always

Stratis
08-24-2015, 05:53 AM
You don't mention what version you have, suppose vb4.2 +
I have disable the option you mean above and use this
:up: https://vborg.vbsupport.ru/showthread.php?t=230736

Hope its ok for you.

tanzeelniazi
08-27-2015, 12:24 PM
i am using 4.2.0 but when i try to install i see error because version is old
how members history showing who read the thread

Stratis
08-27-2015, 12:51 PM
I am not a coder, so I will tell what I do.
I have this installed in vb4.2.0 pl4, to make this compatible to install, in the xml file I change this line:
<dependency dependencytype="vbulletin" minversion="4.1.11" maxversion="4.1.99" />
with this:
<dependency dependencytype="vbulletin" minversion="4.1.11" maxversion="" />

What ever you make, before make a back up, I can not help if something happens.

EDIT: forgot for the other answer
153220
when press view readers, has more details

153221

tanzeelniazi
08-27-2015, 03:44 PM
I change the line but still error
https://vborg.vbsupport.ru/external/2015/08/7.png

I add just 4.2.0
<product productid="paulm_wrt_41" active="1">
<title>Who Has Read a Thread</title>
<description>Display members who have read a thread.</description>
<version>4.1.11.0</version>
<dependencies>
<dependency dependencytype="vbulletin" minversion="4.1.11" maxversion="4.2.0" />
</dependencies>
<codes>

Stratis
08-27-2015, 04:00 PM
No... put this and it will run, there are other ways, but this is ok to.
<dependency dependencytype="vbulletin" minversion="4.1.11" maxversion="" />
don't put anything in maxversion=""

tanzeelniazi
08-27-2015, 04:49 PM
Now working fine thanks bro :)

Stratis
08-27-2015, 04:58 PM
Very well.
Don't forget in "Thread Display Options (showthread)" as default vb4.2+ there is options:
"Enable Who Read a Thread" and "Who Read - Names Display"

I have them to NO both of them, so they not interfere with the mod that you just install.

tanzeelniazi
08-27-2015, 05:23 PM
Yes i know Thanks mate