hi,

do you plan on implementing the support of imagefield? afair imagesfield will be in core of d7 and we at at.indy are already using imagefield for images.

ps: is there a good documentation of the dadaimc database layout (which field in which table means what)? if so, i could do some work on my own.

CommentFileSizeAuthor
#1 base.batch_.inc_.patch3.81 KBAnonymous (not verified)
#1 articles.batch_.inc_.patch1.58 KBAnonymous (not verified)
#1 media.batch_.inc_.patch694 bytesAnonymous (not verified)

Comments

Anonymous’s picture

StatusFileSize
new694 bytes
new1.58 KB
new3.81 KB

i've changed the code a bit, to make it work with our filefield/imagefield setup. maybe you can use the code. the imagefield we use is called field_picture and the field for all other types of media is called field_media. we have also a field called field_name for the name of the author (no idea why we did this in the first place).
what is 'deleted' and 'displayable' in dadaimc?

jonhattan’s picture

Recently implemented media import with core's upload.module, comment_upload and also http://drupal.org/project/inline
See commits for January 6th: http://drupal.org/project/cvs/966764

After viewing your code it seems to me it's enough to change two or three lines to add support for filefield.

For inline module, I like it because it's very similar to the functionality in dadaimc. Unfortunately it still lacks integration for comment_upload and filefield. There's ongoing work for both in the issue queue.