Breadcrumb not showing view name

Hi, I have a Sharepoint list named Employee. Employee has different views - Details and Projects. Now I have included the below code in master page under PlaceholderTitleBreadcrumb.

<asp:ContentPlaceHolder id="PlaceHolderTitleBreadcrumb" runat="server">
<SharePoint:ListSiteMapPath	runat="server"	SiteMapProviders="CurrentNavSiteMapProviderNoEncode"
			RenderCurrentNodeAsLink="false"
			PathSeparator=""
			PathDirection="CurrentToRoot"
			ParentLevelsDisplayed="6" 
			CssClass="s4-breadcrumb"
			NodeStyle-CssClass="ms-sitemapdirectional"
			CurrentNodeStyle-CssClass="s4-breadcrumbCurrentNode"
			RootNodeStyle-CssClass="s4-breadcrumbRootNode"
			NodeImageOffsetX=0
			NodeImageOffsetY=353
			NodeImageWidth=16
			NodeImageHeight=16
		NodeImageUrl="/_layouts/images/fgimg.png"
			RTLNodeImageOffsetX=0
			RTLNodeImageOffsetY=376
			RTLNodeImageWidth=16
			RTLNodeImageHeight=16
	RTLNodeImageUrl="/_layouts/images/fgimg.png"
			HideInteriorRootNodes="true"
			SkipLinkText="" />
			</asp:ContentPlaceHolder>

Under SharePoint:VisualUpgradePreviewStatus,I have put the below code: 

<div id="bCmp">
						<asp:SiteMapPath SiteMapProvider="SPContentMapProvider" id="CMap"  runat="server"/>
			</div>

 Details and Projects are two options available in quicklaunch menu which will direct to the respective page. Its showing the breadcrumb navigation but if you select Details or Projects,the breadcrumb shows Employee. How to show the view name? ie, if user selected the Details,it should show Details in breadcrumb.

Many Thanks

July 12th, 2013 7:02pm

Hi,

I understand that the breadcrumb doesnt show up view name on your site. You can try the default code for the breadcrumb:

<asp:ContentPlaceHolder id="PlaceHolderTitleBreadcrumb" runat="server">

<SharePoint:ListSiteMapPath

runat="server"

SiteMapProviders="SPSiteMapProvider,SPContentMapProvider"

RenderCurrentNodeAsLink="false"

PathSeparator=""

/>

</asp:ContentPlaceHolder>

Thanks,

Entan Ming

Free Windows Admin Tool Kit Click here and download it now
July 15th, 2013 6:29am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics