Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Topics must relate to a currently supported version of Kunena. If you are unsure what is the current supported version of Kunena, please go to the download page.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question Wishlist: Image resizer plugin in Kunena

More
2 years 3 months ago #230618 by Goldie
Hi,

image sizes in modern smart phones grow every year. I try to motivate my users to live with the existing small image limit of 1240 x 1024 px . In my eyes enough for showing all necessary details.

However it means that users have to find solutions how to size down their existing images. I am aware how to raise the limit but my compressed backup is already 20 GB and main extension on my website is Kunena.

I would therefore appreciate a Kunena plugin that automatically scales down images when they are attached to a message. Hopefully I can motivate you with such a wish for future development.

Please Log in or Create an account to join the conversation.

More
2 years 3 months ago #230626 by rich
You don't need an extra plugin for this. The images are reduced to the size you selected in the Kunena configuration when they are uploaded.
But this is the wrong way, as you will not achieve the desired result.
It is the png images that take up a lot of memory.
For example, I have the same image twice, one is a png and the other is a jpg.
The jpg has a size of 1920 x 1080 px and 486.5 kB
The png has a size of 800 x 450 px and 607.1 kB
As you can see, the png image is more than half smaller and still has more kB.
What you have to reduce in the configuration is Maximum Image File Size. The default setting for Kunena is 150 kB if it has not been changed. This prevents images that contain too much image information and are therefore too large from being uploaded. You can find this configuration in the Kunena configuration, tab Uploads.

Important! Always create a backup before you make any changes to your website!

Please Log in or Create an account to join the conversation.

More
2 years 3 months ago - 2 years 3 months ago #230627 by Goldie
Hi rich,

thanks for your reply. I have set the maximum image file size to 500 kB. It means that all images larger than that are refused. I have also set image max resolution to 1240 x 1024 px. And yes it can happen that png files of that size are refused. Sometimes even JPEG with too much details.

Do I understand you correctly that all images larger than 1240x1024 are automatically downscaled during upload (and not just during display). So if I enlarge max upload size to 1MB it will take a 2140 x 1820 image and scale it down using less space anyhow? So maximum image size is checked before it is downscaled? In that case I could increase the max file size limit to even 2 MB without too much harm and get rid of user nagging?

BTW: If you need support and test capabilities, drop me a note. I find your work awesome and am willing to give back some support.
Last edit: 2 years 3 months ago by Goldie.

Please Log in or Create an account to join the conversation.

More
2 years 3 months ago #230628 by rich

So maximum image size is checked before it is downscaled? In that case I could increase the max file size limit to even 2 MB without too much harm and get rid of user nagging?

It would put a strain on your site if several people did this at the same time, but in theory yes, the images should be scaled down. However, this does not work indefinitely, as the upload size is also limited by the server.
Quote from the backend:
>> You cannot exceed the PHP upload limit of post_max_size: 200M & upload_max_filesize: . To change the PHP upload limit, check your php.ini (/etc/php82/fpm/php.ini) settings. <<

BTW: If you need support and test capabilities, drop me a note. I find your work awesome and am willing to give back some support.

Thank you very much, we appreciate any support.

Important! Always create a backup before you make any changes to your website!

Please Log in or Create an account to join the conversation.

Time to create page: 0.230 seconds