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

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
DCX
Forum Members
Forum Members
Posts: 31
Joined: Fri Jan 09, 2009 7:35 am

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

Post 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
Last edited by DCX on Fri Sep 04, 2009 7:27 am, edited 1 time in total.
peterbus

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

Post 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 *}
Last edited by peterbus on Fri Sep 04, 2009 7:30 am, edited 1 time in total.
DCX
Forum Members
Forum Members
Posts: 31
Joined: Fri Jan 09, 2009 7:35 am

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

Post 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!
Locked

Return to “[locked] Installation, Setup and Upgrade”