Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi all!
I'm having a Umbraco 7.11.1 website and i'm planning to update soon. But for now, is there a way to disable the update notification? Searched through all the settings and documentation and couldn't find it.
Thanks!
Hi rboogaerts,
You can add the appSetting below to the web.config to disable upgrade notifications.
<add key="umbracoVersionCheckPeriod" value="0" />
You can find it in the documentation as well.
https://our.umbraco.com/documentation/reference/config/webconfig/
My bad, thought they removed this setting.
Thank you very much!
Hi everyone,
Yes, this works great in Umbraco 7 - but not in Umbraco 8 where this appSetting seems to have absolutely no effect.
Does anyone know how to prevent the update notification from popping up in Umbraco 8?
Thanks in advance! 🙂
Best regards, Tom
Hi Tom,
This works in version 8.
<add key="Umbraco.Core.VersionCheckPeriod" value="0" />
Hi Garðar!
Thank you for the quick reply. It would appear that I need to clean my glasses a bit + remember to read the bottom of the page! 😉
Arrrgh! How did I miss that? 😁
Tom
thanks Garðar Þorsteinsson it works with me
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to disable update notification backoffice
Hi all!
I'm having a Umbraco 7.11.1 website and i'm planning to update soon. But for now, is there a way to disable the update notification? Searched through all the settings and documentation and couldn't find it.
Thanks!
Hi rboogaerts,
You can add the appSetting below to the web.config to disable upgrade notifications.
You can find it in the documentation as well.
https://our.umbraco.com/documentation/reference/config/webconfig/
My bad, thought they removed this setting.
Thank you very much!
Hi everyone,
Yes, this works great in Umbraco 7 - but not in Umbraco 8 where this appSetting seems to have absolutely no effect.
Does anyone know how to prevent the update notification from popping up in Umbraco 8?
Thanks in advance! 🙂
Best regards, Tom
Hi Tom,
This works in version 8.
Hi Garðar!
Thank you for the quick reply. It would appear that I need to clean my glasses a bit + remember to read the bottom of the page! 😉
Arrrgh! How did I miss that? 😁
Tom
thanks Garðar Þorsteinsson it works with me
is working on a reply...