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
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
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!
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?