What you do is add a link to your postbit or postbit legacy pull down menu. Add a link that points to the awards.php file.
If you're using it as a "Post of the Month" nomination, your users will have to include the URL of the post they're attempting to nominate.
Here's the code I use:
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----->