Hi all,
I cannot say exactly when it starts, but now with cPanel 11.44.1 (build 11) it is no more possible to display our plugin icon in the cPanel menu with X3 theme.
What we do :
When we install the plugin for "Paper Lantern" using "usr/local/cpanel/scripts/install_plugin tzbm_plugin_install.tar.gz", the icon is displayed in the right place and the plugin interface is accessible.
With old version of cPanel (11.38 for sure), before the apparition of "Paper Lantern" theme, everything worked well.
Is there something that we missed ?
Thanks a lot for any tips that could help us solve this problem.
I cannot say exactly when it starts, but now with cPanel 11.44.1 (build 11) it is no more possible to display our plugin icon in the cPanel menu with X3 theme.
What we do :
- Register the plugin using "/usr/local/cpanel/bin/register_cpanelplugin tzbm.cpanelplugin"
What make it appears in the feature list. And generate the dynamicui file "/usr/local/cpanel/base/frontend/x3/dynamicui/dynamicui_tzbm.conf" containing :
Code:itemorder=>1,version=>1.0,itemdesc=>Business Mail,description=>Business email,group=>domains,url=>tzbm/index.live.php,feature=>tzbm,imgtype=>icon,subtype=>img,type=>image,width=>32,height=>32,file=>tzbm
- Install the plugin for X3 theme using "usr/local/cpanel/scripts/install_plugin tzbm_plugin_install.tar.gz --theme x3"
What create a second dynamicui file "/usr/local/cpanel/base/frontend/x3/dynamicui/dynamicui_business_mail.conf" containing :
Code:width=>,itemorder=>1,file=>business_mail,description=>Business Mail,itemdesc=>Business Mail,height=>,group=>files,subtype=>img,imgtype=>icon,url=>tzbm/index.live.php,type=>image
When we install the plugin for "Paper Lantern" using "usr/local/cpanel/scripts/install_plugin tzbm_plugin_install.tar.gz", the icon is displayed in the right place and the plugin interface is accessible.
With old version of cPanel (11.38 for sure), before the apparition of "Paper Lantern" theme, everything worked well.
Is there something that we missed ?
Thanks a lot for any tips that could help us solve this problem.