Tagged Questions
0
votes
1answer
127 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
239 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 ...
1
vote
1answer
839 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 ...
0
votes
0answers
118 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
0answers
40 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
241 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
137 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
3answers
487 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 ...
1
vote
2answers
533 views
Programmatically reading static links in the navigation
I'm having a SharePoint site where I disabled the "show pages" option in the navigation, and created my navigation using the add static heading/link option. My problem now is that I tried to ...
0
votes
1answer
184 views
How are SharePoint (ASP) SiteMaps updated?
So there are a gazillion of different SiteMap providers in SharePoint:
SPNavigationProvider
SPSiteMapProvider
SPContentMapProvider
SPXmlContentMapProvider
SPXmlAdminContentMapProvider
...
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:
...
