How could I move the display from below the post to above it? With the Quick Reply Box enabled, this data is moved way down where I don't want it.
Is it OK to move the hook?
Code:
$template_hook[showthread_after_activeusers]
From beneath:
Code:
<!-- end currently active users -->
to:
Code:
<!-- / controls above postbits -->
It does appear to work, but I'm concerned there my be caveats I'm not aware of doing this. I'd appreciate any help.