Tagged Questions
1
vote
0answers
13 views
Custom navigation provider - trouble with the masterpage
I'm trying to write a custom navigation provider. Later it should be able to distinguish between two different web templates so that sites with one template are only shown in the current navigation on ...
0
votes
2answers
204 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 ...
2
votes
0answers
146 views
PortalSiteMapProvider.GlobalNavSiteMapProvider get parent nodes when “display the same navigation items as the parent site” is set
We are trying to build a Custom Navigation Web Control to handle our Global Navigation.
The below code works fine until the subsites have "Display the same navigation items as the parent site" set. ...
0
votes
3answers
889 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? ...
1
vote
3answers
3k views
Custom Navigation in SharePoint 2010
I am working with SharePoint 2010. I am looking for creating a custom menu that could be placed on Master page of my site collection. Could you please give me a start on this. I don't want to use ...
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 ...
4
votes
1answer
866 views
Programmatically add menus to SPWeb.Navigation.QuickLaunch does not work
I'm trying to add some menus to the "Quick Launch" navigation and it does not work. I'm using the following code:
var ql = myWeb.Navigation.QuickLaunch;
SPNavigationNode m1 = new ...
0
votes
1answer
564 views
Customizing SharePoint AspMenu control
I'm currently working on a project in which the navigation needs to have some special touches in order to fulfill the clients wishes.
Instead of the casual SharePoint topnavigation dropdown I want to ...
