@michael-pfaff I could yes, but ideally, I would like it to auto-create topics etc...
Can you get widgets to do that?
@julian don't do this or recommend doing this. Add the package to your deps and require it normally. npm can decide to install it or not.
Never rely on other modules' deps to be stable.
Need this plugin badly because for most of our post, we have screenshot of images.
Possible to have a plugin that can resize and compress images at the same time?
Compress images: https://tinypng.com/ has a nodejs package
@ilblog Core already resizes images, doesn't it?
@julian Maybe yes, we will try
@ilblog Hmm we have "Request Entity Too Large" error message trying to upload 1.6Mb pic. Running 1.11.1. Will ask or admins.
Check your config https://yourwebsite/admin/settings/uploads
@ilblog said in image optimizer plugin - requests:
@ilblog Hmm we have "Request Entity Too Large" error message trying to upload 1.6Mb pic. Running 1.11.1. Will ask or admins.
If you use Nginx check here for solution that worked for me.
Can this be repeated on nodebb?