Closed (fixed)
Project:
Attachment
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2006 at 17:46 UTC
Updated:
21 Sep 2007 at 07:20 UTC
Is it possible to extend the attachment of files to comment nodes?
The system should check whether an attachment is allowed to the content type to which the comment is made. That way, perhaps just one setting in the comment configuration screen is required to allow attachments to comments or not.
Comments
Comment #1
vm commentedhttp://drupal.org/node/37197/release
comment_upload.module
Comment #2
Firewolf commentedThanks. I think I have to go through the module list in detail one day. My actions via the search field didn't gave this result.
I will install the module immediately on my test site.
Comment #3
scor commentedThe comment_upload.module requires the upload.module, unfortunately, upload.module is disabled when attachment.module is running.
Comment #4
vm commentedThe upload module does not have to be disabled for attachments to run. attachments wont work with the upload.module but it can be enabled for comment_upload to work. without causing conflict. try on a test site.
Comment #5
Firewolf commentedUsing upload.module and comment_upload.module all the time for this.
Will close this item.