A colleague of mine experienced the same with AlphabetFolders (same sort of project).
It seems the old Document events are not firing. At the moment I do not have the time to update the project, but if you'd like you can have a go at it? The source code is available on the project's page.
Not Working
I installed DateFolders 1.4 in a v6.1.2 enrivo and cannot get anything to work.
I have all of the document types created, and when I create the "newsItem" type, nothing else happens. Any advice/input would be helpful.
A colleague of mine experienced the same with AlphabetFolders (same sort of project).
It seems the old Document events are not firing. At the moment I do not have the time to update the project, but if you'd like you can have a go at it?
The source code is available on the project's page.
I've just installed v2.1.1 with Umbraco 6.1.6 and it doesn't appear to be working at all?
<add key="datefolders:ItemDocType" value="event"/>
<add key="datefolders:ItemDateProperty" value="date"/>
<add key="datefolders:DateFolderDocType" value="DateFolder"/>
<add key="datefolders:CreateDayFolders" value="false"/>
<add key="datefolders:OrderByDecending" value="false"/>
My fault, it does work in 6.1.6.
Case problem and should have been <add key="datefolders:ItemDocType" value="Event"/>
is working on a reply...