Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / links in footer problem with FR & ES languages

links in footer problem with FR & ES languages

Locked

Views: 1,363

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
3 Oct 2006, 5:14 PM
#1
fulltilt avatar

fulltilt

New Zenner

Join Date:
Sep 2006
Posts:
80
Plugin Contributions:
0

links in footer problem with FR & ES languages

i have installed french and spanish languages but the site links in footer are missing ...
I think they are not defined ...
But where can in find the file for the footer link translation?

regards
Ralph

4 Oct 2006, 4:00 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: links in footer problem with FR & ES languages

Default footer is the "home" link.

This text is in the header.php for english
This text is in the header.php for French
This test is in the header.php for Spanish

it would be found at this code in each:

define('HEADER_TITLE_CATALOG', 'Home');

Edit this text in each respective file for each language

This text is called from the footer.php file

4 Oct 2006, 11:30 AM
#3
fulltilt avatar

fulltilt

New Zenner

Join Date:
Sep 2006
Posts:
80
Plugin Contributions:
0

Re: links in footer problem with FR & ES languages

thanks kobra

kobra:

Default footer is the "home" link.

This text is in the header.php for english
This text is in the header.php for French
This test is in the header.php for Spanish

it would be found at this code in each:

define('HEADER_TITLE_CATALOG', 'Home');

> Edit this text in each respective file for each language
> 
> This text is called from the footer.php file
4 Oct 2006, 11:49 AM
#4
fulltilt avatar

fulltilt

New Zenner

Join Date:
Sep 2006
Posts:
80
Plugin Contributions:
0

Re: links in footer problem with FR & ES languages

hm ...
the home link is working ... but the french and spain footer shows only the home link.

the other links in footer are not visible like:
My Account | Site Map | Privacy Notice | Shared

Ralph

kobra:

Default footer is the "home" link.

This text is in the header.php for english
This text is in the header.php for French
This test is in the header.php for Spanish

it would be found at this code in each:

define('HEADER_TITLE_CATALOG', 'Home');

> Edit this text in each respective file for each language
> 
> This text is called from the footer.php file
4 Oct 2006, 12:56 PM
#5
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: links in footer problem with FR & ES languages

the other links in footer are not visible like:
My Account | Site Map | Privacy Notice | SharedCan I assume that these are placed there via ezpages??? or Hardcoded?

If by ezpages; see downloads for multi-language ezpages module.

If by hard code; insure that the files that have been altered are

  1. copied to each language structure
  2. then edited for the specific language
4 Oct 2006, 1:12 PM
#6
fulltilt avatar

fulltilt

New Zenner

Join Date:
Sep 2006
Posts:
80
Plugin Contributions:
0

Re: links in footer problem with FR & ES languages

kobra:

Can I assume that these are placed there via ezpages??? or Hardcoded?

If by ezpages; see downloads for multi-language ezpages module.

If by hard code; insure that the files that have been altered are

  1. copied to each language structure
  2. then edited for the specific language

i'm using multilanguage_ezpages_1.0.1 contrib ...
is that the problem?

Ralph