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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | base.batch_.inc_.patch | 3.81 KB | Anonymous (not verified) |
| #1 | articles.batch_.inc_.patch | 1.58 KB | Anonymous (not verified) |
| #1 | media.batch_.inc_.patch | 694 bytes | Anonymous (not verified) |
Comments
Comment #1
Anonymous (not verified) commentedi'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?
Comment #2
jonhattanRecently 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.