The likely replacement for this module for Drupal 7 is http://drupal.org/project/file_entity_inline.
This extends File Entity to embed the File entity form within the page.
Original issue report
Hi, I was wondering if there is going to be a drupal 7 version for this module.
Thanks.
Comments
Comment #1
alan d. commentedYes, but my time is very limited as I'm away for 7 or so months on holiday before resetting up a house, job, etc from scratch.
Patches or co-maintainers welcome!
Comment #2
alan d. commentedIt may also pay to track these projects as well.
http://drupal.org/project/fieldentity
http://drupal.org/project/combofield
Dependent on #942310: Field form cannot be attached more than once
Comment #3
jdufaur commentedSubscrive
Comment #4
d0t15t commentedsub
Comment #5
deverman commentedsubscribe
Comment #6
pacome commentedsubscribing too
Comment #7
pacome commentedIt doesn't solve the issue, but I found another solution : I used field-collection module, created a field-collection with an image-field, and a long text field.
The field collection items (image + txt) can be then used in Views, like images+description.
I could use this solution with views-slideshow module, it works perfectly, and can even be extended with more txt fields, attached files etc.. 'related' to the image because they are in the same field-collection...
Hope this can help :)
-P-
Comment #8
alan d. commentedWould you say that this solution is as good or better than the existing functionality of this module? If so, then this issue will become about a migration strategy and not a upgrade path!
Comment #9
pacome commentedFor my situation it is as good or better, because I start to be used to work with field-collection and views, and i often have to attach various informations, files etc.. to images and diaporamas.
In another hand I think imagefield-extended module provide a more easy way to add a simple description field wich can use a wysiwyg editor. And in my experience, this is a very common feature graphic-designers request for theming images descriptions...
The field-collection solution seems to work great, but it's not an obvious way for the new drupalers :)
It's maybe something that should go in core sometime : a txt-area description field for images, allowing use of html and wysiwyg editor..
What do you think ?
Comment #10
alan d. commentedI think that the core developers will want to keep core fairly clean, adding a rich text area automatically means that there is at least one more configuration setting and one more db column.
Comment #11
pacome commentedHi Alan
There is another issue about the image description field and drupal 7&8 here : http://drupal.org/node/1067620
regards
P.
Comment #12
alan d. commentedThere is an interesting new module File Entity, http://drupal.org/project/file_entity. This looks like a very promising replacement. Any feed back from users about this one?
Comment #13
alan d. commentedThere are multiple contenders that provide this functionality in Drupal 7, so I am officially calling the end of the road for this module (File entities and field collections come to mind). Sorry.
Comment #14
deverman commentedok i can understand that there are alternatives to this module in drupal 7 but we just found out that since the extended fields are serialized the data is lost in the upgrade to drupal 7. How do we migrate this data to another solution on drupal 6 before we upgrade to drupal 7?
Comment #15
alan d. commentedThe file fields data column should still be there, it is just not accessible. (Well that is what is meant to happen anyway).
I am still waiting for File Entity to take the place of this module, although I have a sandbox project that could potentially be the successor. There is no upgrade path, as we have yet to require this at work.
Comment #16
deverman commentedFrom what my engineers told me is that data is lost because the image field extended info is stored in a serialized field under drupal 6 but under drupal 7 there are dedicated database fields for each of the meta data that drupal 7 image fields support. So it is my understanding that the serialized fields are unserialized and any values not used by drupal 7 are just discarded. This includes the description field which is in drupal 6 image field and which we use extensively for captions is just ignored for drupal 7 and not migrated.
Comment #17
alan d. commentedMy understanding was that the table itself was not deleted. We have done Drupal 5 to 7 migrations, but none from 6 to 7 yet so I can not track this myself atm.
Comment #18
quicksketch@Alan D is correct, when doing an upgrade from D6 to D7, all the original tables are kept intact. Since the table names are completely different in D6, having the old data around doesn't hurt anything. HOWEVER, Field Convert module (the only module in CCK in D7), has an option to delete the tables when you're done upgrading. At the same time, it warns you a couple of times that you're about to destroy data before you actually delete the old tables and it requires explicit action. So for other users out there, you shouldn't need to worry about the data being lost, however there is yet a suitable replacement in D7. File Entities does seem like the best bet, though it's far from polished.
Comment #19
alan d. commented@quicksketch Thanks for the confirmation of my suspicions!
A general update on things.
I still feel like neither File Entity / Field Collections are a good substitute for this module, but I'm not overly happy with the current implementation of File Attributes either.
If I somehow manage to get some time, (about third down on the list of my priorities in contrib and too much paid work atm), I want to change File Attributes to have a more fluid attribute selection, moving all individual field data be atomic instances, and simply assigning these to field group types. So all display / form settings per field will be the same. Fields within each group would have their visibility toggled via states.
This field / grouping may sound a bit strange, but this grouping allows you to use a single image field as; a poor-mans U-Tube embedded service; an image map; a captioned image (all via Insert module); a custom fields for views, etc, and the group selection hides or shows the fields that you need. I have already used this as such on 4 projects. It feels promising, but needs lots of work. Only once I happy with this will I work on the upgrade path and publish. ETA, completely unknown and secretly hoping that File Entity can fill the gap.
Comment #20
quicksketchI'm working on a D7 module to extend File Entity, making the entire flexibility of the Field API accessible to files in an inline form. http://drupal.org/sandbox/quicksketch/1797528
Considering I've got projects using ImageField Extended, I'll work on including an upgrade path for ImageField Extended users to file entities, though I don't have any idea how difficult that will be. So no promises, but maybe some hope. :)
Comment #21
alan d. commentedNot generally useful to the wider public, but this is how I managed the ImageField Attributes migration to File Attributes (don't use this module, it was written when File Entity was completely unstable and File Entity Inline didn't exist). This was a true migration from a D6 site to another D7 rather than an upgrade.
Copy and rename MigrateFileUri to:
Comment #21.0
alan d. commentedMostly likely Drupal 7 replacement for this module
Comment #22
yan commentedJust in case anyone is interested: I'm trying to migrate Imagefield Extended values in D6 to File Entity values in D7. I'm having a hard time with Entity Metadata Wrappers, though:
https://drupal.stackexchange.com/questions/144466/change-values-of-neste...
Comment #23
yan commentedHere is a script that seems to work for me to migrate data from imagefield extended (D6) to fields with File entity and File entity inline (D7). Before running the script, I migrated the imagefields using the CCK migration module and created two fields - one for an image source and one for an image license. Before (in D6), I had created those two fields in imagefield extended. My fields are called
field_bild(the imagefield),field_source, andfield_license.I ran the script using drush:
drush scr /path/to/script/name-of-script.phpComment #24
alan d. commentedClosed because Drupal 6 is no longer supported.
Comment #25
alan d. commented