It's probably your 'rootFolder' setting, this restricts the parent (root) nodes that autofolders will operate with. If the parent of your new page does not match the xpath then autofolders will execute.
In your structure changing the setting to rootFolder="//node[@level=3]" will probably work, but you coculd also use the docType alias ofyour parent nodes.
Problem with settings, please help
Hi Chris,
My site structure is as following:
Home
- Press
-- News
-- Events
I wanted to use the Autofolder on the News and Events folder.
I've installed autofolder on an clean installed Umbraco 4. After this i modified the config like this:
When I add a newsitem in the News folder I dont get the 2009 > 11 > 28 > newsitem.
If I create a newsfolder direct under the Home folder it works.
I tried to change the settings but i can't get it fixed. Can you help me please
Thanks
Danny
It's probably your 'rootFolder' setting, this restricts the parent (root) nodes that autofolders will operate with. If the parent of your new page does not match the xpath then autofolders will execute.
In your structure changing the setting to rootFolder="//node[@level=3]" will probably work, but you coculd also use the docType alias ofyour parent nodes.
The discussion that spawned this feature is http://our.umbraco.org/projects/autofolders/general/4415-Possible-New-feature
is working on a reply...