Hi All,
I need to customise the title property for SiteMapNodes.
I am using WSS, and have created a custom document library. While navigating through this library I want to change the names of the nodes in the breadcrumb displayed above the list name.
So far I have:
- created a class inheriting from System.Web.SiteMapProvider,
- added my class to the web.config,
- changed the sharepoint default.master page sitemappath (in PlaceHolderTitleBreadcrumb) to point to my new site map provider.
I then overwrote the CurrentNode property to edit the CurrentNode.title with the desired name.
My problem is all the previous nodes (parent nodes) revert back to their original names. How do I edit the breadcrumb so that all the nodes navigated through keep their new title?
Any advice or direction would be appreciated.