"Navigate Up" issues in sharepoint 2010 -
if on page
http://mysite.com/first/second/third/wiki/pages/home.aspx
and click navigate button can see following hierarchy (whis correct):
home - first - second - third - wiki
but if navigate 1 step
http://mysite.com/first/second/third/sitepages/home.aspx
and click navigate button again first subsite not showing up.
home - second - third - home
i set navigation settings identical on both sites still same issue/error.
how can fix this?
cheers
a few things can try....
in masterpage / page layout, find sitemappath control. has property called parentlevelsdisplayed. if set -1 (the default) should show parent sites in breadcrumb. also, make sure sitemapprovider same both controls on both pages.
in /second subsite, check whether or not global navigation set inherit parent. setting affect how breadcrumb displayed, more on [here].
third (and applies publishing sites), open page layout home.aspx page referencing. search placeholdertitlebreadcrumb. lots of ootb layouts override placeholder , construct own breadcrumb. there great list [here] of layouts , individual breadcrumb settings.
hopefully helps!
Comments
Post a Comment