How can I get the group name I do belong ?
I could get these infos:
$user = Phpfox::getService('user')->get($username, false);
[user_group_id] => 6 [title] => user_group_title_3749ea904585437bb7e01c7e1571e162
How can I get the group name I do belong ?
I could get these infos:
$user = Phpfox::getService('user')->get($username, false);
[user_group_id] => 6 [title] => user_group_title_3749ea904585437bb7e01c7e1571e162
You can use this query:
Then put the result in _p function
Example: