I know Drupal 7 will probably be equiped with field translation also. But untill then I'm stuck on the weight module. I would like to give my nodes (of a certain content type) a weight and at the same time synchronise their translated nodes (i18n) with the same weight. This is an option that will let the user choose if they want node translations to have the same weight as the original nodes or weight every single node apart.
I saw a similar request on the nodeorder module and the nodequeue module is supposed to have it allready (but actually hasn't). I love the weight module and I think it shouldn't be that hard to write a sync function if there are translations present. Well by saying it shouldn't be that hard I mean for the creator of this module because I'm no module wizard yet...
Hope someone can help me out with this feature request.
Greetz Alex
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | weight.views_.inc_.patch | 1.1 KB | macramole |
| #2 | weight.views_.inc_.patch | 1.07 KB | macramole |
| #1 | weight.views_.inc_.patch | 1.07 KB | macramole |
Comments
Comment #1
macramole commentedI've just changed the weight.views.inc file for the admin to be able to create a view for ordering nodes and their weights to synchronize with their siblings.
Basically it just checks if the i18nsync module is enabled and if the 'sticky' field is checked for that node type then the weights are synchronized.
Comment #2
macramole commentedI've just changed the weight.views.inc file for the admin to be able to create a view for ordering nodes and their weights to synchronize with their siblings.
Basically it just checks if the i18nsync module is enabled and if the 'sticky' field is checked for that node type then the weights are synchronized.
Comment #3
macramole commentedMm.. that had a bug.. now it's fixed.
Comment #4
davisbenThanks for the patch! This has been committed to 6.x-1.x.
Comment #6
bessone commentedThis feature has been removed from 7.x version?
Comment #7
bessone commentedSupplied patch for version 7.x #1807690 Synchronize translations support