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
1answer
256 views

Mega menu in OOTB navigation bar

How can i make the style of the OOTB navigation bar like the mega menu style. There are articles on the net, but they use a List as the data source of the menu. But i want the OOTB navigation bar ...
0
votes
0answers
88 views

Removing root site from navigation menu

I am trying to show my site hierarchy on the navigation menu. To hide the root site from menu, in sharepoint designer iam removing the <SharePoint:DelegateControl runat="server" ...
0
votes
2answers
215 views

Building the level (menu) hierarchy by creating sites and subsites deeper

I am working on a portal project that was a custom asp.net wcm/ecm portal and i will develop it in sharepoint from scratch. In that custom portal there is a 5 level menu hierarchy. And only some ...
0
votes
3answers
349 views

How to show quick launch items for Anonymous users?

I have an issue with the quick launch with regards to anonymous users. I have set up my web application and site to allow anonymous read access. All of the libraries, lists, and subsites have this ...
0
votes
1answer
245 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
0answers
73 views

Showing the parent site's welcome page as subsite's welcome page

is it possible to set the welcome page of subsites(child sites) to the welcome page of the root site. so as the users go to the subsites, they will see the default(welcome) page of the root site. ...
0
votes
2answers
213 views

Is this kind of menu possible OOTB?

I wonder if this kind of menu possible in SharePoint 2010 OOTB (Without code). I want this menu showing in all sites and subsites in a site collection. I dont want pages, libraries or anything else ...
0
votes
1answer
275 views

Populate Sharepoint:AspMenu programatically

I wonder if Sharepoint:Aspmenu could be populated programmatically with object model? Thanks
0
votes
1answer
314 views

Custom asp.net menu control for top navigation menu

I will be using a standard asp.net menu control instead of sharepoint menu and sitemapproviders etc. I am developing a user control/webpart containing this menu, i am populating the data(all sites and ...
0
votes
1answer
81 views

Doesn't Publishing Pages get security-trimmed?

I am testing the SharePoint navigation with this setup. Root-Site `All have access` ----SubSite1 `UserA does not have access` --------SubSite1/Pages/default.aspx `inherits permissions from SubSite1` ...
0
votes
1answer
643 views

Top Navigation Bar Drop down not working

OK so I have about 6 links on the top navigtion bar for my SharePoint site and there are subsites under each. Basically the structure is like this: Top Link 1 - Sub Link 1 - Sub Sub Link 1 ...
1
vote
1answer
276 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 ...
0
votes
2answers
631 views

customize Global Navigation (top link bar) without masterpage or publishing feature

I would like to change Global Navigation so that all Site Collections within the Web Application will be visible, without changing or adding new masterpage, and publishing features are not enabled. ...
0
votes
0answers
44 views

Custom navigation Link to other sitecollection

I've got the following architecture: /Sitecollection1/Site1/Subsite1 /Sitecollection2/Site1/Subsite1 Now i want to make a dynamic link in my template where i'm linking from subsite1 (sitecol1) to ...
0
votes
1answer
296 views

First item in Global Navigation is always current site

I am trying change the order of the Global Navigation in SharePoint 2010. I notice that the current site is the fixed even though in Navigation under "Global Navigation", there is nothing. I am trying ...
0
votes
1answer
79 views

Using Globalnavigation twice in Master Page

In my Master Page I want to show the global navigation It wil look like this: -> Header (globalnavigation) -> Breadcrumb -> Content -> Footer (globalnavigation) I want to reuse the ...
0
votes
2answers
1k views

Hide “My Site” Top Link Bar Item in MySite

In SharePoint 2010, the top-left link is "My Site". How can I hide or customize this link to allow me to put in my own link in the very top-left? I know I can use Personalization Site Links to add an ...
0
votes
0answers
81 views

Quicklaunch navigation ghost items

An old issue has popped up again regarding old navigation items in the quicklaunch which appears out of nowhere. The navigation items no longer exist in the Navigation manager, but sometimes they ...
1
vote
1answer
2k views

Left navigation bar customization based on user permissions

Hi I have to change my left navigation based on specific user permission. is that possible without change in masterpage . I know jquery is one solution but any other way through we change left ...
0
votes
0answers
602 views

An unexpected error occured while manipulating the navigational structure of this Web

have any of you had this problem? Error when trying to manipulate/hide unhide items in the global navigation: An unexpected error occured while manipulating the navigational structure of this ...
1
vote
0answers
226 views

Custom SiteMapProvider in Sandbox Solution

I'm creating a custom "mega menu" web part to replace the default SharePoint global navigation menu. This web part will be deployed to SharePoint Online (i.e. Office 365) so has to be a sandbox ...
1
vote
3answers
2k views

2010 Global Navigation not showing pages

I have a new SharePoint 2010 site and have the Global Navigation on my publishing site set to show subsites and show pages. The subsites show on the navigation menu on top, but the pages I create do ...
1
vote
1answer
850 views

c# iterating SPWeb.Navigation.GlobalNodes

When I try to iterate through the GlobalNodes collection using c# it is always empty unless I the site and manipulate the navigation settings manually. Can anyone tell me why this is and/or give an ...
1
vote
1answer
880 views

Display a list of subsites?

Is it possible to display a clickable, self-updating list of subsites on the top-level site? Also, is it possible to further sort the list according to the subsite category? if it is, how can you ...
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 ...
0
votes
1answer
280 views

how to enable subsite navigation on the parent site

I create a Site called Ferrari. I created one new site in that. I think generally when we create any new site under parent site, the child site must be appear as second tab for the parent site. But it ...
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
0answers
120 views

Deriving from Microsoft.SharePoint.WebControls.Menu and overriding

I want to extend the control AspMenu of sharepoint 2010 but as the classe is sealed I cannot derive from it. The AspMenu derives from Microsoft.SharePoint.WebControls.Menu, my question is can I derive ...
1
vote
4answers
377 views

How to make top links unclickable?

Is there any way I can make the top links on the nav bar inactive? Basically I have created sites under the root such as Company Info HR Team 1 Team 2.... and under each of those there are sub ...
1
vote
1answer
80 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 ...
0
votes
3answers
2k views

Getting global Navigation working using onet.xml

Im trying to create a site definition using onet.xml in sharepoint 2010. So far things are going well however I am now having a problem getting the subsite to inherit the global navigation from its ...
0
votes
0answers
401 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
183 views

Edit Navigation Order in Sharepoint Designer?

If I wanted to sort some of the navigation items through the browser I go to Site Setting>Navigation>Navigation Editing and Sorting. This gets annoying, however, if I have more than a few items. Is ...
0
votes
1answer
243 views

Switching Ribbon and Navigation Bar Location, MySites

I'm trying to get the Top Navigation Bar (My Site, My Content, My Profile...) to go below the Top Ribbon. Basically I want the top area of MySites to look just like a regular site collection. Any idea ...
0
votes
2answers
675 views

2010 Team Site with Publishing enabled: navigation issues

We're using SharePoint 2010 Standard and have a scenario in which there is a Team Site with Publishing Features enabled. We have a custom Masterpage (a slightly modified version of v4.master - with ...
1
vote
0answers
49 views

SiteMap Breadcrumb Navigation for Parentweb

I am able to get URL of parent web using this code Request.UrlReferrer.ToString()Request.UrlReferrer.ToString() but I am not sure how can I get site Map navigation of parent web so that I can add ...
0
votes
2answers
223 views

Welcome Page change according to user is it possible in SP2010?

I'm using Sharepoint 2010 its a publishing site and i have different pages in the Pages folder(Which is a default one). Its a simple query i have 3 different type of users. What i want is to get a ...
1
vote
0answers
41 views

How would we know, what kind of breadcrumb we are using in our portal

I am bit confused with Navigation in SharePoint, I looked at web.config and then site map, which is enabled and have several tags of " If we have a default NavigationProvider and a Custom ...
0
votes
1answer
242 views

Creating Custom Site Navigation for SharePoint 2007

I want to create Custom Site Navigation "Breadcrumb navigation" which will show where a user came from, ATM I am using default Navigation that shows where this specific web is located in the site ...
2
votes
1answer
139 views

Breadcrumbs Navigation Requirement Changed

Scenario I have 20's of site in a single site collection we can say "portal A", Now I have list of site collections, let me explain it using a tree Now we are creating breadcrumb navigation using ...
2
votes
2answers
329 views

Adding a hidden page with site definition

I want to add a page to my site definition which is hidden ie. doesn't appear in the navigation, by default. The page is provisioned in the onet.xml file as follows; <File Url="SomePage.aspx" ...
2
votes
2answers
632 views

Unable to Browse Global Navigation or use Manage Site Content and Structure

Have a customer site which has gone through a migration, I noticed post migration its not possible to Browser Global Navigation or use the Manage Site Content and Structure. I've got a dump of the ...
2
votes
1answer
135 views

Navigation breadcrumb visibility for visitors

I have a website which contains mostly normal webpages, which are stored in the Shared Documents section. The visitors are only able to read these pages. But when you see the breadcrumb in the above, ...
2
votes
3answers
490 views

Can not update Navigation programatically

I have following code var subWeb = newWeb.Webs.Add(subsite.Url, subsite.Title, subsite.Title, 1033, PublishTemplate, false, false); subWeb.AllowUnsafeUpdates = true; subWeb.Update(); PublishingWeb ...
0
votes
1answer
163 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 ...
3
votes
1answer
1k views

How to change global navigation SP Foundation

I would like to ask, how I can to change default page or change global navigation in SP Foundation. I have first web collection "Home" then I have second web colletion "MY PAGE" and my second web ...
0
votes
0answers
122 views

How to change default page or change global navigation SP Fundation

I would like to ask you, how I can to change default page or change global navigation in SP Fundation. I have first web colletion "Home" then I have second web colletion "MY PAGE" and my second web ...
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
2answers
59 views

Non Linkable Navigation Headers

In SharePoint 2007, can first level headers in the navigation pane be non linkable? I don't want users to click on the headers and see the back-end.

1 2 3 4 5 7