I'm working on an umbraco
website just now and one of the requirements is to have a custom
section in the back end that can be used to manage publish smaller
micro-sites.
I have been able to create the new section and added some nodes to
it. What I can't get to work is publishing them and making them
viewable at the correct url.
As an example, say i have created a new section called microsite,
inside that there is a folder called myportfolio. this should route to
something like www.myumbracosite.com/microsite/myportfolio.
Does anyone know how to get this sort of thing working? Is it even
possible to publish content from outsite of the main content section?
This would be the easiest by defining the start node for the user (for example, you would assign the user with the start node of microsite).
It is possible to make a copy of the main content section by working with the code but it will be much easier to set up user permissions/start nodes according to your micro-site requirements.
Creating custom content sections with umbraco 4
I'm working on an umbraco website just now and one of the requirements is to have a custom section in the back end that can be used to manage publish smaller micro-sites.
I have been able to create the new section and added some nodes to it. What I can't get to work is publishing them and making them viewable at the correct url.
As an example, say i have created a new section called microsite, inside that there is a folder called myportfolio. this should route to something like www.myumbracosite.com/microsite/myportfolio.
Does anyone know how to get this sort of thing working? Is it even possible to publish content from outsite of the main content section?
Any help would be greatly apprechiated.
Kind Regards Colin G
This would be the easiest by defining the start node for the user (for example, you would assign the user with the start node of microsite).
It is possible to make a copy of the main content section by working with the code but it will be much easier to set up user permissions/start nodes according to your micro-site requirements.
is working on a reply...