Active
Project:
Language Sections
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Jul 2011 at 06:28 UTC
Updated:
20 Dec 2011 at 12:51 UTC
Thanks for this beautiful module.
In combination with language extras, it solves almost all my multilingual problems.
I said almost, cause there is one more that anyone that tries to be multilingual in Drupal
will face it. It's about Meta tags.
Is that possible to make that filter work with Meta tags?
Thanks in advance
Comments
Comment #1
andy inman commentedCould you give me some examples of what you want to do?
Comment #2
vasrush commentedI'm using Nodewords for meta tags like description, keywords etc. This module adds some textfields and textareas in order to add meta tags in nodes.
What I'm trying to say here, is to make that textareas work with the Language Sections filter. I don't know if this belongs here or it should go to nodewords issue.
In the meantime I manage to solve my problem with the help of Metaxo. With Metaxo, you can define a CCK field as your "description" meta tags and translate it at the Translate interface. For keywords, I'm using the multilingual tokens that metaxo provides.
Thanks
Comment #3
andy inman commentedOk, I understand now - I'm familiar with the Nodewords module. So, you would like to set things like abstract, description and keywords depending on the current language setting - correct?
I'm looking at the Nodewords API - it seems to me that it would be possible to make have a small module (perhaps in LS Extras) that would modify the tags using hook_nodewords_tags_alter() - One option would be for tags such as description to be filtered via LS - then you would be able to enter one description per language. I might take a closer look at this possibility.