Download & Extend

plans to make Mailsave to CCK Imagefield compatible?

Project:Mailsave
Version:6.x-1.3
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (duplicate)

Issue Summary

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

#1

yeah, an update would be great!

#2

subscribing

#3

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

#4

#5

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

Currently, it reads:

<?php
dependencies
= mailsave imagefield
?>

Where it should read:

<?php
dependencies
[] = mailsave
dependencies
[] = imagefield
?>

After that change, it seemed to install sucessfully.

#6

nobody click here