Active
Project:
Nodereference Image Helper
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2010 at 19:35 UTC
Updated:
12 Nov 2011 at 01:26 UTC
Jump to comment: Most recent file
Comments
Comment #1
naheemsays commentedattached 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.
Comment #2
Morasta commentedAttached 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.
Comment #3
naheemsays commentedChanging the title so that hopefully the maintainer will comment on what the plans are.