Postponed
Project:
Upload Image
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2007 at 18:18 UTC
Updated:
17 May 2009 at 10:30 UTC
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.
Comments
Comment #1
Christefano-oldaccount commentedComment #2
killes@www.drop.org commentedupload_image only listens on the nodeapi hooks, not hook_comment. If somebody wants to implement this, I'll review the patch.