By yewel on
has anybody been successful in getting the image module to work with the mailhandler module?
being able to post images with some caption through email to the blog would be a fantastic enhancement to the site.
has anybody been successful in getting the image module to work with the mailhandler module?
being able to post images with some caption through email to the blog would be a fantastic enhancement to the site.
Comments
Here we go
I successfully implemented imagehandler.module for Drupal 4.0. Since mailhandler and image module has changed a lot since, you probably need retune the function. It currently supports only JPG.
nice one
that is cool. what other tricks have you developed and not yet shared?
Where
Where do you put this?
I tried making it a module, but I don't see how to get it to pull from the mailhandler module. When I put the function in mailhandler, it broke.
Thanks!
a module
this function belongs in an imagehandler.module file. See the Developer's Handbook pages on module development.