Will this be ported to drupal 7 or is there another preferred solution?

Comments

naheemsays’s picture

StatusFileSize
new13.91 KB

attached is a non working attempt to port the module. I replaced some of teh innards with what is in the image field.

Any help in finishing this will be much appreciated.

Morasta’s picture

StatusFileSize
new1.11 KB

Attached is an update for the admin config page. It's not perfect but a step in the right direction. Need to update line 25 from
$options[$field['field_name']] = $field['field_name'] . ' - ' . $field['field_name'];
to something that will print "field_name - human-readable name." Haven't dug into what that might be, but it shouldn't be too bad. Hopefully the next bit with the old cck hooks in .module is really just a matter of updating the calls.

naheemsays’s picture

Title: Port node_ref_image_helper to Drupal 7? » Port node_ref_image_helper to Drupal 7 or advise of alternative/upgrade path?

Changing the title so that hopefully the maintainer will comment on what the plans are.