Page 1 of 1

Get an FEU Group description

Posted: Fri Nov 07, 2014 11:43 pm
by 5k313t0r
I am currently using

Code: Select all

$ccuser->groups()
to get a list of groups that the user belongs to and it works great. What I would like to do now is list the group name and group description below it. I am unsure though how to get the FEU group description. Can anyone help?

Thank you in advance :)

Re: Get an FEU Group description

Posted: Sat Nov 08, 2014 7:41 pm
by chandra
Make a look with

Code: Select all

{$ccuser|print_r}
if there is a group description variable available.