![]() |
If I wanted to display a custom field in a profile instead of the userid of the member and also maybe in alphabetical order where would I make this change?
In the plug in manager? Thank you in advance! |
You would need to edit both the plugin code, and the template.
|
Thanks Installed
|
Hey Paul,
Any chance to have this Add-on to work in vB4.0.x? Thanks mate :) |
It was released months ago ;)
|
thanks alot
|
Very nice! Thank you!!!
One question: After I click a username who has read the thread - the new window opens, where I can see the phrase "List of Threads Viewed by : {1}" at the top... Now I would like to link the username in {1} to his profile so that it will open in a new window with one click. At the moment I have to look him up by hand in the userlist. Otherwise it would be much more comfortable. Any hints how to modify the code/phrase? Thank you! |
Try changing it to ;
Code:
List of Threads Viewed by : <a href = "member.php?username={1}">{1}</a> |
Thanks Paul Works Great.
|
Thank you very much Paul!!! You're just great! :up:
edit: I modified Paul's new phrase a little bit, so that the userprofile now opens up in a new window. (I just added a target blank.) It works perfect for me now. try this: Code:
List of Threads Viewed by : <a href = "member.php?username={1}" target="_blank">{1}</a> |
Quote:
Display Thread Readers (1) archive_process_start [Edit] [Delete] Display Thread Readers (2) cache_templates [Edit] [Delete] Display Thread Readers (3) cron_script_cleanup_daily [Edit] [Delete] Display Thread Readers (4) misc_start [Edit] [Delete] Display Thread Readers (5) showthread_complete [Edit] [Delete] Display Thread Readers (6) showthread_getinfo [Edit] [Delete] and the template would be "Display_Readers" yes? and will All the current information be lost if I change this or will the data just be changed? and the threads now have different information sorry if this is a stupid question...I looked around for a while to make sure I wasnt missing something |
Sorry, but Im afraid that to answer this would require me to investigate how to do it myself, which is beyond the level of support I can provide. I can only support it as supplied.
|
please update for vb 4
|
You may want to look a little harder, a vb4 version has existed for months.
|
Installed. thank you
|
Superb and very helpful mod, thanks so much.
If I want to add or change the information that shows up in tooltip format when I hover the pointer over the list of names (as programmed, it displays a Last Read time/datestamp), where would I find the code for it? I would like for it to display the member's join date, if I can figure out how to do that. |
I dont know if this question has been asked before.
But is it possible to somehow show all the visits a user has made on a thread and from what IP? As it is now, it only seems to list the last IP used. Thanks for a nice mod :) |
Nope, only the last visit is recorded.
|
By default administrator and thread author can view who read information,
How do I set this permission to all usergroups ? |
Question/Suggestion
+ Is there a way to allow "view who read information" permission to only all active users on each thread ? |
Quote:
Quote:
|
Quote:
Quote:
|
thanks a lot man! :-) gonna find them leechers....
|
Quote:
Mike |
Or ask your host why they have disabled that option in mysql.
|
Quote:
Great mod, thank you. vB 3.8.5. Mike |
Oh right.
Not sure why you would want to run all tables as InnoDB, but yes, delayed will fail as innodb does not support it. |
Paul M, quick question if you don't mind.
Quote:
Thanks mate. |
It uses one of the existing vb cron jobs.
|
Can you please link to the 4.0 version? Thank you.
|
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 04:27 AM. |
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:
|