It's me again... :)

I would love the ability to select what the comment permission when I upload images using the "fast" upload method...

currently it sets it to "disabled" because $node->comment is not set.

I've currently added it to the function myself but it sets the comment to "read/write" by default...

I think it would be wonderful to be able to select that during the upload process.

Thanks for everything

Comments

bruno’s picture

Assigned: Unassigned » bruno

Actually, I think the 'directory upload' method should get the comment permission from the content settings page.

So if you set the default comment permission to 'read/write' for image nodes, any image file uploaded via the 'directory upload' method should have its comment permission set to 'read/write'.

Note that it is still possible to modify the comment permission of one image later on if needed.

bruno’s picture

Done. Now, images added by 'directory upload' are getting their default comment permission from the content settings page.

Anonymous’s picture