Sharepoint 2007 breadcrumb includes default.aspx
Are you seeing default.aspx after Pages in your SharePoint breadcrumb navigation?
I found a simple fix for this problem in MOSS, modify the master page.
Open the master page and look for PlaceHolderTitleBreadcrumb
Change SiteMapProvider=" toSPContentMapProvider"
SiteMapProvider="CurrentNavSiteMapProviderNoEncode"
To quote from my reference
When you’re creating a new Page Layout, make sure you override the Title Breadcrumb with something that uses the CurrentNavSiteMapProviderNoEncode provider.
Heather Solomon has written a great post detailing the behaviour of out of the box page layouts breadcrumbs. She has also linked to other resources for how to modify and use the breadcrumb.
Enjoyed this article?
Subscribe to our Free Newsletter and never miss a byte!
- I WANT OPEN WIDOWS LIVE HOTMAIL PLUS PLEASE HELP ME ....
- Unable to uninstall WINDOWS LIVE on my Mac Powerbook. The "...
- You are welcome....
- I could not agree any less. Today I have used Bing for most ...
- I've been using Bing for 2 weeks now and must admit I've lov...
- Brilliant!!! Thanks for the help to create HTML file as sogn...
- Text on a gradient? Where's my code view? Brown?!? I guess I...
- I could not get it to work. I am on a SMB 2003 r2 in portugu...
- Thanks Sebastin for detailed update...
- In Vista, the files are located in 2 locations c:\users\u...




Links (10/12/2008) « Steve Pietrek - Everything SharePoint said,
Wrote on October 13, 2008 @ 10:05 am
[...] SharePoint 2007 breadcrumb includes default.aspx [...]
Johnny said,
Wrote on November 29, 2008 @ 8:56 am
Will you please tell me where are the default.aspx physically located on their sites? Thanks.
Johnny