Same as for a custom v4.master, I want to create a custom minimal.master. The common advice: make a copy of minimal.master and then modify it. But how can I reference to the custom minimal.master? ( Such as for the v4.master, this can be changed by the Site Settings. )
|
Depending on how much you need to customize minimal.master you have two options:
BUT if you're developing for Office365 or another environment where you can only deploy sandboxed solutions then neither of the above will work. Then you have to resort to the following hack:
The javascript file will be loaded on every page so you have to make some check to see if you're on a page using minimal.master (I check for an element with the id 's4-mini-testarea') and then you have to make all your changes using javascript.
|
|||||||||||
|
|
Are you asking how to load the custom master page? It should be referenced just like a custom v4.master. All you need to do is upload and publish the custom.master file and then it should be in the dropdown. |
|||
|
|
SharePoint Designer could be used as well.. just right-click and activate as custom master or default master.. |
|||
|