This module provides the opportunity to order content types in parent-child relations. You can create a simple structure of content-types (like menu-links) calling /admin/structure/ctree.
Steps for configuration:
1. Enable the Auto Menu D7 Port Module ( I will commit this as a own project soon)
2. Enable the ContentTree Module
3. Goto /admin/structure/cttree and add enable checkbox 'Enable autochildnode creation'
4. Add some content-types by calling /admin/structure/cttree/add (you can add them several times considering some contraints explained later)
5. Build you structure
6. Ensure Auto-Menu settings have been configured correctly for all first level entries of you structures
7. Save configurations
8. Create new content of a first level element.
=> the complete structure will be created at once.
A simple (poorly conceived) example:
You got the content-types : 'store', 'articles', 'address', 'staff', 'shoes', 'pants', 'shirt'
You can create the structure with ContentTree module:
-store
--address
--staff
---address
--articles
---shoes
---pants
---shirts