Add fileupload for comments #12
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Must be config option
allow_fileupload_comments: true/false
fileupload_comments_multifile: true/false
fileupload_comments_size: int
allow_fileupload_comments - users can add a file (image/video) to their comment if enabled.
fileupload_comments_size - is the maximum allowed filesize.
fileupload_comments_multifile - wether the user can add multiple files to their comment.
In my imagination there is a add file button for the replies and the normal comment input.
Either its treated like a attachment or will be added as a direct url to the comment and the current position where the user is currently with their comment. (maybe config option and user preference for this)