The welcome menu refers to the dropdown button with your name on it in SP2010.
I notice that mine happens to have duplicate items for My Sites and My Profile.
Any idea where I should begin looking? I am totally stumped here.
|
The welcome menu refers to the dropdown button with your name on it in SP2010. I notice that mine happens to have duplicate items for My Sites and My Profile. Any idea where I should begin looking? I am totally stumped here. |
|||||||||||
|
|
I am having the same issue but on both the custom master page and the unmodified v4.master inspecting with firebug reveals SP.UI.MyLinksRibbon.js being loaded dynamically multilple times.
I will open my own question, but I thought this might help your search as well |
|||
|
|
I've seen this before when I've had an iframe that incorrectly loads another SharePoint page, within a SharePoint page. This causes automatic population of certain things into the DOM (such as the Welcome Menu elements) multiple times. The reason this issue came around was because the iframe was loading it's own SharePoint artefacts, certain javascript routines were running multiple times in terms of the overall Document DOM element. Ensure you have no SharePoint javascript that is running multiple times. Open the page in Developer Tools, and do a search and make sure things like SP.core.js aren't being explicitly loaded multiple times. |
|||
|
|
Since it does not exist on the search results page, that's a good indicator that it's an issue with your master page. Search centers use the minimal master page, not the standard one. If you added the ribbon to the master page in SPD, then I'd expect that to be a big part of your issues. I typically don't like doing those types of changes, typically 2007 look and feel should be applied to a 2010 master page vs. applying 2010 functionality to the 2007 master page. |
|||
|
|