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.
- Yeah I was wondering how to sign up for the Windows Live Hot...
- Hello, I already have the image embedded into the html si...
- make sure you do all line breaks with shift + enter and b...
- after creating a sig with the logo you want, you can open MS...
- What if there is not signature folder, I'm doing this remote...
- Can anyone tell me what to do I need to send attachments tha...
- Hi Bryan Yes this is possible, pls check this blog link ...
- Hi, I'm not able to view flashy images on my incoming/outgo...
- ok tahts great- how can I pay and get this windows live hotm...
- Just what I needed. Thanks!...



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