<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: My Breadcrumbs have &#8220;&gt; Pages &gt; default.aspx&#8221; in them</title>
	<atom:link href="http://www.novolocus.com/2008/05/07/my-breadcrumbs-have-pages-default-aspx-in-them/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.novolocus.com/2008/05/07/my-breadcrumbs-have-pages-default-aspx-in-them/</link>
	<description>Whatever I'm working on, really...</description>
	<lastBuildDate>Fri,  5 Mar 2010 23:09:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andy</title>
		<link>http://www.novolocus.com/2008/05/07/my-breadcrumbs-have-pages-default-aspx-in-them/comment-page-1/#comment-5111</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 03 Apr 2009 08:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=533#comment-5111</guid>
		<description>Um, I&#039;m pretty sure that the Breadcrumb is the name of the owner of the mysite! I think each user&#039;s mysite is a separate Site Collection. Hence, the site collection admin is the user&#039;s name which is the name of the site collection, and so is in the breadcrumb.

Have you tried logging into a mysite as a different user?</description>
		<content:encoded><![CDATA[<p>Um, I&#8217;m pretty sure that the Breadcrumb is the name of the owner of the mysite! I think each user&#8217;s mysite is a separate Site Collection. Hence, the site collection admin is the user&#8217;s name which is the name of the site collection, and so is in the breadcrumb.</p>
<p>Have you tried logging into a mysite as a different user?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bhargavi</title>
		<link>http://www.novolocus.com/2008/05/07/my-breadcrumbs-have-pages-default-aspx-in-them/comment-page-1/#comment-5109</link>
		<dc:creator>bhargavi</dc:creator>
		<pubDate>Thu, 02 Apr 2009 09:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=533#comment-5109</guid>
		<description>Hi Andy, thanks for a valuable post.

I have a requirement to change the user name in the breadcrumb for MySite.
Generally the bread crumb displays the site collection admin name, is it possible to change?

hope u can help

-Bhargavi</description>
		<content:encoded><![CDATA[<p>Hi Andy, thanks for a valuable post.</p>
<p>I have a requirement to change the user name in the breadcrumb for MySite.<br />
Generally the bread crumb displays the site collection admin name, is it possible to change?</p>
<p>hope u can help</p>
<p>-Bhargavi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.novolocus.com/2008/05/07/my-breadcrumbs-have-pages-default-aspx-in-them/comment-page-1/#comment-5075</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 25 Mar 2009 09:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=533#comment-5075</guid>
		<description>SPCurrentNavMapProviderNoEncode already does that - except for the home page of a site, where it doesn&#039;t show the &#039;&gt; MyPage&#039; bit

If MyPage is not the site&#039;s home, it&#039;ll do what you want. I imagine you can see why - otherwise the site&#039;s home page looks like it is a page within the site (from a navigational standpoint - clearly, it really is just another page within a site!)

To prove it, create another page (MyPage2) . Go to it, note the breadcrumb.
Now set MyPage2 as the site home page. Now go to MyPage - note the breadcrumb. 
And now go MyPage2 - note that the breadcrumb has changed.

Hope that helps?</description>
		<content:encoded><![CDATA[<p>SPCurrentNavMapProviderNoEncode already does that &#8211; except for the home page of a site, where it doesn&#8217;t show the &#8216;> MyPage&#8217; bit</p>
<p>If MyPage is not the site&#8217;s home, it&#8217;ll do what you want. I imagine you can see why &#8211; otherwise the site&#8217;s home page looks like it is a page within the site (from a navigational standpoint &#8211; clearly, it really is just another page within a site!)</p>
<p>To prove it, create another page (MyPage2) . Go to it, note the breadcrumb.<br />
Now set MyPage2 as the site home page. Now go to MyPage &#8211; note the breadcrumb.<br />
And now go MyPage2 &#8211; note that the breadcrumb has changed.</p>
<p>Hope that helps?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.novolocus.com/2008/05/07/my-breadcrumbs-have-pages-default-aspx-in-them/comment-page-1/#comment-5074</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 24 Mar 2009 22:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=533#comment-5074</guid>
		<description>Andy,
It seems to me that there are 2 main options for default rendering of breadcrumbs at the page level:

1) Use the SPContentMapProvider. Example: Company &gt; Pages &gt; MyPage.

2) Use the SPCurrentNavMapProviderNoEncode. Example: Company.

What I&#039;d like to see is a hybrid of the two. For example, I&#039;d like to see the breadcrumb as Company &gt; Mypage.

Is that possible from a default provider or do I need to roll my own?
Thanks,
Mike</description>
		<content:encoded><![CDATA[<p>Andy,<br />
It seems to me that there are 2 main options for default rendering of breadcrumbs at the page level:</p>
<p>1) Use the SPContentMapProvider. Example: Company &gt; Pages &gt; MyPage.</p>
<p>2) Use the SPCurrentNavMapProviderNoEncode. Example: Company.</p>
<p>What I&#8217;d like to see is a hybrid of the two. For example, I&#8217;d like to see the breadcrumb as Company &gt; Mypage.</p>
<p>Is that possible from a default provider or do I need to roll my own?<br />
Thanks,<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.novolocus.com/2008/05/07/my-breadcrumbs-have-pages-default-aspx-in-them/comment-page-1/#comment-4931</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 28 Jan 2009 17:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=533#comment-4931</guid>
		<description>Yup, that&#039;s possible. It does mean editing the code in your page. If you look at the ASP:SiteMapPath control, you&#039;ll notice it has an attribute &#039;RenderCurrentNodeAsLink&#039;. Set that to &#039;true&#039;.

Now, the complicated bit is, where do you have to do that?

Well, the first place is in your master page, if you&#039;re wanting this behaviour for non-publishing pages.

The second is, if you are using publishing pages, all of the page layouts which supply their own breadcrumb. For example, the DefaultLayout.aspx page does this - the breadcrumb from the master page is blanked out, and then a new breadcrumb is defined in the page layout itself.

I&#039;ll leave you to  find all the locations you have to do that - but it should work!</description>
		<content:encoded><![CDATA[<p>Yup, that&#8217;s possible. It does mean editing the code in your page. If you look at the ASP:SiteMapPath control, you&#8217;ll notice it has an attribute &#8216;RenderCurrentNodeAsLink&#8217;. Set that to &#8216;true&#8217;.</p>
<p>Now, the complicated bit is, where do you have to do that?</p>
<p>Well, the first place is in your master page, if you&#8217;re wanting this behaviour for non-publishing pages.</p>
<p>The second is, if you are using publishing pages, all of the page layouts which supply their own breadcrumb. For example, the DefaultLayout.aspx page does this &#8211; the breadcrumb from the master page is blanked out, and then a new breadcrumb is defined in the page layout itself.</p>
<p>I&#8217;ll leave you to  find all the locations you have to do that &#8211; but it should work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Gallagher</title>
		<link>http://www.novolocus.com/2008/05/07/my-breadcrumbs-have-pages-default-aspx-in-them/comment-page-1/#comment-4930</link>
		<dc:creator>Mike Gallagher</dc:creator>
		<pubDate>Wed, 28 Jan 2009 17:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=533#comment-4930</guid>
		<description>Hi Andy,
Great article!

Is there a way to show the Top Level site as a link?

I want to hardcode in a Home link, and have the current site appear in the navigation after this. Like this:

	&lt;a href=&quot;http://intranet&quot; rel=&quot;nofollow&quot;&gt;Home &gt; &lt;/a&gt; 
			 &#160;
		 

The problem with this is that when I&#039;m in the current site, nothing appears until i move to a lower level - doc library, or sub-site. 

The control seems to be hiding the top-level site. Is there a way to turn this back on?

Thanks!

Mike</description>
		<content:encoded><![CDATA[<p>Hi Andy,<br />
Great article!</p>
<p>Is there a way to show the Top Level site as a link?</p>
<p>I want to hardcode in a Home link, and have the current site appear in the navigation after this. Like this:</p>
<p>	<a href="http://intranet" rel="nofollow">Home &gt; </a><br />
			 &nbsp;</p>
<p>The problem with this is that when I&#8217;m in the current site, nothing appears until i move to a lower level &#8211; doc library, or sub-site. </p>
<p>The control seems to be hiding the top-level site. Is there a way to turn this back on?</p>
<p>Thanks!</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.novolocus.com/2008/05/07/my-breadcrumbs-have-pages-default-aspx-in-them/comment-page-1/#comment-3112</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 23 Oct 2008 13:38:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=533#comment-3112</guid>
		<description>Hi Divyesh,

Yup, there are options on this - please see:

http://www.novolocus.com/2008/06/11/limiting-the-levels-shown-in-sharepoint-breadcrumbs/

Hope that helps!</description>
		<content:encoded><![CDATA[<p>Hi Divyesh,</p>
<p>Yup, there are options on this &#8211; please see:</p>
<p><a href="http://www.novolocus.com/2008/06/11/limiting-the-levels-shown-in-sharepoint-breadcrumbs/" rel="nofollow">http://www.novolocus.com/2008/06/11/limiting-the-levels-shown-in-sharepoint-breadcrumbs/</a></p>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Divyesh</title>
		<link>http://www.novolocus.com/2008/05/07/my-breadcrumbs-have-pages-default-aspx-in-them/comment-page-1/#comment-3106</link>
		<dc:creator>Divyesh</dc:creator>
		<pubDate>Thu, 23 Oct 2008 02:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=533#comment-3106</guid>
		<description>Hi Andy,

i have one question for you regarding the breadcrumb,i am new to sharepoint and would like to learn more from you.i have one root site and subsite on top navigation.i do have access on subsite.i dont have access on root site,but once i click on subsite.i got the breadCrumb such as &quot;Home-&gt;HR&quot;

so is there any way to remove &quot;Home&quot; from Breadcrumb?

i will bevery thankfl to you if you solve my doubt.

Thank You
Divyesh Jadeja</description>
		<content:encoded><![CDATA[<p>Hi Andy,</p>
<p>i have one question for you regarding the breadcrumb,i am new to sharepoint and would like to learn more from you.i have one root site and subsite on top navigation.i do have access on subsite.i dont have access on root site,but once i click on subsite.i got the breadCrumb such as &#8220;Home-&gt;HR&#8221;</p>
<p>so is there any way to remove &#8220;Home&#8221; from Breadcrumb?</p>
<p>i will bevery thankfl to you if you solve my doubt.</p>
<p>Thank You<br />
Divyesh Jadeja</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharepoint 2007 breadcrumb includes default.aspx &#124; Alpesh Nakar Blogs on SharePoint, Microsoft and that's IT</title>
		<link>http://www.novolocus.com/2008/05/07/my-breadcrumbs-have-pages-default-aspx-in-them/comment-page-1/#comment-3050</link>
		<dc:creator>Sharepoint 2007 breadcrumb includes default.aspx &#124; Alpesh Nakar Blogs on SharePoint, Microsoft and that's IT</dc:creator>
		<pubDate>Sun, 12 Oct 2008 19:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=533#comment-3050</guid>
		<description>[...] quote from my reference When you’re creating a new Page Layout, make sure you override the Title Breadcrumb with [...]</description>
		<content:encoded><![CDATA[<p>[...] quote from my reference When you’re creating a new Page Layout, make sure you override the Title Breadcrumb with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: novolocus.com &#187; Breadcrumb Path Separator and Path Direction</title>
		<link>http://www.novolocus.com/2008/05/07/my-breadcrumbs-have-pages-default-aspx-in-them/comment-page-1/#comment-1646</link>
		<dc:creator>novolocus.com &#187; Breadcrumb Path Separator and Path Direction</dc:creator>
		<pubDate>Fri, 16 May 2008 07:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=533#comment-1646</guid>
		<description>[...] of these are really ASP.NET settings rather than most specific. Previously I&#8217;ve mentioned using different SiteMapProviders and rendering the current location as a link. Let&#8217;s have a look at another couple of [...]</description>
		<content:encoded><![CDATA[<p>[...] of these are really ASP.NET settings rather than most specific. Previously I&#8217;ve mentioned using different SiteMapProviders and rendering the current location as a link. Let&#8217;s have a look at another couple of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.novolocus.com/2008/05/07/my-breadcrumbs-have-pages-default-aspx-in-them/comment-page-1/#comment-1577</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 08 May 2008 09:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=533#comment-1577</guid>
		<description>Hi Sumit,

No problem, it&#039;s nice to help out.

Well, there are a couple of options for your top level site breadcrumbs, but first - do you _really_ want to do that?

I&#039;ll assume your top level site has the publishing features enabled (if not, the &quot;Pages &gt; default.aspx&quot; thing wouldn&#039;t have been a problem!)  That site has a Pages Library called &#039;Pages&#039;, and a Page in it with the file name default.aspx then.

As you&#039;ve noticed, if you go to your top level site, you get shown the pages/default.aspx page, and this has a single link back to your top level site on it, which you don&#039;t really want. If you click on that link, it takes you &#039;back&#039; to the page that you&#039;re already at.

However, the Pages Library of your top level site could have other Pages in it, and it does make sense for these to have a breadcrumb link to the pages/default.aspx page. Yes, you could get there through the top navigation bar, but this isn&#039;t as intuitive.

If you&#039;re happy with the information that you&#039;re at the Home page, but you don&#039;t want the &#039;Home&#039; title rendered as a link, you might want to consider your settings on the breadcrumb control for the RenderCurrentLink option. See: http://www.novolocus.com/2008/05/08/breadcrumbs-rendering-the-current-link/

If you really don&#039;t want that text &#039;Home&#039; at all, and it really bugs you, though, there are some options.

The &#039;proper&#039; way of dealing with this would be to write a new SiteMapProvider, install it, add it to your web.config and then use it in your pages. You would have to start from scratch, I suspect - there doesn&#039;t seem to be a CurrentNavSiteMapProviderNoEncode class to subclass (it seems to be part of the PortalSiteMapProvider Class )

(At least, that should be possible - I&#039;ve never tried, but it looks right)

There is an interesting article from Rich Finn which might be useful:
http://blog.richfinn.net/2007/08/14/CustomCMOSSNavigationUsingPortalSiteMapProvider.aspx

Also Shantha Kumar has a list of the Nav providers used in SharePoint, which is pretty interesting.
http://ktskumar.wordpress.com/2008/04/14/sharepoint-navigation-providers-part-1/

Alternatively, the hack approach would be to use some Javascript to get the onetidPageTitleAreaTable, then find the breadcrumb within, then examine how many links there are, and decide whether to set the visibility of the breadcrumb to hidden. But that really does sound like a hack.</description>
		<content:encoded><![CDATA[<p>Hi Sumit,</p>
<p>No problem, it&#8217;s nice to help out.</p>
<p>Well, there are a couple of options for your top level site breadcrumbs, but first &#8211; do you _really_ want to do that?</p>
<p>I&#8217;ll assume your top level site has the publishing features enabled (if not, the &#8220;Pages > default.aspx&#8221; thing wouldn&#8217;t have been a problem!)  That site has a Pages Library called &#8216;Pages&#8217;, and a Page in it with the file name default.aspx then.</p>
<p>As you&#8217;ve noticed, if you go to your top level site, you get shown the pages/default.aspx page, and this has a single link back to your top level site on it, which you don&#8217;t really want. If you click on that link, it takes you &#8216;back&#8217; to the page that you&#8217;re already at.</p>
<p>However, the Pages Library of your top level site could have other Pages in it, and it does make sense for these to have a breadcrumb link to the pages/default.aspx page. Yes, you could get there through the top navigation bar, but this isn&#8217;t as intuitive.</p>
<p>If you&#8217;re happy with the information that you&#8217;re at the Home page, but you don&#8217;t want the &#8216;Home&#8217; title rendered as a link, you might want to consider your settings on the breadcrumb control for the RenderCurrentLink option. See: <a href="http://www.novolocus.com/2008/05/08/breadcrumbs-rendering-the-current-link/" rel="nofollow">http://www.novolocus.com/2008/05/08/breadcrumbs-rendering-the-current-link/</a></p>
<p>If you really don&#8217;t want that text &#8216;Home&#8217; at all, and it really bugs you, though, there are some options.</p>
<p>The &#8216;proper&#8217; way of dealing with this would be to write a new SiteMapProvider, install it, add it to your web.config and then use it in your pages. You would have to start from scratch, I suspect &#8211; there doesn&#8217;t seem to be a CurrentNavSiteMapProviderNoEncode class to subclass (it seems to be part of the PortalSiteMapProvider Class )</p>
<p>(At least, that should be possible &#8211; I&#8217;ve never tried, but it looks right)</p>
<p>There is an interesting article from Rich Finn which might be useful:<br />
<a href="http://blog.richfinn.net/2007/08/14/CustomCMOSSNavigationUsingPortalSiteMapProvider.aspx" rel="nofollow">http://blog.richfinn.net/2007/08/14/CustomCMOSSNavigationUsingPortalSiteMapProvider.aspx</a></p>
<p>Also Shantha Kumar has a list of the Nav providers used in SharePoint, which is pretty interesting.<br />
<a href="http://ktskumar.wordpress.com/2008/04/14/sharepoint-navigation-providers-part-1/" rel="nofollow">http://ktskumar.wordpress.com/2008/04/14/sharepoint-navigation-providers-part-1/</a></p>
<p>Alternatively, the hack approach would be to use some Javascript to get the onetidPageTitleAreaTable, then find the breadcrumb within, then examine how many links there are, and decide whether to set the visibility of the breadcrumb to hidden. But that really does sound like a hack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: novolocus.com &#187; Breadcrumbs - Rendering the current link</title>
		<link>http://www.novolocus.com/2008/05/07/my-breadcrumbs-have-pages-default-aspx-in-them/comment-page-1/#comment-1576</link>
		<dc:creator>novolocus.com &#187; Breadcrumbs - Rendering the current link</dc:creator>
		<pubDate>Thu, 08 May 2008 09:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=533#comment-1576</guid>
		<description>[...] So one of yesterdays posts brought up a question about rendering the link to the current site. This sort of set me investigating. [...]</description>
		<content:encoded><![CDATA[<p>[...] So one of yesterdays posts brought up a question about rendering the link to the current site. This sort of set me investigating. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumit</title>
		<link>http://www.novolocus.com/2008/05/07/my-breadcrumbs-have-pages-default-aspx-in-them/comment-page-1/#comment-1574</link>
		<dc:creator>Sumit</dc:creator>
		<pubDate>Thu, 08 May 2008 02:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=533#comment-1574</guid>
		<description>Hi Andy,

Thanks for the article. It almost solved my problem and saved lot of time.  Thanks for the efforts you have put in.

I&#039;m facing another problem with this now. At site collection level it just displays &quot;Home&quot; at all the times on all the publishing pages. It works fine for subsite. e.g for Products site it displays it like this &quot;Home &gt; Products &gt; Intro&quot; which is absolutely right. But the problem is first level site (i.e. site collection level) where it just displays &quot;Home&quot; for all the pages.

I&#039;ll appreciate any help on this.

Thanks,
Sumit</description>
		<content:encoded><![CDATA[<p>Hi Andy,</p>
<p>Thanks for the article. It almost solved my problem and saved lot of time.  Thanks for the efforts you have put in.</p>
<p>I&#8217;m facing another problem with this now. At site collection level it just displays &#8220;Home&#8221; at all the times on all the publishing pages. It works fine for subsite. e.g for Products site it displays it like this &#8220;Home &gt; Products &gt; Intro&#8221; which is absolutely right. But the problem is first level site (i.e. site collection level) where it just displays &#8220;Home&#8221; for all the pages.</p>
<p>I&#8217;ll appreciate any help on this.</p>
<p>Thanks,<br />
Sumit</p>
]]></content:encoded>
	</item>
</channel>
</rss>
