Active
Project:
DadaIMC to Drupal
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
22 Dec 2010 at 15:40 UTC
Updated:
12 Aug 2018 at 16:55 UTC
Jump to comment: Most recent, Most recent file
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.