Getting Userid
I would like to use the userid field in a query in order to place the users custom field information in specified places on the member.php page.
I've tried using: $vbulletin->userinfo[userid] and $userinfo[userid] but both display my userid on every page, instead of the actual users id of the profile.
How would I instead call the user id of the profile instead of the user id of the viewer?
|