PDA

View Full Version : member.php user id variabel?


zardos
01-12-2008, 11:44 AM
Hi dudes, while within member.php i include add some extra code, but in this code i need to know both the user id of the member that the profile page belong to and the user id of the observer, some one know their variables?

tanks

//Zardós

evannn
01-12-2008, 02:10 PM
If you are in a post, use

$post['userid']


On a general, it will be

$bbuserinfo[userid]


I'm sure there are better ways.

Opserty
01-12-2008, 03:42 PM
// Profile Page Member:
$userinfo['userid'];

// Person Viewing Userid:
$bbuserinfo['userid'];