The problem with this solution is that the link to member profile is variable depending on the user ID, so, is there a way to add this type of code to a link:
Code:
<vb:if condition="$memberinfo['musername']">{vb:raw memberinfo.musername}<vb:else />{vb:raw memberinfo.username}</vb:if>
<a href="{vb:link member, {vb:raw memberinfo}}">
{vb:rawphrase view_profile}
</a>
</li>
</vb:if>
Not sure that is even close to being right.