![]() |
Just look in my profile.
|
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. |
Sorry, I have no plans to add anything new to this mod.
|
Is there a VB4 version of this mod?
|
Yes, just check my profile.
|
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. :)
|
You could certianly run some queries on the table in phpmyadmin.
Code:
select userid, username, count(threadid) as threads_read |
Perfect, that showed exactly what I wanted, thanks so much Paul, appreciate it. :)
|
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:
Can anyone tell me how I might change that please? |
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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|