0
votes
1answer
41 views

Add Home link to top navigation 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 tried to override ...
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
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 ...
2
votes
3answers
98 views

what is the best way to create a top navigation based on Geographic location of the user

I am trying to create a dynamic top navigation based on the users geographic location. How do can achive it? what is the best solution for that. I was wondring to use custom profile properties, is it ...
0
votes
2answers
203 views

custom top menu navigation in sharepoint

I have a question regarding a top navigation that will look something like this: Home | Staff | IT | Organization With subitems on f.x. IT like this: Manuals Protocols In a dropdown menu like ...
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
640 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 ...
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 ...
1
vote
4answers
373 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 ...
0
votes
2answers
672 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
1answer
2k views

Flyout Top Navigation SharePoint 2010

I am working with SharePoint 2010. My site has publishing feature enabled. I am struggling with top navigation menu. My requirement is a top navigation menu with sub levels up to 4 levels at least and ...
0
votes
2answers
649 views

SP Foundation 2010: Drop down menu in alphabetical order

I did get the drop down menu work with the instructions given to me in HERE and now I have new problem with it: navigation bar is in alphabetical order which I would like to change to predefined. So, ...
1
vote
2answers
2k views

SharePoint Foundation 2010 Top Navigation Bar drop down

I have tried almost everything. I have been reading the blog from this Question, but it does not explain how can I make drop down menus work on multiple top navigation links. Doing changes as the blog ...
0
votes
4answers
581 views

Changes to top bar

Hi guys, I want to remove this Home -> Home thing next to logo throughout the site collection. This should also not appear even navigating to site settings. Secondly, I want to add an image next ...
0
votes
3answers
885 views

Override Top Navigation Hover Effect

I would like to add some JQUERY effects to my top nav when a user hover overs the top link..specifically a delay and slideDown with easing effect. Is there a way to simply override the existing code? ...
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 ...
3
votes
2answers
4k views

Redirect a subsite home link to the root site collection home page

I often get requests to have the link of the home logo on a subsite link to the home page of the root site collection? I can't see any native way of doing this with the SharePoint navigation but ...
1
vote
1answer
403 views

Top Link Bar highlights different page after clicking link inside of page

I have a top link bar with the following items: Home, Front, Back, Network Each link points to a page with a heading of the same name. When I click on "Back" and click a link within the "Back" page, ...
3
votes
2answers
513 views

Page Viewer Webpart Hides the Top Navigation Menu

I have added a page viewer webpart and pointed it to a network share. The top navigation menu now hides behind this webpart. I have tried setting the z-index on the menu container as well as the ...
2
votes
1answer
916 views

how can I add a link in the top nav bar in onet.xml for a custom page?

I a custom site definition, I have two modules : the classic default module to provision the default.aspx a custom mypage to provision a custom mypage.aspx I want to add in the top navigation bar ...
1
vote
2answers
668 views

Show only Subsites as drop down menu

I have a site collection on SP Standard 2010. I want to achieve a menu flyout like so: A B C a b c a2 b2 c2 A, B, C are the parent menu and a,b,c are the submenu very easy.I have made sure ...