Page 1 of 1
cms mle metadata [solved] \o/
Posted: Mon Oct 29, 2007 9:35 pm
by manurevah
bongiorno,
i just stumbled upon an issue with the metada stuff.
the metadata field per page is mono-language for now, is there a way to modify the tables the same way the others are ? not sure if i'm being clear, basicly is it possible to "ALTER TABLE metada" ?
Re: cms mle metadata
Posted: Tue Oct 30, 2007 7:52 am
by alby
manurevah wrote:
bongiorno,
manurevah wrote:
i just stumbled upon an issue with the metada stuff.
the metadata field per page is mono-language for now, is there a way to modify the tables the same way the others are ? not sure if i'm being clear, basicly is it possible to "ALTER TABLE metada" ?
Good question!
Sorry in this moment no but a works around (for a little number of pages) is:
add in header:
Code: Select all
<head>
.............
{metadata}
{content block="metadata" wysiwyg=false}
.............
</head>
in metadata tag add common meta and in block content specific meta
Alby
Re: cms mle metadata
Posted: Tue Oct 30, 2007 10:21 am
by manurevah
i was not quite sure about what exactly you where trying to tell me... : ]
as i know you know what you are talking about and may i say, wow, this is sweet.. . even better than i thought actually.
to resume, yes i added "{content block="metadata" wysiwyg=false}" to the template in the header section, then for each page of content there is a new field right under content called metadata, and as the content itself, it is language specifc.
so now i can have some meta things being common, and some being language specific.
excellent \o/
merci beaucoup Alby.
Re: cms mle metadata
Posted: Sat Dec 22, 2007 10:46 pm
by alby
manurevah wrote:
i was not quite sure about what exactly you where trying to tell me... : ]
as i know you know what you are talking about and may i say, wow, this is sweet.. . even better than i thought actually.
to resume, yes i added "{content block="metadata" wysiwyg=false}" to the template in the header section, then for each page of content there is a new field right under content called metadata, and as the content itself, it is language specifc.
so now i can have some meta things being common, and some being language specific.
excellent \o/
merci beaucoup Alby.
From CMSMS MLE 1.2.1 EXTENDED metadata and descriptions fields are multilingual
Alby