In your postbit or postbit_legacy template find:
Code:
<if condition="$show['search']">
<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_more_posts_by_x]</phrase></a></td></tr>
</if>
After that insert:
Code:
<!-----Post of the Month----->
<tr><td class="vbmenu_option"><a href="awards.php?$session[sessionurl]">$vbphrase[award]</phrase></a></td></tr>
<!-----End Post of the Month----->
In Phrase Manager, create a new phrase called award. Associate the plugin with the award and insert the text you wish to appear when the phrase is called (such as "Request Award").
That's all there is to it. Just make sure your users know to insert the URL of the post they want to reference when submitting the award request.