jenolan Do you think that it would be possible to specify that a group of images uploaded appear as a carousel rather than just vertical embed? It would be cool for a blog post that has a bunch of event images to do this. Thanks Larry
luceos jenolan cool thought, it's been mentioned before and might be worth the effort at some point. OrdinaryJellyfish this extension allows other extensions to add drivers ?
OrdinaryJellyfish Does this have integration with Google's Firebase? It does have a storage feature that I think would work well with this extension!
jozbaldwin luceos Im a complete noob at this, can you point me in the right direction? How exactly, if possible step by step do I allow all regular file types?
jozbaldwin luceos this is what i did, I copied the complete code to allow all regular file types in the Configure your mime type field, I can upload images and gifs, but audio and video doesn't seem to work.
luceos jozbaldwin You'd have to inspect the mimetype of the file you're trying to upload. There are online sites to check the mimetype. Please let me know what you find, perhaps the suggested mime configuration isn't perfect.
jozbaldwin luceos the video came back video/mp4 and the audio came back audio/mpeg Im beggining to think it has something to do with the upload time, the message something went wrong popsup on flarum.
luceos jozbaldwin I guess your upload is too large; either for the server to process within the timeout or based on the max upload size.
jozbaldwin luceos I managed to fix the server side issue, now videos and mp3s upload but theres no preview, just a blank message.
Alejandro How to upload Microsoft Office files doc, docx, excel? Does not work (application\/(doc|docx|excel))
luceos Alejandro you'll need to get the actual mime types, for instance: https://stackoverflow.com/questions/974079/setting-mime-type-for-excel-document
D-W luceos Ok then how to handle extensions that don't have mime type specified? I could use octet-stream but this will allow adding other files than I expect and then downloads as *.bin
zeno Are there any best practices SEO wise? For my forum it's quite important that the images are found by google.
luceos zeno this extension does nothing with SEO. It simply re-uses the provided name and prefixes it with some metadata.