Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • jonok 297 posts 658 karma points
    Jun 30, 2022 @ 21:04
    jonok
    0

    Umbraco 10 - disable the "stay updated" pop-up modal

    Is there a way to disable the pop-up titled "Do you want to stay updated on everything Umbraco?" that now appears when first logging into the Umbraco V10 back-end?

  • Marc Goodson 2157 posts 14434 karma points MVP 9x c-trib
    Jul 03, 2022 @ 22:12
    Marc Goodson
    0

    Hi Jonok

    I think this is implemented as a 'Tour' with alias: umbEmailMarketing

    https://github.com/umbraco/Umbraco-CMS/blob/v10/contrib/src/Umbraco.Web.UI.Client/src/init.js#L39

    Only shows if 'welcome intro tour' has been completed or closed

    Looks like it's possible to filter out tours from being shown:

    https://our.umbraco.com/documentation/extending/Backoffice-Tours/#how-to-filterdisable-tours-from-being-shown

    so you could filter out the umbEmailMarketing tour...

    regards

    marc

  • jonok 297 posts 658 karma points
    Jul 04, 2022 @ 00:34
    jonok
    0

    Thanks Marc - I'll give that a go. Bit annoying that they've added something this intrusive to the back-end, without a config setting to disable it.

  • 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.

Please Sign in or register to post replies