Permissions for wp user to see full download manager menu

Viewing 8 posts - 1 through 8 (of 8 total)
#185130

Robert Knaggs
Participant

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?

#185133

Tanvir
Spectator

Hello Robert,

Thanks for contacting us.
Currently we don’t have this feature available wpdm free.
with wpdm pro you can enable the below feature. So editor will get permission like admin.
image

Regards
Tanvir

#185143

Robert Knaggs
Participant

Thanks Tanvir that’s most helpful.

#185173

Shahjada
Keymaster

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');
#185188

Robert Knaggs
Participant

Hi Shahjada that’s great thanks for the info.

#185189

Robert Knaggs
Participant

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?

#185193

Shahjada
Keymaster

“Re-order” menu is not coming from wpdm, so wpdm doesn’t have any control over it.

#185194

Robert Knaggs
Participant

Thanks Shahjada – that’s most helpful. Will take a look and see what is generating the re-order item.

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Permissions for wp user to see full download manager menu’ is closed to new replies.