Forum Replies Created
If you want to allow editors to access download stats/history, please add the following code in your wp-config.php
if(!defined(‘WPDM_ADMIN_CAP’))
define(‘WPDM_ADMIN_CAP’,’edit_posts’);if(!defined(‘WPDM_MENU_ACCESS_CAP’))
define(‘WPDM_MENU_ACCESS_CAP’,’edit_posts’);
When I add that code the Editor users indeed see the “History” menu item – which is great – but they also see “Templates, “Add-Ons” and “Settings” which i don’t want them to see. Is it somehow possible to just enable “History” for Editors and “Templates, “Add-Ons” and “Settings” not?
Thanks in advance!
Kind regards
Nicolai
We have now implemented your fix and it works fine, thanks again! Would it be possible to exclude a specific user role (i.e. “Super Admin”, “Administrator”, “Editor”) as well?
Wow, thanks a ton for the fast reply and the customization!! I will recommend your great support to my client!
We would also urgently need this feature! Is it maybe possible to achieve this with a “hack” (editing a core file) until you implement this? Statistics and their analysis and evaluation are such a vital part of todays web development that it must be possible to at least control who is tracked and who is not. Thanks in advance for your help!
Is there a way to disable log of registered users in the download stats?
An answer to this question would be very appreciated, thank you!