Closed (won't fix)
Project:
Internationalization
Version:
6.x-1.x-dev
Component:
Taxonomy
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Jul 2009 at 01:27 UTC
Updated:
30 Jan 2012 at 22:18 UTC
Jump to comment: Most recent file
Comments
Comment #1
Master of Tragedy commentedGood idea. :)
Comment #2
andypost+1
Comment #3
compawa commentedIt's very useful
Comment #4
wyatkins commented+1
Thank you!!!
Comment #5
Alexandr.P commentedExcellent module. When the inc. in 18n?
Best regards Alexandr Poddubsky.
Когда увидим то?
Comment #6
Grey Teardop commentedThank you for this useful module!
Comment #7
neochief commentedFixed bug with comments form on separate page.
Comment #8
volocuga commentedThis is what I was looking for a long time :) But I need (and many people also) it for drupal 5.
Are you planning to backport it?
Comment #9
neochief commentedNope.
Comment #10
neochief commentedHere's a patch on place of tarball.
Comment #11
HIgor1968 commented+1
Comment #12
neochief commentedFound compatibility bug with Advanced Forum. Because of $node->comment = NULL, AF thinks that forum is locked. Solution is to set 18ncomments' system weight to big number and run it's hooks after others. This patch contains solution.
Comment #13
GN commentedThank you, I think it's a long waited solution.
Worth including in the i18n package after testing.
Comment #14
Junro commentedHi, I'm looking for the opposite! :)
I have a node type with Multilingual support disabled, only labels fields are translated with i18n.
But I need Multilingual support enable for commets. Users could choose the language the comment is writing to. And comments will be show only of the language written.
Any ideas?
Comment #15
mcload commented&Junro
I am looking for the same thing. Subscribing
Comment #16
neochief commented@Junro, @mcload, sorry guys, but this not that would be implemented soon. I can suggest you to use Node comment module. THis will allow you to make your comment nodetype translatable and so on.
Comment #17
Junro commented@neochief
OK, I'm going to look after Node comment module. Thanks :)
Comment #18
hass commentedThis module sounds like an important addition to i18n enabled websites with comments enabled, but I think it's not a module for the i18n package.
It's name may be better if named "Joined multilingual comments". Personally I would rename the module and move it to an extra project. Please do not use this module name to allow i18n to use the 'i18ncomment' name if it would ever implement translatable comments (this is what I expected from the name). i18n module is mainly for translation of multilingual content, not to change functionality of core.
I could be wrong, therefore I'm waiting for Jose to comment on this.
Comment #19
Junro commentedHello,
anout the nodecomments module:
Nodecomments module doesn't work with i18n, it could be but nobody has provide a patch for it.
see #560442: Multilingual support for comments doesn't work
I just need to display comment in there domain language.
If you write a comment on a sub-domain France, they only have to be display on sub-domain in French Language (France, Quebec, Belgium..).
If you write a comment on a sub-domain Spain, they only have to be display on sub-domain in Spanish Language (Spain, Argentina, Mexico...).
I don't want make comment translable.
So, nodecomments module is useless to me.
ps: "This module will probably consume more resources and run slower than the built-in comment module, so don't use it if performance is a concern."...
Comment #20
jose reyero commentedCompletely agree with @hass in #17
Please, consider creating a new project for it and if so let me know to link it from i18n front page.
Comment #21
neochief commentedOkay, guys, thanks for your feedback. It's okay, I'll move it to a separate module.
Comment #22
vasyok commentedSpasibo!
Comment #23
neek commentedis it real to count this module comments?
Comment #24
jaochoo commentedFor my own custom module, I need to get an array of the comments for a node, but including the comments added to the translation of the node. Now I was wondering if I can re-use something provided by i18ncomments module. I already looked through the code but I am not sure if I can re-use something from there. Could you help me?
Comment #25
Climber commented+1
Comment #26
vanyasmart commented+1
Он должен лежать в папке /modules/ или /modules/i18n/ ?
И из какой папки запускать патчи: из той, в которой лежит /i18ncomment/ или в самой /i18ncomment/?
Comment #27
betarobot commentedNeeded the same functionality, so here you go: little module (but) for D7 - http://drupal.org/project/i18n_comments
Please test and leave comments / bug reports.
Comment #28
novakov commentedawesome module! but it doesnt render all comments (from all node language versions) when i`m trying to output comments thru panels module
as far as i understand i need to add php code like
<?php print($comments); ?>to panels template, but i dont know how to do it.can someone help??
Comment #29
Stan.Ezersky commentedThanks, good solution!