Page 1 of 1
masterpages
Posted: Sun Apr 07, 2019 6:24 pm
by crownfield
Can I have a site wide "Main_masterpage",
and create a second "Sub_Group_of_pages_masterpage",
whose masterpage is "Main_masterpage"?
"Sub_Group_of_pages_masterpage"
inherits from "Main_masterpage"
and then adds to it.
reasonable and allowed?
Re: masterpages
Posted: Sun Apr 07, 2019 7:46 pm
by alan_sh
Reasonable, but not allowed. I asked that question earlier.
Alan
Re: masterpages
Posted: Sun Apr 07, 2019 7:58 pm
by WWBman
Simply use the sub_group 'master pages' as embedded pages in the pages that use the main master page.
Re: masterpages
Posted: Tue Apr 09, 2019 3:38 am
by crownfield
the plan-
masterpages covers most pages.
I want to add additional master features to a small subset of pages.
so submaster uses masterpage, as do most pages.
the smaller set uses submaster as their master page,
and should inherit 'masterpage' via submaster.
it seems the problem is that both masterpages have an unchangable id
which I am not allowed to change. if I could, I would not see the error message.
I will try the embedded idea, but it should not be required,
if the only problem is that masterpage ids conflict,
no matter what they are named.
Re: masterpages
Posted: Tue Apr 09, 2019 6:18 am
by Pablo
I'm sorry, master pages cannot be nested.
The master page only has an ID during design-time (because it's basically a full screen embedded page).
When it is published, the content will be merged with the content page.
Re: masterpages
Posted: Thu Apr 11, 2019 4:02 am
by crownfield
understood, but it would be so nice if they could be nested and merged.
thanks.