Answered QuickLaunchMenu 3rd level items

  • Saturday, May 12, 2007 5:57 PM
     
     
    Is it possible to show 3 static levels of sites in QuickLaunchMenu on left side?

    I've tried setting StaticDisplayLevels on default.master page to 3:
    <SharePoint:AspMenu
                        id="QuickLaunchMenu"
                        DataSourceId="QuickLaunchSiteMap"
                        runat="server"
                        Orientation="Vertical"
                        StaticDisplayLevels="3"
                        ItemWrap="true"
                        MaximumDynamicDisplayLevels="3"
                        StaticSubMenuIndent="0"
                        SkipLinkText=""
                        >
    ...

    but still getting only first level subsites under Sites menu.

All Replies

  • Monday, May 14, 2007 11:16 AM
     
     Answered
    I found it.
    3rd and rest level items are not provided with this defaulf settings. They need to be added programatically like in: http://blogs.msdn.com/sharepoint/archive/2007/04/26/customizing-the-quick-launch-menu-adding-fly-out-menus-to-sharepoint-navigation.aspx#2297151