Is it possible to create folders when you are creating content? I mean, in the content tab of umbraco, when I create new pages, I want to organize it in folders (normal, like in Windows or Visual Studio) but I don't find how to do it.
the site structure reflects your navigation, so if you want to classify pages into folders but don't want structure, there is little you can do (except maybe use tagging instead of structure to classify pages)
So either:
Use something like AutoFolders that creates folders with one letter from A-Z for subnodes (dates are also possible, ie month-year)
Use tags to group pages
create nodes for folders for subpages outside of your content tree, and use url rewriting to access them (this requires some predictive folders, and doesn't allow errors)
Can you please give an example with real data to explain what you're trying to achive? you'll get better feedback that way.
Folders in content tab
Is it possible to create folders when you are creating content? I mean, in the content tab of umbraco, when I create new pages, I want to organize it in folders (normal, like in Windows or Visual Studio) but I don't find how to do it.
Thanks.
You could create an empty document type called eg. folder and set its Structure to allow all your other document types created beneath
That what I did, but it generates a navigation url and I don't need/want it.
the site structure reflects your navigation, so if you want to classify pages into folders but don't want structure, there is little you can do (except maybe use tagging instead of structure to classify pages)
So either:
Can you please give an example with real data to explain what you're trying to achive? you'll get better feedback that way.
use the umbracoNaviHide property on the folder documentype to hide it from menu structure
Michel: it does so for navigation (if you take it into account), but not for the URL
is working on a reply...