|
This area in 'function set_group_perms'. pp-inc.php controls the usergroups settings per category? If I'm reading this correctly it's looking though all the usergroups a member can belong too?
I've added an extra option under Admin - Usergroups and I'm trying to display the information from that option to 1 particular usergroup.
$User['usergroups'] does not work at all
$usergroups does work but only on the primary usergroup.
The members that should see the information have the usergroup as an additional usergroup and although I could change that to the primary usergroup, it would cause problems down the line.
So I'm trying to find a way to get the code to read all the usergroups the member belongs to to display the information under their additional usergroup.
|