Hey Brian,
Could you give a little more insight about how you achieved this on your website? I am thinking mostly of the MenuManger part with the Product Hierarchy. I am kind of lost with this part...
To explain some more, what I want to do is having a menu like that:
1) MENU ITEM 1
2) MENU ITEM 2
3) PRODUCTS MENU
-> PRODUCT HIERARCHY 1 -> page with all the products in this hierarchy together displayed as summary
-> FIRST CHILD ITEM IN PRODUCT HIERARCHY 2 -> page with this item in detail mode
-> SECOND CHILD ITEM IN PRODUCT HIERARCHY 2 -> page with this item in detail mode
-> THIRD CHILD ITEM IN PRODUCT HIERARCHY 2 -> page with this item in detail mode
etc.
bascially, my hierarchy 1 are a summary presentation of items in development in a list and then when they are developped enough to have a page of their own with more details, my editors would just have to change which hierarchy they belong to.
you can see a static/graphical presentation of it there:
http://colin.maunoury.free.fr/o2la/test7.html
I use Products for the "Productions" part. So, it looks like your concept for wincomfg.com, but I am not very familiar with how to implement Product hierarchy in the menu manager, and even less with how to manage this child/parent difference between my menu items.
I guess I could basically create a "in development" page where I call the templates I have defined for this list presentation and the right hierarchy children and then create templates for the detail display of Products that I would call in pages I create each time there is a news completed Production.
But that means I have to be there each time a Project change hierarchy and I lose a fair amount of dynamism to my website.
Any idea? I am quite sure it's possible, but a quick walkthrough of the MenuManager/ Product Hierarchy synergies would be very helpful...