Navigation in SharePoint is generally considered the menu elements (top navigation bar, quick launch, bread crumbs, etc) and the links contained therein. Navigation is one aspect of Informaiton Architecture.

learn more… | top users | synonyms

0
votes
2answers
1k views

SharePoint 2010 - Audience - Navigation permissions

I added a link to our Navigation that I want audienced to a specific group, whether it be an Active Directory group, or a custom audience that we setup in Central Admin. When I attempt to audience ...
2
votes
1answer
92 views

Audience targetted link hidden from everyone

I have 4 manually created links across my top link bar. I want to use Audience Targetting to allow certain people to see it and to hide it from everyone else (I know audience targetting is not ...
2
votes
1answer
391 views

Display Parent Navigation Items via API

I'm creating a custom team site from a site definition and I can't seem to set the site to display the same navigation items as the parent site for the Global Navigation. I've tried using this code: ...
1
vote
1answer
26 views

How to add blog categories in drop-down menu of global navigation?

I am working on a corporate SharePoint site for my company that is made up of several blogs. I have the Global navigation set up to show each blog. I am trying to add blog categories in the drop-down ...
1
vote
1answer
43 views

Change CSS of selected item in sharepoint menu

Is there a way to do the same as done here with some Javascript? AspMenu does not render css-class for 'selected' element I want to use this CSS for the selected item in the menu .s4-tn ...
1
vote
1answer
32 views

Navigation from Mysite to Main site

I have a main sharepoint site configured with some Navigation menu items. I have also have a MYSite. The same Navigation menu items are shared between both the main site and my site. But the ...
1
vote
1answer
55 views

Quick launch strange behaviour

I am accessing the quick launch nodes programmatically by using SPWeb currWeb = SPContext.Current.Web; SPNavigationNodeCollection nodes = currWeb.Navigation.QuickLaunch; foreach (SPNavigationNode ...
1
vote
1answer
147 views

Background image for navigation disappears once published

I'm creating one page at my work intranet Sharepoint site. I'm trying to customize the navigation only for my one page. My navigation bar looked good in preview mode, with the background images ...
1
vote
1answer
101 views

Entire site times out after page is approved. Looks like it's caused by the NavNodes table in content database

We've got a SharePoint site that recently started giving errors randomly when approving pages. The only changes we made was to update the site to CU August 2012, and turn on UPS, but I'm not sure if ...
1
vote
1answer
75 views

Add Keyboard Accessibility to Top Nav Menu

I am trying to get the top nav bar's drop down menu working with the keyboard. What should happen is when a user presses the tab key and the top menu item is reached, the drop down should show just ...
1
vote
1answer
274 views

Left Navigation doesn't highlight the selected link

I tried to add some headings and links in left navigation along with HOME link. The problem i am facing is the Home link is always highlighted wherever u are inside the site. How can i sort it out ? ...
1
vote
1answer
272 views

Overriding Tree View Data Source in v4.master

I am implementing some custom navigation providers for SharePoint 2010, and have successfully overridden the data source for the Top Navigation and Quick Launch providers using the delegate provided ...
1
vote
1answer
124 views

How do I stop default navigation links from re-appearing?

As you know, SharePoint groups the links in the left hand navigation under headings relating to type e.g. Lists, Libraries etc. I have removed these and created my own headings. From time to time ...
1
vote
1answer
79 views

SP2010 Provide Contributor Security/Permissions to Adjust the Navigation

Is there any way to allow contributor users to manage some settings on a site (for example, manage the Quick Launch order or the order of the Global Navigation) but prevent some settings from being ...
1
vote
1answer
318 views

Is there a way to change the searchbox text on Mysite - SP2010?

We have a requirement to change the text in the search textbox on Mysite on the SharePoint 2010 environment. The default search text is “Find People”, it should be modified to "Search People". For ...
1
vote
1answer
332 views

Web and its child webs not showing in default navigation after 2007 > 2010 upgrade

I have a single site collection that was previously a MOSS 2007 site. This site collection has about 15 webs, and some of those have a number of subwebs underneath them. The top navigation bar is set ...
1
vote
1answer
51 views

Web part to list all pages unless they are hidden (site settings -> navigation)?

I have a web part that displays all pages in a repeater from the current site. If I go to site settings -> navigation and hide one of the pages then I don't want this page to be displayed in the web ...
0
votes
1answer
24 views

How to make global navigation consistent throughout main site and subsites?

I am developing a SharePoint intranet for the company I work for. The intranet is made up of the main site and then several subsites. I would like the Navigation to be the same on every page and in ...
0
votes
1answer
36 views

Add Custom link in topnavigation bar

I want to add custom link to topnavigation bar, this link will be common through out sitecollections and it should appear as the first link in navigation bar. I have used following code to add my ...
0
votes
1answer
132 views

Fetch data from Term Store Management in Sharepoint 2013

So I am wanting 3 different navigations and I only see how to add 2 though in the snippet area in Design Manager. I am comfortable with C# but not very knowledgable in Sharepoint. Does anyone know ...
0
votes
1answer
102 views

List all sites in web application where user has member access

I want to list all the sites in a webapplication for the user where the user is either a member or admin(not visitor). I definitely do not want to iterate through the sites. All the other options of ...
0
votes
1answer
68 views

Using SP2010's TreeView navigation *inside* a page

I am using the built-in navigation TreeView provided at the site level in SP2010 to display a tree-view to users for navigation. In addition, I am using the Metadata navigation feature on my lists, ...
0
votes
1answer
55 views

Hiding items (nodes) in a cross site collection top navigation based on profile property (Audiences)

I have followed this article to create a cross site Collection top navigation and it works greate. http://msdn.microsoft.com/en-us/library/bb897739(v=office.14).aspx I go through all Site ...
0
votes
1answer
60 views

Set “inherit top navigation from parent node” to yes in site template

I am currently trying to set the button "use top navigation from parent node" from the default value no, to yes. After hours of google research, playing around with the site template (WSP) file, I ...
0
votes
1answer
20 views

Allow XML file for Navigation to be shared across all sites

I created a datasource that points to an XML file at the top level Sharepoint site. I then associated a treeview in a masterpage with the new datasource. It works fine on the home page but not on ...
0
votes
1answer
86 views

Stop hover with navigation to just display links

I'm somewhat new to developing with SharePoint, so sorry if this is painfully obvious and I'm totally missing something. I have a publishing site that I'm working on, and I need to tweak the ...
0
votes
1answer
98 views

dropdownlist quicklinks menu in masterpage

I would like to create a dropdownlist for quicklink navigation in a master page. The quicklink menu will have direct links to a bunch of subsites. This will need to be accessible from all subsites. I ...
0
votes
1answer
573 views

Global Navigation drop down menu subsite level

My Sub site Hierarchy is as follows: HOME Subsites Subsite 1 Subsite 1a Subsite 1b Subsite 2 Subsite 2a Subsite 2b The Global ...
0
votes
1answer
120 views

SharePoint Global Navigation Tabs Security

Im having different tabs on the global navigation of site and there will be different groups who will be having rights to different tabs of the application. On click of the tab respective contents ...
0
votes
1answer
172 views

Display list/library title in breadcrumb

I have standard publishing site with subsite and list on that subsite. When user enters list, in breadcrumb he sees something like this: [root site title] > [subsite title] but I'd like to show: ...
0
votes
1answer
95 views

Show only sites in quick launch and top navigation menu

Is it possible to show only sites and subsites on the quick launch (left navigation and top navigation menu). By default all the lists and libraries are also being displayed on menus. Note: I am ...
0
votes
1answer
244 views

SiteMapProvider for MySites' breadcrumb

My question is regarding the site map provider. I have a breadcrumb in the mysites and i use SPContentMapProvider to build the breadcrumb, but the problem is it always shows 'Home', so if im on my ...
0
votes
1answer
90 views

View External HTML pages on the main page with static navigation

I am currently using SharePoint 2010. I would like to add links to the main navigation using the site settings->look and feel-> navigation area and have those pages display within the main page of my ...
0
votes
1answer
400 views

Possibility to make multiple term selection in Managed Metadata navigation hierarchy?

I have a library set up with managed metadata navigation. There are several thousand documents in this library. One MM column is "theme", and almost each term has a child-term. Another MM column is ...
0
votes
1answer
161 views

Sharepoint 2010. Cant add navigation item

I'm having an issue with the vanilla sharepoint 2010 navigation. In the root site and some of the sub-sites, I can edit/add/delete navigation items for the left nav with no problem. But for some ...
0
votes
1answer
346 views

Site navigation top link bar: max number of dynamic items not respecting the sort order

I'm using a publishing site. I configured the top navigation link bar to show max 20 dynamic items and set the sort order to Sort automatically by last modified date in descending order. The problem ...
0
votes
1answer
394 views

Duplicate Top Drop Down Menu in SharePoint 2010

My development environment is SharePoint 2010. I am trying to achieve Drop Down enabled Top Navigation menu.Though my site is showing the top menu but the sub menus are not showing up as drill down ...

1 2