문제

OK 그래서 SharePoint 사이트의 상위 Navigtion Bar에 약 6 개의 링크가 있으며 각각 아래의 하위 사이트가 있습니다.기본적으로 구조는 다음과 같습니다 :

탑 링크 1
- Sub Link 1
- 하위 하위 링크 1
- 하위 하위 링크 2
- Sub Link 1
.

.

.

등등 ...

이제는이 모든 것이 문제없이 잘 작동하지만 이제는 하위 링크에서 다른 하위 하위 하위 링크를 만들고 표시되지 않습니다.그것의 똑같은 설정은 일하는 것과 동일하지만 이들은 나타나지 않는 것입니다.뭐가 될수 있었는지?사이트 설정 -> 탐색이 작동하는 것과 정확히 동일하며 마스크 페이지가 변경되지 않았습니다 ... 두 번째 플라이 아웃 메뉴가 나타나지 않는 이유는 무엇입니까?

빠른 실행 메뉴에서 작동하는 것처럼 보이는 것처럼 보이는 두 수준이 맨 위 링크 표시 줄에 있지 않아야합니다. 링크를 사용하여 맨 위 링크 막대 옵션을 보여줍니다 ..

도움이 되었습니까?

해결책

Im taking a shot in the dark here but i think you need to set:

StaticDisplayLevels="X" 

or

MaximumDynamicDisplayLevels="X"

this is an example from msdn:

<SharePoint:AspMenu id="V4QuickLaunchMenu" runat="server" 
EnableViewState="false" DataSourceId="QuickLaunchSiteMap" 
UseSimpleRendering="true" UseSeparateCss="false" Orientation="Vertical"
StaticDisplayLevels="1" MaximumDynamicDisplayLevels="1" 
SkipLinkText="" CssClass="s4-ql" />

http://msdn.microsoft.com/en-us/library/ms466994.aspx

hope this helps :)

다른 팁

It could possibly be that you've added a custom 'subsites' heading to the menu; then, collected the subsites under that custom heading and indented them by using the 'Move Up' or 'Move Down' arrows.

If so, try to remove the indent so that the sites are flush to the left along with the heading. You'll probably see that the dropdown arrow and subsites now appear in the global menu.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top