Hello,
I'm trying this module hoping to allow members to post an image in their comments for the the node they're posting to. However, it doesn't appear that this module works with imagefield. Hitting upload on the field doesn't save the image, nor does selecting the image and hitting post comment. Both methods for uploading an image work on the node submission. What would it take to get this to work with imagefield?
Comments
Comment #1
Richard_ commentedI am also looking for this sort of integration of imagefield and comment.
Have you managed it?
As you described, imagefield doesnt get "uploaded" after hitting "upload", but only after submiting node form. But that is the case of all CCK fields - they are saved once form is submited.
So where is the bug?
Comment #2
Richard_ commentedI have installed it and imagefield works.
Comment #3
Anonymous (not verified) commentedThis bug is also confirmed for the 6.x branch.
It not only affects imagefield, but filefield as well.
txcrew
Comment #4
Richard_ commentedWell I can save or delete pictures under comment with this module.
However I will not use it, becasause I need something that will add this image (only/or also) into the comment.
Comment #5
Anonymous (not verified) commented@Richard_
Could you please share your setup information (version of imagefield, cck, drupal and imagefield settings)?
For adding the image into the comment, have you checked out http://drupal.org/project/comment_upload?
txcrew
Comment #6
joshuajabbour commentedI can confirm neither imagefield nor filefield work completely, even after the patch in #420092: Bring comment_cck up-to-date, combine patches is applied. You can alter the title/alt/description subfields on an image/filefield, but you cannot delete a file, upload a new file, or replace a file.
Comment #7
joshuajabbour commentedI have a fix for this, but it'll take a little re-working. Will post soon.
Comment #8
tannerjfco commentedI'm glad to hear this issue is being tackled :) I'm hoping this fix will work for the 5.x release as well?
Comment #9
mitchell commentedFilefield and imagefield both recently finished support for revisions. I haven't tested this yet.
@comment_upload: I think filefield would be a better way to go.
joshuajabbour: Sounds good.
Here are the issues outside of comment_cck that lead up to this point:
#130269: Revisions not supported
#340768: handling of revisions while using filefield?
#370531: Properly Handle Revisions for document control
Comment #10
drewish commentedafter applying #467260: Errors with unlimited value field to comment_cck i was able to get an imagefield to work.
Comment #11
drewish commentedactually there are still some issues.