Quote:
Originally Posted by Nordinho
Does anyone know where I can check if the settings are updated in the database correctly?? It's not in the usergrouptable, unless it's the generic permission row, but where would I change that one?? Any help is appreciated...
Allrighty, after some searching at vb.com I run a couple of queries...
UPDATE moderator SET permissions = permissions + 8388608 WHERE NOT(permissions & 8388608); and repeated the query for the other values stated for reputation in the init.php file...
IMO this should do it, but it doesn't work...I hardcoded the values as well in moderator.php, but still no result...next trying to add a new usergroup...
|
solved it by deleting the entire usergroup and recreating it with a query...apparently some permissions didn't get parsed the right way...