work in conjunction with comment_upload
davidsnyder@me.com - March 27, 2007 - 18:18
| Project: | Upload Image |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Jump to:
Description
I love this module - it's utterly fantastic and opens up all sorts of new uses and features for a Drupal site. It works more or less flawlessly - one thing I would LOVE to see is the ability for this module to function with the comment_upload module.
Currently when submitting attachments in a comment form it does not take advantage of the upload_image module; it seems to just bypass it and post as a normal listed attachment. I don't know enough about module design to know if this functionality would need to be included in this module, the comment module, or both - but would really like to see that implemented.

#1
#2
upload_image only listens on the nodeapi hooks, not hook_comment. If somebody wants to implement this, I'll review the patch.