Posted by artatac on April 21, 2009 at 1:11pm
Jump to:
| 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
FWIW, the new URL is:
http://www.venturacottage.com/tutorials/adding-content-site-email
#5
BTW, I found that the main incompatibility (so far, at least) is actually in the .info file.
Currently, it reads:
<?phpdependencies = mailsave imagefield
?>
Where it should read:
<?phpdependencies[] = mailsave
dependencies[] = imagefield
?>
After that change, it seemed to install sucessfully.
#6
duplicate of #315381: make mailsave_to_imagefield work with mailhandler for importing images to cck imagefields..