Ok, here's the deal. I'm working on a site (http://www2.euronv.nl) and I'm walking into a brick wall.
This is what I want:
On the menupanel I've made a new block called "Projects".
- In this block I want menu-items of Projectnames which are links to nodes that have public access, so everyone visiting the site can see what it's about and if it's interesting for them.
- Under these Projects menu-items I would like to have the names of Organisations which participate in those projects and link to a node especially created for that organisation so it will only be accessible for those who are logged in with a username that belongs to a role with the same name as the Organisations name.
- Now every project of an organisation will have Projectphases (about 17 phases) so under the Organisation menu-items I would like other menu-item of Projectphases which link to nodes, where every node is a projectphase.
So the menublock Projects would like something like this:
- Carlease (Project, links to public node)
+- Dell (Organisation, links to node with access for role 'Dell')
-+- Projectphase1 (links to node with access for role 'Dell')
-+- Projectphase2 (links to node with access for role 'Dell')
-+- Projectphase3 (links to node with access for role 'Dell')
+- Compaq (Organisation, links to node with access for role 'Compaq')
-+- Projectphase1 (links to node with access for role 'Compaq')