Hmm, this may sort of be like the blind leading the blind, but let me give it a shot
Try this in postbit_legacy and let me know how it works:
Code:
<if condition="$post[postcount] % $vboptions[maxposts] == 1">
<vb:if condition="$show['fb_likebutton']">
{vb:raw fblikebutton}
</vb:if>
</vb:if>
Within postbit_legacy, just search around for a good spot (like maybe after the infractions link?) Or maybe after this part:
Code:
<vb:if condition="$post['title'] OR $show['messageicon']">
<h2 class="title icon">
<vb:if condition="$show['messageicon']"><img src="{vb:raw post.iconpath}" alt="{vb:raw post.icontitle}" /> </vb:if>{vb:raw post.title}
</h2>
</vb:if>
By the way, there is another conditional called <vb:if condition="$post['isfirstshown']">, but I think that's going to repeat for each page, so try the first one and let me know if that works okay