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.
- I am sure it can be done! :) I am a no code guy ;)...
- Can this be done with code?; For example when the webpart is...
- Fab 40 for MOSS 2010 are now available http://microsofttec...
- i was try to remove site with "Remove-SPSite http://....." ...
- I am unable to do this in Outlook2007 :( .. I have tried eve...
- Hi, I need to ask something that regard the lookup field for...
- how do I download windows live hotmail plus to gain more MB'...
- What I did was to extend the webapplication to port 80 inste...
- I have a question... If i extend the web application to the ...
- in part 11 when i submit the info i get the error "The va...








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