hello,
I'm using this code:
$userName = BOL_UserService::getInstance()->getDisplayName(OW::getUser()->getId());
But it returns me the full name.
Needed to return the username of the User.
how can i do this?
EDIT: Thanlks, solved. $userName = BOL_UserService::getInstance()->getUserName($id);