Log in

View Full Version : Can Permissions Use Secondary Groups?


MustangLisa
12-11-2006, 12:13 AM
Is there a way to have the permissions to play/view/etc look at secondary usergroups? I have all my members in the Registered Member usergroup and then add them to additional group(s). I have assigned access to play the arcade for certain usergroups only, and those are secondary ones for the users. So the arcade gives a message that the admin has disabled play for the usergroup even though I have set it up right, since it's for the secondary groups. HELP!

MustangLisa
12-12-2006, 02:59 PM
Can anyone help?

MrZeropage
12-13-2006, 07:52 AM
open /arcade/modules/mod_Arcade.php

there is instruction included on what to do:

search forON (m.mgroup = g.g_id)and replace it withON (m.membergroupids = g.g_id)