If any other newbies have been trying to run multiple sites on one instance of magnolia...
I have a simple workaround that seems to be performing well so far: - Give each site a node on the Website tree at root level and put all the menu links under this node. - In your templates, use <cmsu:simpleNavigation startLevel="1"/> for the links The root page will never be shown but it lets you to edit privileges so that all pages under that node are editable by the allowed users. It also makes it very easy from an admin point of view. Simon ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ----------------------------------------------------------------
