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.