Breadcrumbs shows duplicate root (v1.7)
Posted: Wed Apr 07, 2010 6:27 am
I am running the latest CMSMS v1.7 on PHP v5+ / Apache v2.2.
Problem
When adding children pages of the root (most likely home) the front end breadcrumbs would show the home twice.
e.g. home > home > homechildpage
instead of:
e.g. home > homechildpage
By using: {breadcrumbs root='Home' delimiter=' > '}
"home" is set as the default page.
How should it be?
Clearly like this:
e.g. home > homechildpage
All other pages work perfect and actually show this:
home > otherparentpage > childpage
So I guess in the function home should be ignored if in its own category, or is there a setting to ignore this already?
Thanks in advance!
PS.
You can reproduce it here:
Example: http://www.opensourcecms.com/demo/1/10/CMS_Made_Simple
Problem
When adding children pages of the root (most likely home) the front end breadcrumbs would show the home twice.
e.g. home > home > homechildpage
instead of:
e.g. home > homechildpage
By using: {breadcrumbs root='Home' delimiter=' > '}
"home" is set as the default page.
How should it be?
Clearly like this:
e.g. home > homechildpage
All other pages work perfect and actually show this:
home > otherparentpage > childpage
So I guess in the function home should be ignored if in its own category, or is there a setting to ignore this already?
Thanks in advance!
PS.
You can reproduce it here:
Example: http://www.opensourcecms.com/demo/1/10/CMS_Made_Simple