Mark ... there is one little glitch I found in the styling ...
When there is a smaller avatar especially the height ...the date stamp floats all the way to the left below the avatar ...
This is the change I made to give a little more style to the "rmulauncher_threadbit" template ....
Code:
<div style="padding: 5px; height:45px; border-bottom: dotted 1px #CCCCCC;">
<div style="float: left; margin-right: 75px; width: 40px;">
<img src="{vb:raw recent_thread.avatar}" style="max-height: 40px; margin-left: 25px;" />
</div>
<a style="font-weight: bold;" href="{vb:raw recent_thread.thread_url}">{vb:raw recent_thread.title}</a>
<div>
{vb:rawphrase posted_by} <a href="{vb:link member, {vb:raw recent_thread}, null, 'postuserid', 'postusername'}" class="username understate">{vb:raw recent_thread.postmusername}</a> ({vb:raw recent_thread.replycount} {vb:rawphrase replies})
</div>
<div style="float: right; margin-left:100 px; margin-top:-15px;">{vb:raw recent_thread.timestamp} in <a href="{vb:raw recent_thread.forum_url}">{vb:raw recent_thread.forumtitle}</a></div>
</div>