Skip to main content

cPanel 94 and Welcome to your new hosting account

Comments

31 comments

  • LBJ
    G'day All, Specifically because of cPanel's increasing propensity over recent years to surprise clients with new features (Wordpress Toolkit, Switch to Glass Banner, Welcome to Your Hosting etc.), without also providing an accompanying WHM option to disable or configure the item, we run our own modified theme on all our boxes with minor patches to remove unwanted elements. When these new features provide clients with advice or tutorials directly in conflict with our own operating methods and protocols, it's particularly annoying. Waiting or hoping for cPanel to implement changes based on well-supported feature requests is completely unworkable for a living business. On each cPanel version update, a diff runs detecting any relevant changes between the new default theme files and our active modified theme. We then sync our theme to match the new files, while still including our patches as required. Usually, for minor version updates, there's little or nothing to do. With major updates, there's usually a few patches which just need to be reapplied over the top of the changed files, and we're good to go. If you also run your own custom theme (highly recommended for an easier life), a modification to the applicationList.html.tt file of the active theme will also solve the issue being discussed in this thread, for all accounts, existing and new. Change the single occurrence of the Template Toolkit code... [% IF show_welcome_panel %]
    ...to... [% IF 0 && show_welcome_panel %]
    Best regards, LBJ
    0

Please sign in to leave a comment.