1
hi
i´ve wrote an instant message script (difficulty to explain atm) and get the sender name with that line
$postername = XoopsUser::getUnameFromId($pm_arr[$i]->getVar("from_userid"));
but since 2.2 this shows the realname of the sender or annonymous if the sender has no realname.
can somebody just tell me how to get the uname out of the uid now?
sorry maybe i´m blind but i have´nt found it
thx