By kteodor on
I know how to setup a bilingual/multilingual website in Drupal, but what I need to know is how can I have (share?) the same comments on a translated article with the original article, and vice versa? Basically, I want to have the same comments on the original and the translated version of an article... Is it a way to achieve this? Any answer is much appreciated. Thanks!
Comments
I was just looking for
I was just looking for that.. subscribing..
update?
Did you or anyone else find a solution to this?
No
No, I didn't find a solution, but I also stopped searching... :(
But still would be useful to find one.
big bump
big bump
Really no workaround?
I still cannot believe that that wouldn't be possible but it really seems so. Does anyone knows if this is tackled in D7?
Awaiting
Still no possible solution for this ? How is this done in other blog mechanism ? Is it possible to create a special module for this ?
Node comments
You might want to take a look at Node comments module (http://drupal.org/project/nodecomment).
For multilingual purposes stick to the 6.x-1.2-rc2 version as the beta version does not supoort it.
I 've also been looking for a
I 've also been looking for a solution to this issue. Thanks for pointing to node comments. Do you have any further hints on how node comments could help with the problem on commenting mulit-language sites? I am a beginner in Drupal and I am not really sure how to use node comments in this respect. I thought of using views to display all comment nodes on both the original and the translated node, but I don't think it is possible.
I don't want you to fully lay out a solution here, but since you know node comments the best, I thought you could point in a more specific direction.
Thanks
Finally!
Hello,
I think I found a solution, or at least made the first step in the right direction. I used the modules nodecomments (6.x-1.2-rc2), and of course views and i18n on a fresh drupal 6.15 installation. Through educated guessing (the joining of mysql tables is just too hard to understand for me) I used a number of Views Relationships to display the comments of the original node together with those of the translation and vice versa. nodecomments.module uses views out of the box to display the comments, so I at least knew where to start. And here comes the magic:
Relationships:
Arguments
(Translations) Node: Nid
And the MYSQL Query is also quite difficult (even though you don't need to understand it to use it):
I have to admit that I don't know exactly what I have done here ... so if somebody spots a mistake or an oddity, please let me know.
There are probably still some issues to resolve. 4 come to my mind, I hope the number doesn't increase with time ;):
Thx to thekayra for the hint with nodecomments. Even though this solution is not "sharing" comments on the database level, it works for the user, who isn't likely to see what is happening behind the scenes. I tested it with three languages, so no problems there.
@Narretz Thanks a lot for
@Narretz
Thanks a lot for your solution, you just saved my life! :)
I too had a number of issues
I too had a number of issues regarding multilingual websites I would like to thank Narretz for his informative post. It saved me a lot of Research time!