Forum Discussion
SharePoint cross site collection multi-tier navigation
This is likely a variation on a theme, but our current on-prem intranet employs an ASPX menu with a SiteMap provider to create a multi-level navigation across our entire intranet. We've built it into a custom master page that we've deployed across the environment. Wondering if there are better, more portable ways to accomplish the same thing in SP2016 and SPO. Also would like it to take the place of the Yammer, OneDrive, etc. options presented in OneDrive.
Maybe more of a feature request, but I think the Yammer, OneDrive options area could be used as a launching area for customizable navigation area rather than restricted to those few options.
6 Replies
- Dean_GrossSilver Contributor
Here is one approach, https://dev.office.com/patterns-and-practices-detail/11128
- For SPO I would follow Dean's suggestion and use PnP since there it's not recommended to modify SPO master pages...as you can see in the navigation section (http://thecollaborationcorner.com/2016/08/31/part-4-the-navigation-implementation/#.WBGc_fqLRRY), PnP proposses to use the term store for defining site navigation and of course, it can be a global navigatio...and this approach also works for SharePoint 2016
- Paul Van BeekBrass Contributor
Looks interesting, but even my SPO admin account is unable to add any terms to the global term store through the admin center.
Also, apparently found a bug where if you apply a managed navigation term set to a subsite and then try to apply that term set to the root, the subsite continues to hold the setting of the managed term set and gives a warning if you try to change the navigation settings that it may alter the settings for the other site.