Quote:
Today at 04:26 AM GaleForce said this in Post #1210
This is weird... Whenever a custom usergroup on my forums trys to access the arcade, they get a "You do not have permission to access this page" message. Any ideas as to how I can fix this?
|
hmm, try doing this:
go into phpmyadmin run this query:
[sql]SELECT *
FROM `arcadeconfig` LIMIT 0 , 30[/sql]
edit the row in the table. Find the "useraccess" row.
the value should say something like this
add all the usergroup ids that you want access to the arcade.
for example, if i want my "A group" to have access to the arcade and their usergroup id is 9,
i would do this:
hope this helps