Are there plans to make Mailsave to CCK Imagefield compatible with the latest drupal core (6.9) or are there work arounds if one needs to use ccK imagefield? I understand I can use image but like what image cache can do. Glad you found my tutorial at http://venturacottage.com/adding-content-site-email of use I have redone the site but kept the page - regards Joe

Comments

jjjames’s picture

yeah, an update would be great!

protoplasm’s picture

subscribing

mandclu’s picture

+1 for imagefield support. Let me know if there's anything I can do to contribute.

mandclu’s picture

mandclu’s picture

BTW, I found that the main incompatibility (so far, at least) is actually in the .info file.

Currently, it reads:

dependencies = mailsave imagefield

Where it should read:

dependencies[] = mailsave
dependencies[] = imagefield

After that change, it seemed to install sucessfully.

alberto56’s picture