Hello,
How can I get variables (ID) of currently viewed profile ?
If I use
function getId(){
global $_CB_framework;
$myId = $_CB_framework->myId();
return $myId;
}
I get my own ID of myself being logged on. But I need the ID of the person I am viewing the profile of.
thanksV