Multilingual version - Metadata
Multilingual version - Metadata
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
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.
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
From CMSMS MLE 1.2.1 EXTENDED metadata and description fields are multilingualnewclear 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.
Alby
Re: Multilingual version - Metadata
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.
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
I don't know if you have solved but I see in your source meta content is okdyp wrote: is there anything I forget ?
Alby
Re: Multilingual version - Metadata
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 ?
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 ?
Last edited by dyp on Wed Jan 28, 2009 4:03 pm, edited 1 time in total.