Jump to content
WebFlake

Remove Update Warning


TheNulledCore

Recommended Posts

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
0SlfrCB.png

2. Open globalTemplate file. (Can be found in core > front > global)
vgQNebY.gif

3, Search for {template="updateWarning" app="core" group="global" params=""} and remove it.
xSA6Iqw.gif

4. Click and save :)
 



Here the fast TuT version xD
 

Spoiler

AO4B4k1.gif

I hope that it was understandable and helpful.

Link to comment
Share on other sites

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

  • Thanks 1

VAEfvMI.png

Liked what i posted remember to feed me a cookie ->
Or you can add a cookie to myCookieJar

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...