TheNulledCore Posted April 20, 2018 Share Posted April 20, 2018 Some people like me do not want to update directly to the latest version or stay with the current one. 1.Select your Theme ad click on Edit HTML and CSS 2. Open globalTemplate file. (Can be found in core > front > global) 3, Search for {template="updateWarning" app="core" group="global" params=""} and remove it. 4. Click and save Here the fast TuT version xD Spoiler I hope that it was understandable and helpful. Quote Link to comment Share on other sites More sharing options...
Cookie Monster Posted April 20, 2018 Share Posted April 20, 2018 Here is a simpler and faster without fiddling with code. Hide in ACP #acpNewVersion { display: none; } Frontpage #elLicenseKey { display: none; } OR BOTH at the same time #acpNewVersion, #elLicenseKey { display: none; } AdminCP > Customization > Themes > Edit HTML & CSS > CSS > Custom.css Paste the code, no edits needed and it does not get overwriten like the above @TheNulledCore 1 Quote Liked what i posted remember to feed me a cookie ->Or you can add a cookie to my Link to comment Share on other sites More sharing options...
Dr.IP Posted April 21, 2018 Share Posted April 21, 2018 2 hours ago, Cookie Monster said: Here is a simpler and faster without fiddling with code. Hide in ACP #acpNewVersion { display: none; } Frontpage #elLicenseKey { display: none; } OR BOTH at the same time #acpNewVersion, #elLicenseKey { display: none; } AdminCP > Customization > Themes > Edit HTML & CSS > CSS > Custom.css Paste the code, no edits needed and it does not get overwriten like the above @TheNulledCore Problem:This theme file could not be saved Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.