Role Permissions to create folders
-
For those that want to allow other roles to be able to add folders, here is how (prepare to do this after any future updates to the plugin):
1. open /wp-content/plugins/folders/includes/folders.class.php
2. search for ‘You have not permission to remove folder’ or ”You have not permission to add folder’
3. comment out the following:if (!current_user_can("manage_categories")) { $error = esc_html__("You have not permission to add folder", 'folders'); $errorCounter++; } else
That’s it.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Role Permissions to create folders’ is closed to new replies.