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
Comment #1
alan d. commentedI meant #124877: Images for links?.
Comment #2
dqdComment #3
alan d. commentedGuessing 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
Comment #4
dqdfield collections is fine. Also field_validation, fieldgroup, custom formatter and better formats can be cound as daily tools for such purposes.