Thanks for the Mod. Installed.
I did move it around a little by moving the code and changed the spacing a bit:
Here's what I got:
In the postbit or postbit_legacy template, find the following:
Code:
<td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-$stylevar[left]: 0px" align="$stylevar[right]">
and insert this code below: (it's the same as the original, just added a couple of spaces)
Code:
<img class="inlineimg" src="$stylevar[imgdir_button]/printer.gif" alt="$vbphrase[show_printable_version]" /> <a href="printthread.php?$session[sessionurl]t=$post[threadid]" accesskey="3" rel="nofollow">$vbphrase[show_printable_version]</a>
<img class="inlineimg" src="$stylevar[imgdir_button]/sendtofriend.gif" alt="$vbphrase[email_this_page]" /> <u><a href="sendmessage.php?$session[sessionurl]do=sendtofriend&t=$post[threadid]" rel="nofollow">$vbphrase[email_this_page]</a></u>
<if condition="$show['member']">
<img class="inlineimg" src="$stylevar[imgdir_button]/subscribe.gif" alt="$vbphrase[subscription]" />
<if condition="$show['subscribed']">
<a href="subscription.php?$session[sessionurl]do=removesubscription&t=$post[threadid]" rel="nofollow">$vbphrase[unsubscribe_from_this_thread]</a>
<else />
<a href="subscription.php?$session[sessionurl]do=addsubscription&t=$post[threadid]" rel="nofollow">$vbphrase[subscribe_to_this_thread]</a>
</if>
</if>