Page 1 of 1

Grant Manage Plugins to Other Access Levels

Posted: 26 Jul 2017, 08:30
by patrickbello
Administrators access level can only manage plugins. Is there way to grant or enable other access levels like managers or developers to manage plugins? If so, how? Thanks in advance.

Re: Grant Manage Plugins to Other Access Levels

Posted: 26 Jul 2017, 08:37
by atrol
Add the following line to file config_inc.php and adjust to your needs, e.g for managers

Code: Select all

$g_manage_plugin_threshold = MANAGER;

Re: Grant Manage Plugins to Other Access Levels

Posted: 01 Aug 2017, 06:56
by patrickbello
atrol wrote:Add the following line to file config_inc.php and adjust to your needs, e.g for managers

Code: Select all

$g_manage_plugin_threshold = MANAGER;
Thanks for the reply. I've added the line to file config_inc.php, however it still the same..

Re: Grant Manage Plugins to Other Access Levels

Posted: 01 Aug 2017, 09:00
by atrol
Your screen shot shows that you are logged in as Nik - QA
I assume that QA is an access level which has been setup by your own and which is below MANAGER access level.

Re: Grant Manage Plugins to Other Access Levels

Posted: 01 Aug 2017, 09:13
by patrickbello
atrol wrote:Your screen shot shows that you are logged in as Nik - QA
I assume that QA is an access level which has been setup by your own and which is below MANAGER access level.
Of course, I changed it to QA :D
Anyway, I got it sorted now. Thanks!