You need to change either postbit or postbit_legacy depending on what your forum is set to.
Pic i uploaded is legacy, I cahnged some of the code to fit the needs of my style but the original code you need to add in postbit is
Code:
<!-- show awards -->
<if condition="$post[showuserawards]">
<div class="info"><legend><a href="member.php?u=$post[userid]#award" title="$vbphrase[more_awards]">$vbphrase[award_showcase]</a></legend>
<div>
$post[userawards]
<br>
<a href="member.php?u=$post[userid]#award" title="$vbphrase[more_awards]">$vbphrase[total_awards]</a>: $post[num_awards]
</div>
</div>
</if>
<!-- /show awards -->
as u can see on my pic its underneath everything else it can be anywhere in the postbit .
enable votes in vbulltin options, create a new forum and use the forum id in the options of yaas settings.