That is similar to when you click on a members name and get View Profile and the members name. This is from the members.php template. Just take it and modify:
PHP Code:
$navbits = construct_navbits(array(
'member.php?' . $vbulletin->session->vars['sessionurl'] . "u=$userinfo[userid]" => $vbphrase['view_profile'],
'' => $userinfo['username']
));
eval('$navbar = "' . fetch_template('navbar') . '";');