IP.Board Tutorials

Removing Update Notice In AdminCP as Well as Main Forum Site!

Submitted by PsYcHo_RaGE, , Thread ID: 86182

Thread Closed
PsYcHo_RaGE
Junior Member
Level:
0
Reputation:
0
Posts:
87
Likes:
68
Credits:
2.06K
26-04-2018, 09:42 PM
This post was last modified: 26-04-2018, 09:42 PM by PsYcHo_RaGE
#1
Want to remove the upgrade notification which is really messy!!!

Just enter into Admin CP>Themes>Choose which theme you want to disable the notifications of Upgrade>Edit HTML & CSS>In CSS Tab>You will find Custom.css(Click on it)> Type this Code below the generated code


Code:
#acpNewVersion, #elLicenseKey {
display: none;
}

Now Enjoy!Upgrade notificationhas been removed from Admin CP as well as Main Forum Site

RE: Removing Update Notice In AdminCP as Well as Main Forum Site!

Swippo
Junior Member
Prime
Level:
0
Reputation:
2
Posts:
85
Likes:
11
Credits:
127
02-03-2019, 07:02 PM
#2
If you also would like to remove any Warning Message from the AdminCP use this to remove any other "orange warning message" worked for me atleast. If you cant get it to work, contact me in PM and il help you out Smile

Code:
#acpWarnings, #ipsMessage_Warning {
display: none;
}
Also Thanks (PsYcHo_RaGe) for your code as i used your information and code to get ride of this messages aswell ;D your a lovely man

RE: Removing Update Notice In AdminCP as Well as Main Forum Site!

P3PeCZ
Newbie
Level:
0
Reputation:
0
Posts:
19
Likes:
0
Credits:
6
09-03-2019, 01:47 AM
#3
Guys please I am new in IPB, works this code in last version 4.4.1? I try it on localhost and maybe I doing something bad because I have still showed message. :/

RE: Removing Update Notice In AdminCP as Well as Main Forum Site!

PsYcHo_RaGE
Junior Member
Level:
0
Reputation:
0
Posts:
87
Likes:
68
Credits:
2.06K
OP
11-07-2019, 06:07 AM
#4
09-03-2019, 01:47 AM
P3PeCZ Wrote:
Guys please I am new in IPB, works this code in last version 4.4.1? I try it on localhost and maybe I doing something bad because I have still showed message. :/
can you tell me which message you want to remove? and from where?

Users browsing this thread: 1 Guest(s)