Has this been attempted by anyone? I know that this idea was ruled out in [124877-35821].

This is fairly easy to do this with imagefield extended, but I'm looking for ways that do not serialize the URL in the imagefield data field. Also some way not to loss info when changing the image.

Desired results:

<pre>

/----------\  Title: []
|  thumb   |   URL: [] 
\----------/   Description:[  ]


</pre>

Has anyone any ideas?

Thanks

Comments

alan d.’s picture

dqd’s picture

Status: Active » Closed (won't fix)
alan d.’s picture

Guessing that this was placed in the too hard basket.

D7 has field collections and file entities. Neither have great UI for this, but are functional.
D6 has imagefield extended, but requires custom coding for the theming side + no validation of the URLS

dqd’s picture

field collections is fine. Also field_validation, fieldgroup, custom formatter and better formats can be cound as daily tools for such purposes.