Looks like current logic is it will only show after the welcome tour is complete - so if you are not using Tours at all you can disable them in the umbracoSettings.config...
... but if you want some tours and not others...
Then I think you can 'filter out' tours by Alias using C# = there is an example here:
How to disable prompt request for being updated in Umbraco backend
Umbraco CMS asks if a new user wishes to be updated - probably a signup for newsletter etc.
How to disable?
/Jesper
Hi Jesper
It looks like it is implmented as a 'Tour' with alias; umbEmailMarketing
https://github.com/umbraco/Umbraco-CMS/blob/bd26cb36ecce2bbe86f11b61dd1a01c314378c89/src/Umbraco.Web.UI.Client/src/init.js#L39
Looks like current logic is it will only show after the welcome tour is complete - so if you are not using Tours at all you can disable them in the umbracoSettings.config...
... but if you want some tours and not others...
Then I think you can 'filter out' tours by Alias using C# = there is an example here:
https://our.umbraco.com/documentation/extending/Backoffice-Tours/#how-to-filterdisable-tours-being-shown
Also the config/text for the message is stored in /config/BackOfficeTours/getting-started.json (if that wasn't there it wouldn't display!)
https://github.com/umbraco/Umbraco-CMS/blob/0140d906a5a66d3ba512332e845a64d36169f911/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json
regards
Marc
Hi Marc,
Thanks a lot!
best Jesper
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.