Active
Project:
Translation Overview
Version:
6.x-2.2
Component:
Documentation
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 May 2009 at 15:40 UTC
Updated:
20 Jun 2010 at 16:27 UTC
Jump to comment: Most recent file
Comments
Comment #1
drewish commentedyeah, it's done on each node's translation tab.
Comment #2
mvcI guess I'm dense too, but I don't see where to set this at all. Perhaps a quick README file would help? I'd contribute one, but I don't know how this works.
Comment #3
drewish commented[I'm assuming you're already translating nodes and understand that work flow.]
First off I'd say grab the 6.x-2.2 version it's got some big bug fixes. Then make sure you've assigned the management permissions to the roles that should be able to assign priorites, then on each node's translate tab you'll see radio buttons to set priorities for each language. See the attached picture.
Comment #4
strellman commentedGreat module. Love the search for existing nodes to match up as translations.
Thanks for the jpg. A picture is worth a thousand words. But I'm still stuck. Why doesn't my screen look like that. Permissions are all turned on. Now using 2.2 but here is my screen without priorities for /node/87/translate?destination=admin/content/translation_overview_manage.
Comment #5
drewish commentedHumm, that "search for existing nodes to match up as translations" bit at the bottom isn't from Translation Overview. It looks like that another module and TO are fighting over the form and TO is loosing. What other internationalization modules do you installed?
Comment #6
strellman commentedHere is the multilanguage module section.
Comment #7
drewish commentedtry disabling the synchronize translation module and see if that helps.
Comment #8
Mr P commentedI have the same problem - here's my module list.
EDIT: Have turned of synch trans.
Comment #9
jolidog commentedI also don't have access to this funcionality.
Using the i18n v1.1
Tried to disable all submodules, but still no priorities. Only when i18n was completly disabled, the options appeared.
Changed the weight of module on the system table to 11 (i18n is 10 in my system) but no go.
Hope this helps solving the issue.
Thank you for this module!
Comment #10
jolidog commentedForgot to add that the option to search for another node on the translate page is being added by the i18n core module since release 1.1.
See #295682: SOLVED: Choose an existing node as a translation.
Comment #11
markus_petrux commentedThe culprit is the i18n module itself.
See i18n_menu_alter() in i18n.module:
Compare to hook_menu_alter() implementation in TO:
I believe it's hard to find a solution as both modules provide different features adn overriding forms rendered in tables is not easy. Maybe it could be possible to integrate TO features in i18n? ...or maybe TO could provide its own method to assign priorities from the node edit form?
Comment #12
jolidog commentedI don't think the node edit form needs another option/field in there.
Perhaps as a tab in the translation overview page? It would filter, only showing the relevant nodes and it would be a central place to control priorities.
This ofcourse would be a major change in the module... :P
Comment #14
drupaledmonk commentedSpam!! Kindly delete the above post.
Comment #15
jolidog commentedWhy did you changed the issue information?
I'm changing it back.
If there is any problems, commentary or solutions, for the issue please specify, and change anything back accordingly.
Thanks!
Comment #18
garethsprice commentedQuick fix: Increasing the module weight to 100 in the system table puts the TO forms onto the Translate page in place of the i18n ones.