I'm sure I've missed something important but I can't figure out what. I'm using Umbraco 7.0.1 and I installed uDateFoldersy as a local package. There were no errors with the install.
My content structure is
Repository (container)
> News & Releases (newsContainer)
>> Press Releases (newsContainer)
>>> Release 1 - x (pressRelease)
The config has
RootDocTypeAliases = newsContainer
TargetDocTypeAliases = PressRelease
DatePropertyAlias = releaseDate
pressRelease is a sub document type to Article but the releaseDate property is not inherited so that shouldn't be the problem. newsContainer allows [uDateFoldersy] Year Folder as a child nodetype.
I bounced the web.config after installation and I logged out and logged back in. I am not getting date folders created on save. I tried ceate a new press release in press releases and moving then saving an existing press release.
I was able to manually add a year and month folder to Press Releases. Moving a press release into that month folder created a new month and year folder with the correct date (based on releaseDate) but saving press releases in the root still doesn't get me anywhere.
Edit: I did have to allow pressrelease as a childNodeType of uDateFoldersy Month folder to get allow that test. So maybe something went wrong with a setting somewhere?
Sorry about the delay Anthony. I ended up uninstalling, upgrading Umbraco and then re-installing the latest version of uDateFoldersy. I'm not sure what the original problem was but it is no longer happening for me. Thanks for the help!
Can't get it working in U7.0.1
I'm sure I've missed something important but I can't figure out what. I'm using Umbraco 7.0.1 and I installed uDateFoldersy as a local package. There were no errors with the install.
My content structure is
The config has
pressRelease is a sub document type to Article but the releaseDate property is not inherited so that shouldn't be the problem. newsContainer allows [uDateFoldersy] Year Folder as a child nodetype.
I bounced the web.config after installation and I logged out and logged back in. I am not getting date folders created on save. I tried ceate a new press release in press releases and moving then saving an existing press release.
I was able to manually add a year and month folder to Press Releases. Moving a press release into that month folder created a new month and year folder with the correct date (based on releaseDate) but saving press releases in the root still doesn't get me anywhere.
Edit: I did have to allow pressrelease as a childNodeType of uDateFoldersy Month folder to get allow that test. So maybe something went wrong with a setting somewhere?
Thoughts?
Can you paste your config file here along with a screenshot of your content tree.
Sorry about the delay Anthony. I ended up uninstalling, upgrading Umbraco and then re-installing the latest version of uDateFoldersy. I'm not sure what the original problem was but it is no longer happening for me. Thanks for the help!
is working on a reply...