Different menu's per subsite
Hi,
For our intranetsite, I need to divide my site into 6 sections. Right now I have built a topmenu with 6 buttons to each section. Now my question is: is it possible to create a different menu per subsection, which is only visible in that section?
Maybe it is possible with CSS, I don't know, but there's also the need of letting some users create articles. In the menu of the section, a link should automatically be added to the new article, without the need of editing the .CSS file.
Is this possible, and if so, how?
Thanks,
Re: Different menu's per subsite
Each of the six buttons goes to a different part within TYPOlight, right? So you can add a navigation module and set the lower and upper limit both to 1, 2, 3 or whater number makes the nav module display only the correct submenu items.
If you need a CSS solution, then the submenu items need to be uniquely identifiable for CSS and I don't believe this is the case right now?
Re: Different menu's per subsite
That works indeed, thanks a lot!