i am trying to make my username clickable. here is the code used to gather the username
<?= $vbulletin->userinfo['username'] ?>
and here is what is used to get user id
<?= $vbulletin->userinfo['userid'] ?>
how do i put both together so that the username will be clickable with the user id