On some of our pages the breadcrumb lists a site twice in a row. the first one is a link, the second is not. The pages have different payout pages. Has anyone seen this, or know how to fix it?
|
|
This occurs when you also deploy a custom built breadcrumb and don't deactivate the out of the box SharePoint breadcrumb. Try adding the following line of code in your custom layout to deactivate the SharePoint:
This line should be in all your custom layouts that will display your custom bradcrumb and not the one SharePoint provides. Hope it helps. |
|||
|
|
|
I guess that page should be a customized page, please open the page (custom page/master page) in a SharePoint designer and see if the breadcrumb code exists twice. |
|||
|
|
There is a global breadcrumb that is used at a site collection level for linking them together and then there is a local breadcrumb for navigating your subsite structures. On the masterpage you should be able to see both of these. I am not sure if this is your problem, but it might be something to look at. |
|||
|
|
|
Try looking at this... http://www.sharepointalism.com/index.php?id=5 If the picture looks like what you are experiencing there is a fix contained in the post. Good luck |
||||
|
|
