[Case 188513] Third-Party Plugins - Feature Manager

Paul Maher

Registered
May 19, 2015
2
0
1
UK
cPanel Access Level
Reseller Owner
Some things despite being unchecked in feature manager are still showing up end user CPanel:

Cloudfare
1H Software
Softaculous

is this a known issue and any fix for it?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,270
463
Hello,

Internal case number 188513 was opened to address an issue where after disabling a third party plugin in "Feature Manager", the plugin continues to show up for the user in the cPanel UI. However, it looks like it's actually the third-party plugins that will need to address the issue individually, as they have not utilized a correct method to let the cPanel feature manager know what feature is related to a plugin. You can contact the developer of each plugin to determine if they are releasing an update, or their preferred workaround method. In the meantime, you should be able to modify the "/usr/local/cpanel/base/frontend/paper_lantern/dynamicui/dynamicui_$plugin" file as a temporary workaround. For example, with the "/usr/local/cpanel/base/frontend/paper_lantern/dynamicui/dynamicui_cloudflare.conf" file:

Before:

Code:
width=>47,itemorder=>1,file=>cloudflare,description=>CloudFlare,itemdesc=>CloudFlare,height=>47,group=>cloudflare_base,subtype=>img,imgtype=>icon,url=>cloudflare/index.html,type=>image
After:

Code:
width=>47,itemorder=>1,file=>cloudflare,description=>CloudFlare,itemdesc=>CloudFlare,height=>47,group=>cloudflare_base,subtype=>img,imgtype=>icon,url=>cloudflare/index.html,type=>image,feature=>cloudflare
Note the addition of ,feature=>cloudflare to the file.

Thank you.
 

Paul Maher

Registered
May 19, 2015
2
0
1
UK
cPanel Access Level
Reseller Owner
Don't understand why so many third party plugins have this issue - question is are they doing it on purpose so it can't be hidden?... It defeats the fundamental of a brandable CP for resellers
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,270
463
Don't understand why so many third party plugins have this issue - question is are they doing it on purpose so it can't be hidden?... It defeats the fundamental of a brandable CP for resellers
You may want to contact the developers of the applications to see if they plan to update their plugins to ensure it works with the feature manager.

Thank you.