I would like to insert images using wysiwyg_imagefield, processed with image cache but linking to the original image.

I feel like I am missing something. The project page says the module supports cck formatters, and I had thought that the "imagecache preset image linked to image" was a cck formatter. Thoughts?

Comments

entrigan’s picture

Looking into other ways of linking to the original image, I realized that files uploaded with wysiwyg_imagefield do not have the original image stored on the server, and the data is not stored in the corresponding imagefield. Is this an intentional cleanup?

deciphered’s picture

Status: Active » Postponed (maintainer needs more info)

Wysiwyg ImageField (WIF) is just a wrapper for ImageField, which can in turn utilize formatters like those added in ImageCache.

If the original image is not stored on the server it is an issue with the ImageField, not WIF.

I would be happy to help further with this issue if you can provide more information, especially how to reproduce the issue on a fresh Drupal 6 installation.

Cheers,
Deciphered.