Another possibly dumb question...
Just experimenting with with CMSms and I can't understand the behaviour of the page hierarchy/breadcrumbs...
(I am using andreas01.xml template for all pages.)
The default install has a page called "Home" which has no parent page.. fair enough.
Then I added some more pages which are on "the same level" as Home because they also don't have parents... they all appear at the same level in the menu
Home
Page 1
Page 2
But when I click on, say, "Page 1" the breadcrumbs say
Home >> Page 1
as though Page 1 were a SUB-page of "Home".
What I can't figure out is what makes THIS page the "dominant" page .. I've tried reordering the pages to make another page number 1, changing the options and so on, but this PARTICULAR page always takes on the role of the "ultimate top" in that the breadcrumbs are always based on this root...
Maybe its not important but I like to know why things are happening...
Cheers
Gordon
Page hierarchy / breadcrumb question
Re: Page hierarchy / breadcrumb question
using svn version?
I just committed fix for new hierarchy manager..
I just committed fix for new hierarchy manager..
- Elijah Lofgren
- Power Poster

- Posts: 811
- Joined: Mon Apr 24, 2006 1:01 am
Re: Page hierarchy / breadcrumb question
It's probably the way that the breadcrumbs tag is being called.gfroyle wrote: The default install has a page called "Home" which has no parent page.. fair enough.
Then I added some more pages which are on "the same level" as Home because they also don't have parents... they all appear at the same level in the menu
Home
Page 1
Page 2
But when I click on, say, "Page 1" the breadcrumbs say
Home >> Page 1
as though Page 1 were a SUB-page of "Home".
What I can't figure out is what makes THIS page the "dominant" page .. I've tried reordering the pages to make another page number 1, changing the options and so on, but this PARTICULAR page always takes on the role of the "ultimate top" in that the breadcrumbs are always based on this root...
There should be a tag like this in your template:
Code: Select all
{breadcrumbs starttext='' root='home' delimiter='>' root_url="./"}
Code: Select all
{breadcrumbs starttext='' delimiter='>' root_url="./"}
A quote from that page:
Hope this helps,(optional) root - Page alias of a page you want to always appear as the first page in the list. Can be used to make a page (e.g. the front page) appear to be the root of everything even though it is not.
Elijah
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. 
Re: Page hierarchy / breadcrumb question
it used to do something like this:
when on page
when on page
breadcrumbs called with root="home" it would still printindex.php/how-cmsms-works/templates-and-stylesheets
should work with latest svn thoughYou are here: Home » Templates and stylesheets, leaving how-cmsms-works out...
