This is the recommended way to replace the splash screen too, because the you don't have to worry about Umbraco overwriting your custom screen when you upgrade it.
I got it my own view working now with the settings that you mentioned.
But this does not work when uSync.Complete is installed? With same setting and uSync.Complete installed it shows the uSync splash screen.
Prevent NoNodes.cshtml override
Hi, I added a custom view in ~/umbraco/UmbracoWebsite/NoNodes.cshtml to show when there are no nodes present. (Using v13 at the moment)
After installing uSync this does not work anymore and shows the 'uSync all the things' view.
Is there a way to prevent this and keep my own view?
Thanks for any help provided.
Hi,
uSync looks to see if the default configuration value for the splash screen has changed. If it hasn't then it puts the uSync splash screen in.
https://github.com/KevinJump/uSync/blob/v13%2Fmain/uSync.BackOffice%2FBoot%2FuSyncBootExtension.cs#L29
So if you customise the splash screen by changing the config value, and putting your custom screen in a different location (see https://docs.umbraco.com/umbraco-cms/reference/configuration/globalsettings) uSync won't overwrite it
This is the recommended way to replace the splash screen too, because the you don't have to worry about Umbraco overwriting your custom screen when you upgrade it.
Hi Kevin,
I got it my own view working now with the settings that you mentioned. But this does not work when uSync.Complete is installed? With same setting and uSync.Complete installed it shows the uSync splash screen.
Hi,
For reasons unknown (to me and i wrote both!) - uSync.Complete doesn't do the same default config check before setting it 😔
We will fix that and put it in the next release.
https://github.com/Jumoo/uSync.Complete.Issues/issues/220
is working on a reply...