Hello is there a solution to use image field version 5.x on CCK for Drupal 6.1? If not are there chances they will be soon developed?
Thanks :)

Gingic Goran

Comments

DrupalBone’s picture

the module version has to match the drupal version, meaning a module 5.x will only work for Drupal 5.

Imagecache is undergoing an overhaul and is not ready yet for 6.x as far as I know.

gingic’s picture

That is a sad news however.

boaz_r’s picture

The guy asked about image*field* not cache, and that's what I'm interested in as well. Any news about it? The only issue which seems to touch this is http://drupal.org/node/224813 but it doesn't seem to provide an answer.

TIA!
Boaz
--
PHP therapist
Linnovate

criznach’s picture

Imagefield depends upon CCK, and CCK is not ready for Drupal 6 yet. So porting of imagecache may not start until CCK for Drupal 6 is finalized.

DrupalBone’s picture

because it is the most useful way to actually manipulate images in image fields. In fact it is quite difficult to see the two being used separately.

But anyways, image field relies on CCK, which has not been released yet for Drupal 6, as it is waiting for Views 2 to be finished so that they can communicate together more effectively.

So, a better answer would be to keep an eye on Views 2, as all of these will fall into place after it is released.