i wondering if there way set item "navigational starting" point far left-hand nav concerned.
http://internal.simmons.edu/students/slis
on page, there section our school of library , information science , subitems fall within it. can see in nav, slis section subsection main "students" section.
without moving slis item in tree, there way tell sitecore set page/item navigation starting point? basically, i'd left-nav have "students" nav header replaced "simmons library , information science" , nav slis navigation.
is there built-in setting allows (again without moving in tree or changing url)?
thanks!
-mike
there no "built-in" functionality end website in sitecore. see on website either custom code, installed module, or development accelerator. such, can achieve desired goals making changes definition or logic of sublayout renders navigation.
likely, need find ascx code behind (or xsl rendering, or cshtml rendering) handles navigation output , make necessary code changes alter considers 'root' of tree.
depending on requirements, may need consider changing sublayout driven datasource, , not current page. allow authors change on given page 'root' of menu. recommended if want have different root behaviour in different pages, since cannot write single algorithm in code work everywhere. in scenario, change code load datasource item , use root instead of current item using.
Comments
Post a Comment