Page 1 of 1

Multilingual version - Metadata

Posted: Wed Apr 18, 2007 11:11 pm
by petrangr
I am using the multilingual version but i cant use different metadata for each page in different languages, has someone come across a solution?

Re: Multilingual version - Metadata

Posted: Thu Apr 19, 2007 7:44 pm
by newclear
Hi there,
I am also using the multilingual version of cms most of the time.
The cms has option to set metadata on every page but unfortunately the cmsmle doesn't add the metadata on the page for every language.
You can take a look in the cms_content table where is the metadata field and figure out how the multilingual version works

Offcourse this can be done by code modification of the cms mle.

Looks like we are neighbours.
Greetings to Greece.

Re: Multilingual version - Metadata

Posted: Sat Dec 22, 2007 10:28 pm
by alby
newclear wrote: I am also using the multilingual version of cms most of the time.
The cms has option to set metadata on every page but unfortunately the cmsmle doesn't add the metadata on the page for every language.
You can take a look in the cms_content table where is the metadata field and figure out how the multilingual version works

Offcourse this can be done by code modification of the cms mle.

Looks like we are neighbours.
Greetings to Greece.
From CMSMS MLE 1.2.1 EXTENDED metadata and description fields are multilingual

Alby

Re: Multilingual version - Metadata

Posted: Sun Jan 18, 2009 2:26 pm
by dyp
hello,
I use the 1.51_mle. I'm still stucked in metadata trouble. my db contains metadata_fr, _en and _de but this don't update. everytilme I put metadata, it rolls over the other one.
is there anything I forget ?
what informations do you need ?

http://www.dypelec.com if you want to see.

Re: Multilingual version - Metadata

Posted: Fri Jan 23, 2009 3:36 pm
by alby
dyp wrote: is there anything I forget ?
I don't know if you have solved but I see in your source meta content is ok

Alby

Re: Multilingual version - Metadata

Posted: Wed Jan 28, 2009 4:01 pm
by dyp
Hello Alby and others.
as a newbee, I cry for something I can find...
that was the clue...

In the Admin Panel / Global Parameters, I've wrote this:


...

in my /mle/lang/xx_XX.php files I wrote that:
'metaname'=>'text I want to see in my page meta',
'metakey'...

Everything works fine. Your work is great.

Maybe the post can be solved now ?