Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+4 votes
404 views
in Q2A Core by

Related question - https://www.question2answer.org/qa/87950/normal-image-files-instead-of-database-blob

Now I have images uploading to /uploads/ folder, however they appear as "site.com/?qa=blob&qa_blobid=13019917924243152525" in src of the image (I suppose linking to actual files).

And all images are shrinked to 600 px width after upload.

What I would like to see:

  1. I don't want images to change their file names.
  2. I want them to appear in src as they should, for example src="site.com/uploads/my_image.jpg"
  3. I want to enlarge minimum width to at least 800 px (maybe this should be changed in ckeditor cfg, but how?).
How do I achieve this?
Q2A version: 1.8.3
by
I figured out, how to change 600 px setting. It is hardcoded in plugin file: /qa-plugin/wysiwyg-editor/qa-wysiwyg-upload.php on line 44.

1 Answer

+1 vote
by
This is a very important and useful suggestion. The file upload section needs to be redesigned.

Also, when editing comments, the author of the comment should be able to delete or add uploaded files.

@Script management team: Please add this feature.
...