Hi we want our editor users to be able to see the full download manager menu but with editor permissions they can only see the first 4 items in the menu – All Files, Add New, Categories and Tags. Is there a permission that will give them the full menue other than making them an admin?
Thanks Tanvir that’s most helpful.
When you are trying to allow editor level to manager wpdm from wp admin area, add the following 2 lines in your wp-config.php:
define('WPDM_ADMIN_CAP', 'editor'); define('WPDM_MENU_ACCESS_CAP', 'editor');
Hi Shahjada that’s great thanks for the info.
Hi Shahjada this gives them more options in the menu but they need to see the Re-order option. Is there a way to get this permission for them using a code snippet in WP Config?
“Re-order” menu is not coming from wpdm, so wpdm doesn’t have any control over it.
Thanks Shahjada – that’s most helpful. Will take a look and see what is generating the re-order item.
The topic ‘Permissions for wp user to see full download manager menu’ is closed to new replies.