CMSMS 1.6.4
Apache 2.2.11 on Linux
PHP 5.2.9
MySQL 4.1.22
I want to add new pages as children of my home page. When I do this, the breadcrumbs show the Home Page link twice like this...
You are here: Home Page >> Home Page >> Child of Home Page
I have tried this with various templates with same results. I feel I am missing something obvious but searches have not turned up a solution to this.
Thanks for any help.
---------------------------------------
BTW - This site is in development. The base url still shows the old index.html page. If you want to see the CMSMS home page you need to add /index.php
[solved] Breadcrumbs show Home link twice with child of Home pages
[solved] Breadcrumbs show Home link twice with child of Home pages
Last edited by DCX on Fri Sep 04, 2009 7:27 am, edited 1 time in total.
Re: Breadcrumbs show Home link twice with child of Home pages
Hi,
I tried it out by deleting the text "root='Home' " in the breadcrum part of the template i'm using . It works.
Underneath the breadcrum part as used in my template
{* Start Breadcrumbs, a bit of letting you know where your at *}
{breadcrumbs starttext='U bent hier' root='home' delimiter='»'}
{* End Breadcrumbs *}
I tried it out by deleting the text "root='Home' " in the breadcrum part of the template i'm using . It works.
Underneath the breadcrum part as used in my template
{* Start Breadcrumbs, a bit of letting you know where your at *}
{breadcrumbs starttext='U bent hier' root='home' delimiter='»'}
{* End Breadcrumbs *}
Last edited by peterbus on Fri Sep 04, 2009 7:30 am, edited 1 time in total.
Re: Breadcrumbs show Home link twice with child of Home pages
I think I get your meaning.
I just created a copy of my main template, named it child-of-home, deleted the root='Home' from the breadcrumbs in that template and that does it. I thought about this alot. I don't know why that never occurred to me.
Thank you!
I just created a copy of my main template, named it child-of-home, deleted the root='Home' from the breadcrumbs in that template and that does it. I thought about this alot. I don't know why that never occurred to me.
Thank you!