1
I'm trying to customize a module to show certain information according to what group the user belongs to. How can I do this?
For instance, I know how to get the user's username by:
$xoopsUser->getVar("uname", "E");
Is there a similar way for me to call the user's groupname?
Thank you!