Hello,
For my company I am doing a new d7 installation with own zen theme. I now search for a structure where I'm able to use content dependent navigation-menus and content dependent sidebar informations.
So the tree should be:
Frontpage - 5 entry Basic pages (categories) - numerous nodes
Earch of the entry pages has a different navigation which i've set in admin->structure. Definig each block to appear only on the entry page's node works very well for that depth.
From there my users will add thousands of nodes to the categories. In each single node the parent navigation from the basic page shall appear.
Solution 1: Every time a user creates a new node, an admin has to refresh the include list of the navigation block. no good idea thus inconvenience and rising complexity.
Solution 2: defining the 5 basic pages as content types and add a field to node settings to select its affiliation sounds better..
Solution 3: creating views on node-given taxonomies and display the navigation as view-blocks complexity again..
Solution 4: taxonomy block module, make ralationship node fields with block taxonomy this would be my favourite, but the module is not for displaying taxonomy in a certain block but displays taxonomies itself as a block..
Solution 5: any structure administrating modules?