Here's a first pass at updating the module. It seems to be working fine.

CommentFileSizeAuthor
imagefield_head.patch3.47 KBdrewish

Comments

dopry’s picture

Status: Needs review » Fixed

imagefield head should be DRUPAL-5 compatible. I'm not sure if it is compatible with the latest cck though.

jvalletto’s picture

Status: Fixed » Needs work

When uploading an image, on preview or update, 3 copies of the uploaded image are shown, each with their own title and alt fields. Only one is saved in the DB when submitted. Editing the node only 1 copy of the image exists, as it should.

Problem lies somewhere within the Upload/Preview function, I beleive.

dopry’s picture

Status: Needs work » Fixed

Open as a new issue. This issue was for the module update to DRUPAL-5 api. It does not guarantee that it works with cck for 5.0.

drewish’s picture

Status: Fixed » Active

it looks like my patch missed two module_exist() calls that are still in the imagefield module. sorry but, i don't have time to roll a patch right now. should be a really easy fix.

dopry’s picture

fixed in head rev 1.21

quicksketch’s picture

Status: Active » Fixed

The duplicate image problems have been solved in this issue: http://drupal.org/node/98502

Anonymous’s picture

Status: Fixed » Closed (fixed)