Skip to main content

[Case 188513] Third-Party Plugins - Feature Manager

Comments

3 comments

  • cPanelMichael
    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:
    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:
    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.
    0
  • Paul Maher
    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
    0
  • cPanelMichael
    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.
    0

Please sign in to leave a comment.