Hi everybody, I want to apply a template from oswd.org as the master page. Could you tell me how to configure it? Not just target at such template, I want to know the general procedure of setting up a new layout and, enable adding content in each pane in the same page. Thank you.
I would suggest getting a subscription to umbraco.tv, even if only for a month. It's worth if for the time you save learning umbraco concepts. That said, here is a basic overview of the process.
Create Document Type, check by box to create matching template.
Create properties on document type for the "content" areas or parts of the page
Go to the template created for the document type, copy the html oswd.org template code between the placeholder 'ContentPlaceHolderDefault'.
Insert each "page field" you created in the document type within the template (replace oswd.org sample text where needed).
Copy any style sheets and related images to the /css folder on the filesystem and adjust the link references if needed.
You are now ready to start adding documents to your content tree.
This isn't a complete walk-through, just the general procedure to get you started.
How to adopt a new master page and make it work?
Hi everybody, I want to apply a template from oswd.org as the master page. Could you tell me how to configure it? Not just target at such template, I want to know the general procedure of setting up a new layout and, enable adding content in each pane in the same page. Thank you.
Ethan,
I would suggest getting a subscription to umbraco.tv, even if only for a month. It's worth if for the time you save learning umbraco concepts. That said, here is a basic overview of the process.
-Chris
is working on a reply...