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

Comments

macramole’s picture

StatusFileSize
new1.07 KB

I'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.

macramole’s picture

StatusFileSize
new1.07 KB

I'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.

macramole’s picture

StatusFileSize
new1.1 KB

Mm.. that had a bug.. now it's fixed.

davisben’s picture

Priority: Critical » Normal
Status: Active » Fixed

Thanks for the patch! This has been committed to 6.x-1.x.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

bessone’s picture

This feature has been removed from 7.x version?

bessone’s picture

Supplied patch for version 7.x #1807690 Synchronize translations support