Okay, I?ve been digging through vB forums for a while now using 3.64. I?ve figured out how to pull the username for the current user, but I need help figuring out how the pull the username or ID of the user?s profile I visit? as vbulletin->userinfo[username], only seems to pull for the id of the person logged in. I need this to run querys specific to each user?s profile when a visitor visit a that profile.
Query syntax like
?..
Select?.x x x
where profile_being_viewed = $ profile_being_viewed
anyone know the variable(s)/array(s) I?m looking for?