Hi,
By default, the title breadcrumb navigation in SharePoint document libraries only shows 2 levels of navigation. When you go down to a 3rd level, for example, Document Library Home > Folder 1 > Folder 2, the breadcrumb at the top of the page shows Folder 1 > Folder 2.
I would like to add code into a CEWP on the page that changes this behavior to show the full navigation path back to the main document library page, no matter how many folders deep I'm in.
I searched everywhere online, found a few custom solutions, but they create their own breadcrumb from scratch and ignore the one that's there by default and have other odd quirks and issues. I would like to update the breadcrumb already available rather than creating a new one.
The closest thread in this forum I could find was this one: https://social.msdn.microsoft.com/Forums/SECURITY/en-US/ac5808e7-49f2-4251-b7f4-26f16abc788d/sptitlebreadcrumb-show-full-path-except-root-node-without-truncation?forum=sharepointdevelopment.
One of the responses in the thread has a screenshot of the navigation exactly how I'd like it to look, with the Document Library and all folders displayed to the right of it, but I'm not clear about the solution to achieve this. Ideally I would like to deploy the solution in a CEWP, not a master page.
Thanks in advance for your help!