RS_Jelle
12-26-2005, 05:49 PM
You use
$vbulletin->userinfo['username']
to get the username of the current logged in user, and you use
$vbulletin->userinfo['userid']
to get the user id of the current logged in user.
But how can you get the username of a user, when you have the user id ?
$vbulletin->userinfo['username']
to get the username of the current logged in user, and you use
$vbulletin->userinfo['userid']
to get the user id of the current logged in user.
But how can you get the username of a user, when you have the user id ?