Code:
<!-- post specs_menu -->
<if condition="$post['field5']">
<div id="specs_$post[postid]" class="vbmenu_control">
<a href="#specs">$post[username]'s PC Specs</a>
<script type="text/javascript"> vbmenu_register("specs_$post[postid]"); </script>
</div>
</if>
<!-- / post specs_menu -->
How can I change this so rather than displaying the user's name again. It would just display "My Gear".
I actually was able to remove the username, but the size of the "My Gear" background seemed to change depending on the length of the username.