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

vm’s picture

Firewolf’s picture

Thanks. 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.

scor’s picture

The comment_upload.module requires the upload.module, unfortunately, upload.module is disabled when attachment.module is running.

vm’s picture

The 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.

Firewolf’s picture

Status: Active » Closed (fixed)

Using upload.module and comment_upload.module all the time for this.
Will close this item.