Snatch thats great.
Big Thanks!
Using 3.6.0
I added the plugin as you indicated, however in the threadbit template I found this code already exists:
Code:
<span style="cursor:pointer" onclick="window.open('member.php?$session[sessionurl]u=$thread[postuserid]', '_self')">$thread[postusername]</span>
Adding $thread[creationdate] and $thread[creationtime] after the closing span is all that was needed there.
It looks like this:
Code:
<span style="cursor:pointer" onclick="window.open('member.php?$session[sessionurl]u=$thread[postuserid]', '_self')">$thread[postusername]</span> $thread[creationdate] $thread[creationtime]