Nope, that's still replacing the wrong instance of the username in the postbit.
That replaces the username in the thead of the dropdown when you click on the Big Username.
If I replace all $post['username'] instances with $post['musername'] it still goes completely screwy.
Example:
Code:
<a class="bigusername" href="member.php?u=39"><span style="" text="" javascript=""> vbmenu_register("postmenu_4332", true);
</span></a>
and it wraps
Code:
<a class="bigusername" href="member.php?u=39"></a>
around EVERYthing in the postbit.