Note that there are some explanatory texts on larger screens.

plurals
  1. POInconsistent display behavior for Quick Launch menu in MOSS 2007
    text
    copied!<p>I'm trying to configure the Quick Launch menu to only display the ancestors and descendant nodes of the currently select node. The menu also needs to display all the childern of the root node. More simply:</p> <p>Given a site map of:</p> <p><strong>RootSite</strong></p> <p>---<strong>SubSite1</strong> = navigation set at "Display the current site, the navigation items below the current site, and the current site's siblings"</p> <p>-----<strong>Heading1</strong> = navigation set at "Display the same navigation items as the parent site"</p> <p>-------<strong>Page1</strong> = navigation set at "Display the same navigation items as the parent site"</p> <p>-------<strong>Page2</strong> = navigation set at "Display the same navigation items as the parent site"</p> <p>-----<strong>Heading2</strong> = navigation set at "Display the same navigation items as the parent site"</p> <p>---<strong>SubSite2</strong> = navigation set at "Display the current site, the navigation items below the current site, and the current site's siblings"</p> <p>-----<strong>Heading1</strong> = navigation set at "Display the same navigation items as the parent site"</p> <p>SiteMapProvider configuration:</p> <pre><code>&lt;PublishingNavigation:PortalSiteMapDataSource ID="SiteMapDS" Runat="server" SiteMapProvider="CurrentNavSiteMapProvider" EnableViewState="true" StartFromCurrentNode="true" ShowStartingNode="false"/&gt; </code></pre> <p>The expected and actual behavior of the Quick Launch menu displayed at SubSite1 is:</p> <p>---SubSite1</p> <p>-----Heading1</p> <p>-------Page1</p> <p>-------Page2</p> <p>-----Heading2</p> <p>---SubSite2</p> <p>The expected behavior of the menu after navigating to Heading1 of SubSite2:</p> <p>---SubSite1</p> <p>---SubSite2</p> <p>-----Heading1</p> <p>What I actually see after navigating to Heading1 of SubSite2:</p> <p>---SubSite1</p> <p>-----Heading1</p> <p>-------Page1</p> <p>-------Page2</p> <p>-----Heading2</p> <p>---SubSite2</p> <p>-----Heading1</p> <p>This does not match what I expect to see if I set the Heading1 navigation to "Display the same navigation items as the parent site" and SubSite2 is set to "Display the current site, the navigation items below the current site, and the current site's siblings". I expect Heading1 to inherit the navigation item of SubSite2 with the SubSite1 items collapsed from view. I've also played with the various Trim... attributes without success. Any help will be greatly appreciated!</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload