Grant Manage Plugins to Other Access Levels

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
patrickbello
Posts: 5
Joined: 26 Jul 2017, 08:26

Grant Manage Plugins to Other Access Levels

Post 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.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Grant Manage Plugins to Other Access Levels

Post 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;
Please use Search before posting and read the Manual
patrickbello
Posts: 5
Joined: 26 Jul 2017, 08:26

Re: Grant Manage Plugins to Other Access Levels

Post 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..
Attachments
Manage Plugins.jpg
Manage Plugins.jpg (39.56 KiB) Viewed 6532 times
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Grant Manage Plugins to Other Access Levels

Post 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.
Please use Search before posting and read the Manual
patrickbello
Posts: 5
Joined: 26 Jul 2017, 08:26

Re: Grant Manage Plugins to Other Access Levels

Post 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!
Post Reply