The Arcive of vBulletin Modifications Site. |
|
getting ibproarcade to check secondary usergroup permissions?? Details »»
|
|||||||||||||||||||||||||||
|
getting ibproarcade to check secondary usergroup permissions??
Developer Last Online: Jul 2020
hi there i have inistalled it on my forum and i have a secondary usergroup for paid subscribers to my forum.
what i would like to do is those in the secondary usergroup get to play a extra category of games but i cant do ths at the mo as it only checks the permissions of the primary usergroups could anyone suss out a workaround for this for me if poss Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
can anyone tell me if this is possible yet or if its something that may be in the pipeline?
|
|
#3
|
||||
|
||||
|
open /arcade/modules/mod_arcade.php and look for
Code:
// use ON (m.membergroupids = g.g_id) in above Query for secondary Usergroup ![]() Maybe I will extend that in the future to check both or make it selectable via AdminCP ... |
|
#4
|
|||
|
|||
|
I created a new usergroup called gamers to give access only to selected member of my website. I change the SQL query as mentioned here but still have the same problem.
Any other advise? |
|
#5
|
||||
|
||||
|
is that "gamers" usergroup primary or secondary usergroup ?
|
|
#6
|
|||
|
|||
|
Secondary
Ok I think I solved the problem. The user I want for playing belong to 3 different usergroups as soon as I eliminate on it worked. Thanks. |
|
#7
|
|||
|
|||
|
Quote:
|
![]() |
|
|