The Arcive of vBulletin Modifications Site. |
|
Can Permissions Use Secondary Groups? Details »»
|
|||||||||||||||||||||||||
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!
Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Can anyone help?
|
|
#3
|
||||
|
||||
|
open /arcade/modules/mod_Arcade.php
there is instruction included on what to do: search for Code:
ON (m.mgroup = g.g_id) Code:
ON (m.membergroupids = g.g_id) |
![]() |
|
|