Multilingual comments
thekayra - October 17, 2009 - 18:43
I have been looking around for a couple of days and I have not been able to find a solution to my surprise.
Is there any way to enable multi language support for the comments? I would like my users to be able to select the language of the comment that they are putting in.
I do not want to use NodeComment module only for that. Also unfortunately, the module development/support is not really active and the current beta version also does not provide this possibility.
If there is not such possibility, could you at least show me the correct/best way of achieving this if I have to code it myself?
TIA,
Kayra.

bump
bump
One last bump!
One last bump!
Hello You can't use
Hello
You can't use multilanguage with comments.
Node comments module is not a solution, not maintain. multilanguage doesn't work with comment node type.
The solution is to create your own comment node type with multilanguage enable and using comments workflow for it.
I'm using View and Viewfield to display them on nodes.
Maybe one day, Drupal Comments system will be multilanguage.
Hi Junro. Thanks for the
Hi Junro. Thanks for the information.
Just to get one thing clear: What do you mean by "using comments workflow"?
Thanks,
Kayra
I mean the Drupal comment
I mean the Drupal comment system. Enable it for your node type that you will chose for your comments. :)
I'm using this system for my website and it's working perfectly well.
OK. I read your two comments
OK. I read your two comments at least 20 times and still could not make my way out of it =/.
First of all, You are not using the NodeComment module right? It is not even enabled? Otherwise how can I Enable it for your node type that you will chose for your comments. :)
And what do you mean by Node Comment type? Is is a content type that I should create for my comments?
I would be very glad if you could shed some light on this.
1. Create a new node type for
1. Create a new node type for your comments.
In the node type settings:
2. Enable comments
3. Enable multinlangue.
4. Create a view to display your new node type.
Filters: Select: Node translation : Langue = Default site language
5. Create a cck viewfield (viewfield module) on your node type where you want to display the comments.
Oh OK... Thanks a lot for the
Oh OK...
Thanks a lot for the explanation. Greatly appreciated.