Question

OK, j'ai donc environ 6 liens sur la barre de navigation supérieure de mon site SharePoint et des sous-dises sont sous-parasites.Fondamentalement, la structure est comme ceci:

TOP LINK 1
- Sous-lien 1
- Sous-lien 1
- Sous-lien 2
- Sous-lien 1
.
.
.
Et ainsi de suite ...

Maintenant, tout cela fonctionne bien, sans problèmes, mais maintenant, je viens d'essayer de créer un autre sous-sous-sous-sous-sous-sous-sous sur les sous-liens et qu'il ne montre pas.C'est la même configuration que celles qui fonctionnent, mais elles ne veulent pas apparaître.Qu'est ce que ça pourrait être?Paramètres du site -> La navigation est exactement la même que celles qui fonctionnent et qu'aucune modification apportée au Masterpage n'a été faite ... Pourquoi le deuxième menus de flyout est-il apparu?

Dans le menu de lancement rapide, il semble fonctionner et les deux niveaux des flyouts ne fonctionne pas juste dans la barre de liaison supérieure, j'utilise des liens pour afficher les options de la barre de liaison supérieure.

Était-ce utile?

La solution

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 :)

Autres conseils

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top