I have created a KM Navigation iView which points to a folder in KM. The folder is located under documents->Forms. I have created a Layout set for browsing the document which I want to show:
-Menu Bar
-Breadcrumb
-List
I am using the ReportLayoutController to allow this to occur and everything looks great but there is one problem. When I do this the Breadcrumb starts at documents not Forms. If I switch to the AdminNavigationLayoutController the Breadcrumb is fixed but now it displays the Tree to the left and I don't want that. If I switch to the SimpleLayoutController the Breadcrumb is fixed but the Menu Bar doesn't display at all!
I have created a custom Collection List Renderer and on it have have set Breadcrumb Style = horizontal and Breadcrumb Visibility Style = invisible root but that doesn't change anything. So aside from creating a custom LayoutController (which I assume involves downloading the controller and editing it.) Is there any other way to get that pesky breadcrumb only to show the direct folder and not the root?
Edited by: TA on Mar 26, 2009 7:07 PM
I would settle for having the context menu in the breadcrumb only show the search options but couldn't figure that out either.