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

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
mannerv
Forum Members
Forum Members
Posts: 49
Joined: Wed May 28, 2008 1:02 pm

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

Post 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.
Last edited by mannerv on Tue Dec 23, 2008 1:20 pm, edited 1 time in total.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

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

Post 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
mannerv
Forum Members
Forum Members
Posts: 49
Joined: Wed May 28, 2008 1:02 pm

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

Post by mannerv »

Excellent. I made a copy of the template, edited it, saved and it seems to work fine. Thank you.
Post Reply

Return to “CMSMS Core”