Even those the default comment setting is set to disable & the original page created show no comment but all the auto translate pages(nodes) allow user to read & write comment. Using 6.x-2.x-dev
Even those the default comment setting is set to disable & the original page created show no comment but all the auto translate pages(nodes) allow user to read & write comment. Using 6.x-2.x-dev
Comments
Comment #1
greg.harveyOh, I see... you're right, we only inherit author data and type at the moment. Should really unset the nid and language code, set the parent node and new language code and resave.
Good catch - thanks for the report. =)
Comment #2
yhager commentedsubscribing. I am seeing the same issue.
Comment #3
greg.harveyUpdating the title to reflect the real nature of the issue.
Comment #4
greg.harveyMarked #759214: menu, tags, other node properties a duplicate of this issue.
Comment #5
spacereactor commentedI do agree, if there is UI for translate to assign what fields should be translate or inheriting to new node for each content type.
Comment #6
seg108 commentedI think you guys are talking about the content type settings, content/node-type/___, where i18n gives Multilanguage options > Synchronize translations (Select which fields to synchronize for all translations of this content type).
In my case, this syncing was working OK with i18n Auto-Translate until recently. Author, Status, Promote, Comment settings, Location settings, Image were all synchronizing OK to new translated nodes (from original language to 2 others). Then I got cut off by Google (for lack of attribution, I think). With help got attribution set up, and added this userip line into GTranslate.php: "userip" => $_SERVER["REMOTE_ADDR"]
Google started translating again almost immediately, so that part is fixed, but now synchronization works only in part.
If I write a node in English and save, the Estonian translation is performed OK, and the relevant fields are synchronized OK.
The third language is Finnish, and while the text is translated OK, the fields are not synchronized.
Can you offer any tips to get everything syncing correctly again? Thanks.
Comment #7
greg.harveyDone and committed today to dev.