I'm trying to access FrontEndUsers' smarty-function {$feu_smarty->get_users_by_groupname($groupname,$assign)} from another module with php (trying to make a dropdown input to choose which FEUser is resonsible for something.)
I have figured out i can get to the normal functions in the module, like this:
Code: Select all
var_dump($gCms->modules['FrontEndUsers']['object']->GetFullUsersInGroup(1));
