Hi, I can't figure out how to import images from Image Picker module (drupal 6) to drupal 7.

Images folder is /sites/default/files/imagepicker/[user_id]/orig/
imagepicker table structure looks like: img_id;uid;img_name(filename)

Any tips how to accomplish that?

Comments

mikeryan’s picture

Category: support » feature
Priority: Normal » Minor

So, the imagepicker doesn't use CCK/Field API, it has its data in custom tables? It would thus need custom work - both a destination handler (ideally part of the imagepicker module itself), and some custom code to read the D6 table and add it to the source $row.