Disable Glass Notification, Welcome Panel and Reorder Features Groups globally for existing users
Hello,
With the auto update, things change overnight about the user experience of our customers in cPanel.
It's fine. Especially if we can easily restore things like before if needed.
I just successfully disabled the Glass Notification to keep the previous cPanel Basic Theme we are used to.
I did that :
- WHM > cPanel > Customization > Custom Style
- Set as Basic.
Then
Here the sources, I get it from there : - How to dismiss or undismiss the "Switch to Glass" notification It works like a charm with these command lines, as I just have to copy-past it without thinking too much. Now, because I am here already, I would like to restore the previous behaviour for 2 things : - No Welcome Message targeting Email Account Creation and WP Toolkit (as we do not focus on Emails and we support Softaculous by default instead of WP Toolkit) - Reorder the Features Groups (as we really really not focus on Emails, and our customers want to see first, the "File Manager" and then, "PhpMyAdmin") Disable (or customise) the Welcome Message Panel : I found this out :
Please, can someone tell me if my above command line is right ? Thanks! Reorder the Features Groups : Same problem here. This article explains how to reorder the feature groups for all new accounts and/or the an individual existing account :
mkdir -pv /root/cpanel3-skel/.cpanel/nvdata/
echo -n "1" > /root/cpanel3-skel/.cpanel/nvdata/xmainSwitchToPreviousBannerDismissed
for i in $(ls /var/cpanel/users); do uapi --user=$i NVData set names=xmainNewStyleBannerDismissed xmainNewStyleBannerDismissed=1; doneHere the sources, I get it from there : - How to dismiss or undismiss the "Switch to Glass" notification It works like a charm with these command lines, as I just have to copy-past it without thinking too much. Now, because I am here already, I would like to restore the previous behaviour for 2 things : - No Welcome Message targeting Email Account Creation and WP Toolkit (as we do not focus on Emails and we support Softaculous by default instead of WP Toolkit) - Reorder the Features Groups (as we really really not focus on Emails, and our customers want to see first, the "File Manager" and then, "PhpMyAdmin") Disable (or customise) the Welcome Message Panel : I found this out :
Please, can someone tell me if my above command line is right ? Thanks! Reorder the Features Groups : Same problem here. This article explains how to reorder the feature groups for all new accounts and/or the an individual existing account :
Please sign in to leave a comment.
Comments
0 comments