Let's say that you have a node of typ "Newsletter" that has has a front end template for rending the content on the accual website called "NewsletterTemplate" - Newsletter Studio will first look for a template called "NewsletterTemplateNewsletter" (not the added "Newsletter" in the end of the name) and try to render that.
If not found Newsletter Studio will use the front end template (including html, header, body, navigation etc from the front end).
What you need to do is to setup a special razor view for rendering the newsletter and since you have this view you don't need the skin around it.
Newsletter Send Out missing default skin
I want to use the "Newsletter Send Out" datatype but it doesn't appear to have the "default skin" option, like it does in this video -
https://www.youtube.com/watch?v=9fRSGgMCYaM
Has the option moved elsewhere?
I am using Umbraco 7.4.3 and Newsletter Studio 2.1.5
Hi!
That's true, we figured that you should use the razor-views and that the default skin-option was redundant.
Do you have a use case where you really need the default skin?
// m
Sorry, can you explain "we figured that you should use the razor-views"
Hi!
When you send from the content section Newsletter Studio will look for a special "alt-template" to process the e-mail.
http://support.newsletterstudio.org/customer/en/portal/articles/1053067-sending-from-the-content-section
In short:
Let's say that you have a node of typ "Newsletter" that has has a front end template for rending the content on the accual website called "NewsletterTemplate" - Newsletter Studio will first look for a template called "NewsletterTemplateNewsletter" (not the added "Newsletter" in the end of the name) and try to render that.
If not found Newsletter Studio will use the front end template (including html, header, body, navigation etc from the front end).
What you need to do is to setup a special razor view for rendering the newsletter and since you have this view you don't need the skin around it.
// m
is working on a reply...