0
votes
1answer
30 views

Parent terms missing in breadcrumb path

I have a site collection named "Faculty" and a subsite named "General". For "General", I have multiple pages in that subsite. The content of the quick launch navigation for the subsite is based on a ...
0
votes
0answers
19 views

Global Navigation tweaking

Sharepoint 2013 I have a site collection where the subsites inherit their global navigation from the top-level site, but I would like to remove the link to the top-level site from this menu because ...
0
votes
0answers
20 views

Custom secondary navigation control for SP2013 (O365)

I need to implement a list of sub-sites and pages for the current site. OOB controls don't seem to do the trick (unless we missed something), there's taxonomy APIs for querying structure but I ...
0
votes
1answer
84 views

Programmatically building Metadata Navigation with Friendly URLs

I've been looking online at a bunch of MSDN examples of how to programmatically build and then set Metadata Navigation through feature recievers. The sample code MSDN gives you is as follows: ...
1
vote
1answer
177 views

How to get rid of the “Edit links” link in the top navigation (SharePoint 2013)?

I have a top navigation on my home page which holds links to subsites. Only on the top navigation on the home page, it shows a link called "Edit links" at the end of the navigation. Upon clicking it, ...
0
votes
1answer
57 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
103 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 ...
2
votes
2answers
305 views

How to hide recent in the navigation

In SP2013 you have the recent entry in the navigation. Is there an easy way to automatically hide/remove this entry?
0
votes
0answers
174 views

Combine quick-launch menu in main site nav in Sharepoint 2013

I have the following site layout: root subsite 1 document library 1 calendar 1 calendar 2 contacts list subsite 2 documents calendar Currently all the subsites are listed as the top level ...
0
votes
0answers
40 views

create page event receiver

Is it possible to create an event receiver which triggers when you create a page. the reason is, I have used Managed Navigation and when you create a new page it adds a new term on the mageanged ...
0
votes
2answers
362 views

Managed Metadata Navigation Security Trimming

Does the managed metadata navigation offer security trimming? I create a new web and not have anyone have access to it. I would now add a link to that web to the managed metadata navigation. ...
0
votes
0answers
165 views

How do I make the Managed Navigation menu appear the same on all pages

Apologies if this is amazingly obvious somehere... I've implemented a SP2013 Publishing Site and enabled the friendly URLs and Managed Navigation. For what it's worth, I've also used the Starter ...
1
vote
0answers
291 views

SharePoint 2013 managed metadata navigation and custom sort order

I'm trying out the managed navigation in SP 2013 and cannot set the custom sort order. I select "Use custom sort order" and save it but when I reload the page "Use default sort order according to ...
2
votes
2answers
214 views

Managed Metadata Navigation always redirecting to “start.aspx#null”

I'm trying to use Managed Metadata Navigation for cruising around my site. Right now I have a couple of team sites. In the target settings I set the navigation URL to: ...
0
votes
1answer
230 views

Having more control over Metadata Navigation for Pages

In SharePoint 2013 when you create a new page under a publishing page it adds a new Term under the "site navigation" termset of the site collection. What I want to do, is having more control on where ...
0
votes
0answers
69 views

How does the “Recent” Current Nav heading work?

I am in the middle of a SharePoint 2013 intranet project and spotted the "Recent" folder showing up in the left-navigation (Current Nav). I can't seem to find anything on TechNet / MSDN which ...