MyBB Community Forums

Full Version: How can I add .jfif file support ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried to add .jfif to the supported file formats, it is uploading, but I get no thumbnail or preview. 

Link: https://forum.factcheckerz.com/Thread-Te...ile-upload


Settings in Attachment Types (ACP)

[attachment=43160]
Your thread requires to be registered to see it.
Can you provide a test account please ?

quick note: tested on 1.8.22, confirmed. No thumbnail is created

Ok, found:
in https://github.com/mybb/mybb/blob/d38b68...d.php#L548, the extensions are hard coded, and jfif is not in the list.
Same thing will arrive with .webp or any less common extension.

Temporary solution: add || $ext == 'jfif'in the condition. Will be erased in next upgrade, sorry