Installed. Nice little hack. Took me a minute to find the first <tbody> tag (at the end of the line), and I added
HTML Code:
<div style="float:left">Who viewed this thread:</div>
..right before
HTML Code:
<a style="float:$stylevar[right]" href="#top" etc>
...to clarify a bit. Might also be prudent in the SHOWTHREAD template to wrap the whole thing with a quick "if" statement to restrict viewing only to admins:
Code:
<if condition="in_array($bbuserinfo['usergroupid'], array(5, 6, 7))">
[SHOWTHREAD code goes here]
</if>
Thanks. This will come in handy.