Page 1 of 1

<SOLVED> Changing the default page does not change the start point of breadcrumb

Posted: Tue Dec 23, 2008 12:57 pm
by mannerv
I changed my default page into a new one. However, the breadcrumb navigation still starts from the page called "Home".

As I have made that page non-active, I get an error: "Content Encoding Error
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
    * Please contact the website owners to inform them of this problem."

Shouldn't changing the default page make it so, that the breadcrumb navigation start page becomes the default page?

You can see my problem live at http://www.tarkkamarkka.com

"Etusivu" is front page in Finnish. For example, at this page: http://www.tarkkamarkka.com/vakuutukset.html

The breadcrumb navigation is now: You are here: Home » Vakuutukset
I would like it to be: Olet tässä: Etusivu » Vakuutukset

That is, in Finnish (as per my language choice) and so that instead of home I would see the default page.

I am using CMS Made simple version 1.5.1 with the Finnish language chosen. Hosting is at GoDaddy.

Re: Changing the default page does not change the start point of breadcrumb

Posted: Tue Dec 23, 2008 1:06 pm
by RonnyK
You could change the settings in the template you use... I have something like...
{breadcrumbs starttext='You are here' root_url='test' delimiter='»'}
there, where the starttext is the text in front, and the root_url is the homepage...

Ronny

Re: Changing the default page does not change the start point of breadcrumb

Posted: Tue Dec 23, 2008 1:20 pm
by mannerv
Excellent. I made a copy of the template, edited it, saved and it seems to work fine. Thank you.