Resource icon

Reset node permissions for all usergroups

sinucello

Well-known member
sinucello submitted a new resource:

Reset node permissions for all usergroups - A little turorial on how to reset node permissions for all usergroups

After importing your vB forum or for some other reason you might end up with a lot of wrong node permissions for usergroups.

It`s very complicated to reset node-permissions for all usergroups as you have to select every single user group within the node and reset the rights.

To make this easier, you can use the following SQL query and run it e.g. with phpMyAdmin:

Code:
DELETE FROM `xenforo`.`xf_permission_entry_content` WHERE `xf_permission_entry_content`.`content_id` = X;
...

Read more about this resource...
 
Top Bottom