Gambalunga
💖 Chevereto Fan
I have just been advised of this problem by my users. In fact I am surprised that it has taken this long.
My site is set up specifically to provide an image library for users of the Talk Morgan forum. This forum uses the UBB.threads™ PHP Forum Software which does not function with the .jpeg file extension.. This does not create any problem for embedding images in posts using the BBCode image embed tags but it does create a problem if someone wants to use an image for their avatar.
In searching these forums I came across a very small reference in https://chevereto.com/community/thr...-reserve-for-jpg-image-files.12368/post-73526 which seems to indicate that all .jpg files are now automatically renamed .jpeg
I do understand the desire to maintain only one convention in file names for the same type of file however this does seem to be causing problems. Other than the fact that .jpeg file extensions are a problem for a UBB.threads forum the .jpg extension is much more common. Since legacy files from V.3 are still supported I find it hard to understand why both .jpg and .jpeg extensions are not accepted.
I have searched to see if this behaviour, in Chevereto, is subject to a user configuration but I can not find any reference to it in the Administrator Settings or in the env files. The only possible reference that I found was the line
Adding "JPG" to the list did not make any difference.
I don't think this is a bug but a policy that has been decided so, for that reason, I am not reporting it as a bug. I do, however, strongly disagree that this change of file name extensions should be forced on users. In my opinion the file names should be preserved in their entirety unless otherwise decided by the site administrator.
My site is set up specifically to provide an image library for users of the Talk Morgan forum. This forum uses the UBB.threads™ PHP Forum Software which does not function with the .jpeg file extension.. This does not create any problem for embedding images in posts using the BBCode image embed tags but it does create a problem if someone wants to use an image for their avatar.
In searching these forums I came across a very small reference in https://chevereto.com/community/thr...-reserve-for-jpg-image-files.12368/post-73526 which seems to indicate that all .jpg files are now automatically renamed .jpeg
I do understand the desire to maintain only one convention in file names for the same type of file however this does seem to be causing problems. Other than the fact that .jpeg file extensions are a problem for a UBB.threads forum the .jpg extension is much more common. Since legacy files from V.3 are still supported I find it hard to understand why both .jpg and .jpeg extensions are not accepted.
I have searched to see if this behaviour, in Chevereto, is subject to a user configuration but I can not find any reference to it in the Administrator Settings or in the env files. The only possible reference that I found was the line
Code:
'CHEVERETO_IMAGE_FORMATS_AVAILABLE' => '["JPEG","PNG","BMP","GIF","WEBP"]',
I don't think this is a bug but a policy that has been decided so, for that reason, I am not reporting it as a bug. I do, however, strongly disagree that this change of file name extensions should be forced on users. In my opinion the file names should be preserved in their entirety unless otherwise decided by the site administrator.