Abe,
I'm trying to get this functional into a mobile skin and the postbit legacy template is a bit unorthodox, here's the format currently operating on this skin, using simply text for the common commands.
Code:
<!-- message, attachments, sig -->
<div align="$stylevar[right]">
<if condition="$post['editlink']"><a href="$post[editlink]">Edit | </a></if>
<if condition="$post['replylink']"><a href="$post[replylink]">Quote | </a></if>
<if condition="$post['replylink']"><a href="#reply">Reply</a></if>
</div>
<br />
</div>
<!-- / message -->
In order to call the thanks and groan buttons what would I need to add to this template?