image-upload by flagrow
A Flarum extension that adds an image upload button on discussion and comment creation, uploads the image(s) to the configured upload connection and then adds a markdown link to the uploaded image.
Screenshots
goals
- Allow uploading and attachment of images.
- Support any needed upload service.
For a complete overview of our releases, please visit the milestones tracker on Github.
installation
composer require flagrow/flarum-ext-image-upload
configuration
- Visit the permission tab to select what user group can upload images in posts.
- Visit the settings tab of the extension in your admin to configure your image upload services.
Upload services
The following upload services are supported:
- Locally in
assets/images
(default).
- Imgur anonymously (requires Client Id by signing up).
- Cloudinary.com (install with composer to use:
composer require cloudinary/cloudinary_php
).
End-user usage
During post creation, click the Attach button to select a file. Once you've chosen an image, upload will immediately start and based on the image size and your connection will take some time to complete. The link to the image will then be added as markdown into the post composer.
links
Flagrow is a collaboration of Flarum extension developers to provide quality, maintained extensions.