Does anybody knows if there's a quick fix to allow users to embedded images not only from the 4 provided by the default, but from any provider.

Comments

quicksketch’s picture

Category: feature » support
Status: Active » Fixed

See FileField Sources. Note that referencing a remote image without transferring it outside the capability of FileField/ImageField, which has the basic assumption of a local file. The Media module aims to provide universal handling but is not yet ready for production use. If you absolutely need to reference remote files, use the Embedded Media Field module, but that will require a separate field in addition to the existing Image field.

Note that Drupal 5 development has stopped on ImageField (and Embedded Media Field) and Media module is being developed for Drupal 7.

Marking this issue as fixed so that it will stay in the visible queue for 2 weeks, but otherwise it's a "by design" limitation of ImageField.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.