this is for if u have Yet Another Award System 4.0
go to Yet Another Award System templates/awards_postbit_display_style2 and replace all with this code below and go to settings/Award System Settings and select style 2
Code:
<!-- show awards -->
<if condition="$post[showuserawards]">
<div class="awards_postbit_style2">
<div class="eti_postbit">
<div class="awards_showcase_awarddisplay">$post[userawards]</div>
<div class="awards_showcase_infodisplay">
<a href="member.php?u=$post[userid]&tab=myawards" title="$vbphrase[more_awards]">$vbphrase[total_awards]</a>: $post[num_awards]
<if condition="$vboptions[aw_points]"><br />
<a href="member.php?u=$post[userid]&tab=myawards" title="$vbphrase[more_awards]">$vbphrase[total_points]</a>: $post[total_points]
</if></div>
</div>
</div>
</if>
<!-- /show awards -->