Post your BLOG template, but basically you copy this below, wherever you want to add the reputation, it's better to add it
PHP Code:
<vb:if condition="$show['reputationlink']">
<li>
<a class="popupctrl reputation" title="{vb:rawphrase reputation}" href="reputation.php?{vb:raw session.sessionurl}do=addreputation&p={vb:raw post.postid}" rel="nofollow" id="reputation_{vb:raw post.postid}"><img src="{vb:stylevar imgdir_button}/reputation-40b.png" alt="{vb:rawphrase reputation}" /></a>
</li>
</vb:if>