Quantcast
Channel:
Viewing all articles
Browse latest Browse all 4235

Re: Displaying Member profiles

$
0
0

If you want to display members from a certain group, I use something like

$group = DataList::create('Group')->byID('x') //x is the ID of the group you want
return $group->Members();

or you could use something like

$group = DataList::create("Group")->where("Title = 'Administrators'")->first();
return $group->Members();


Posted to: Displaying Member profiles | Show Thread | Post Reply


Viewing all articles
Browse latest Browse all 4235

Trending Articles