******* - Current Thread Viewers [Paid] [Deleted]

Status
Not open for further replies.
Also..
Got this in server log today.

Code:
Undefined index: thread_id
4 minutes ago - library/Borbole/ThreadViewing/ControllerPublic/Thread.php:11

I just emailed you an updated copy of the mod that should fix that error.


I need to do this. How can i?

Thanks.

That would include some extra edits to the template. I plan to include it in the mod by default when I have some free time. In meanwhile if you want to do it yourself, enable the debug mode at your forum then go to the TMS area find this code at my mod:

HTML:
xen:hook name="thread_view_pagenav_before" params="{xen:array 'thread={$thread}'}" />

And replace both its instances with this code:

HTML:
<xen:hook name="thread_view_qr_after" params="{xen:array 'thread={$thread}'}" />

Save the changes and now it will be shown at the bottom, after the quick reply form.
 
I just emailed you an updated copy of the mod that should fix that error.




That would include some extra edits to the template. I plan to include it in the mod by default when I have some free time. In meanwhile if you want to do it yourself, enable the debug mode at your forum then go to the TMS area find this code at my mod:

HTML:
xen:hook name="thread_view_pagenav_before" params="{xen:array 'thread={$thread}'}" />

And replace both its instances with this code:

HTML:
<xen:hook name="thread_view_qr_after" params="{xen:array 'thread={$thread}'}" />

Save the changes and now it will be shown at the bottom, after the quick reply form.

Doesn't work mate. :)
 
I just emailed you an updated copy of the mod that should fix that error.




That would include some extra edits to the template. I plan to include it in the mod by default when I have some free time. In meanwhile if you want to do it yourself, enable the debug mode at your forum then go to the TMS area find this code at my mod:

HTML:
xen:hook name="thread_view_pagenav_before" params="{xen:array 'thread={$thread}'}" />

And replace both its instances with this code:

HTML:
<xen:hook name="thread_view_qr_after" params="{xen:array 'thread={$thread}'}" />

Save the changes and now it will be shown at the bottom, after the quick reply form.

Did you have free to include that location by default?

Looking forward to it.
 
Tried blocking this through forum node permission using both Revoke and Never for a usergroup and it did not work. Don't know if its that a bug or not but just letting you know.
 
Tried blocking this through forum node permission using both Revoke and Never for a usergroup and it did not work. Don't know if its that a bug or not but just letting you know.

It is not a bug. The permissions are group based and not node based.
 
It doesn''t add an extra table. It simply uses the users sessions when they browse the threads. Like the online users block if you will.

Hi,

does the mod use the same timeout set in the ACP which is used for showing online users (like, 10 or 15 minutes). It seems that the session used for showing users in the thread is much shorter...?
 
Hi,

does the mod use the same timeout set in the ACP which is used for showing online users (like, 10 or 15 minutes). It seems that the session used for showing users in the thread is much shorter...?

Yes, it uses the Acp session timeout for the online users.
 
Thanks.

It also would be neat to show the users not only for threads, but also for forums and subforums.
 
A great tweak would be if you could see who was currently typing a reply. Perhaps switch their name to a bright green colour or something if they are currently replying to the topic.
 
Status
Not open for further replies.
Back
Top Bottom