3. I've got a DateFolder doc type, which is allowed to appear within the NewsEventsList type. And DateFolder is allowed to contain the doc types that can sit within NewsEventsList.
but nothing happens when I create a new piece of content within a NewsEventsList doc type? (I'm running the latest version of Umbraco, with IIS 7)
Is the NewsEventList the doctype that should be auto organised into folders? Or is it the parent doctype?
The DocType specified in the config should be the doctype of the new page that you want organisted (e.g. BlogPost, NewsDetail, EventItem) and not the listing page.
Also, double check the dll is present in the bin folder.
Problems getting started
Hi Chris,
I'm also having problems getting this working - but I'm also brand new to Umbraco so I'm probably missing something obvious!
1. I've installed the package!
2. I've modified the config so that it looks like this:
3. I've got a DateFolder doc type, which is allowed to appear within the NewsEventsList type. And DateFolder is allowed to contain the doc types that can sit within NewsEventsList.
but nothing happens when I create a new piece of content within a NewsEventsList doc type? (I'm running the latest version of Umbraco, with IIS 7)
What am I missing??
Many thanks!
James
Hi James,
Is the NewsEventList the doctype that should be auto organised into folders? Or is it the parent doctype?
The DocType specified in the config should be the doctype of the new page that you want organisted (e.g. BlogPost, NewsDetail, EventItem) and not the listing page.
Also, double check the dll is present in the bin folder.
Cheers,
Chris
Ahah. Thanks Chris - that's what I'd misunderstood! I thought the doctype needed to be the parent doctype.
Cheers
James
is working on a reply...