Page 1 of 1

[solved] Breadcrumbs show Home link twice with child of Home pages

Posted: Wed Aug 26, 2009 3:17 am
by DCX
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

Re: Breadcrumbs show Home link twice with child of Home pages

Posted: Wed Sep 02, 2009 5:54 pm
by peterbus
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 *}

Re: Breadcrumbs show Home link twice with child of Home pages

Posted: Fri Sep 04, 2009 7:22 am
by DCX
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!