Could someone please help me out here, been trying to resolve this for awhile but I'm new to umbraco and xlst, and asp.net for that matter.
Can autofolders create multile doctypes in the same tree?
I am using runwaynews package for a simple news section and it creates a url as follows:
www.mysite.com/news.aspx (click example-news-article goes to >>> www.mysite.com/news/2010/04/10/example-news-article.aspx - I am not bothered about truncating.
This structure comes about from this in umbraco:
RunwayNewsLibrary (News node under Home) > RunwayYear > RunwayMonth > RunwayDay > Runwaynewspage (all these are doctype alias's)
As you can see, there are a few doctypes created in the tree. This has to be done manually by right clicking News > Create (Year) > Right click year (create month) > right click month (create day) > right click day (create newspage). Very very long winded... basically, can autofolder recreate this structure in the autofolders.config file?? Tried a few combinations but no luck at all :(
I just want to be able to right click news, create newspage and the tree expands like so:
News
- 2010
-- 04
----10
----- example-news-article
but with the correct doctypes for each node. I hope this makes sense, I know it's a bit of an essay.
RE: Multiple doctypes
Hi everyone,
Could someone please help me out here, been trying to resolve this for awhile but I'm new to umbraco and xlst, and asp.net for that matter.
Can autofolders create multile doctypes in the same tree?
I am using runwaynews package for a simple news section and it creates a url as follows:
www.mysite.com/news.aspx (click example-news-article goes to >>> www.mysite.com/news/2010/04/10/example-news-article.aspx - I am not bothered about truncating.
This structure comes about from this in umbraco:
RunwayNewsLibrary (News node under Home) > RunwayYear > RunwayMonth > RunwayDay > Runwaynewspage (all these are doctype alias's)
As you can see, there are a few doctypes created in the tree. This has to be done manually by right clicking News > Create (Year) > Right click year (create month) > right click month (create day) > right click day (create newspage). Very very long winded... basically, can autofolder recreate this structure in the autofolders.config file?? Tried a few combinations but no luck at all :(
I just want to be able to right click news, create newspage and the tree expands like so:
News
- 2010
-- 04
----10
----- example-news-article
but with the correct doctypes for each node. I hope this makes sense, I know it's a bit of an essay.
if anyone can help, thanks so much in advance :)
Hi Sam,
Autofolders only supports the creation of a single DocType.
Cheers,
Chris
Ok Chris, thanks :)
Got my news and separate events lists working under datefolder now anyways but thanks for the reply.
is working on a reply...