1
G'day all
I am using tinycontent to allow wrapping php scripts and need to access the user id if looged on. I have tried
if (is_object($xoopsUser)) {
$uid = $xoopsUser->getVar('uid');
}
but this offers nothing - any ideas/solutions gratefully recieved.
Regards
Tony Ayling