If the Navbar Template (default style)
Find this code:
<if condition="$show['memberslist']">
<td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
</if>
ADD This after it:
<if condition="$show['member']">
<!-- show awards -->
<td class="vbmenu_control"><a href="awards.php$session[sessionurl_q]">$vbphrase[award]</a></td>
<!-- /show awards -->
</if>
Depending on the style, you will need to add this change to either the header template or the navbar template. Make sure you give the full path to your link. This example is running the forum in the root.
edit: changed the instruction to apply to YAAS...