madeyedeer / avatar-tools
Avatar Tools
Installs: 236
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Type:flarum-extension
Requires
- flarum/core: ^1.2.0
Requires (Dev)
- flarum/testing: ^1.0.0
README
Welcome to Avatar Tools Flarum extension! Yes, it only does one thing... for now. This extension allows you to change the avatar upload file size limit directly from the admin settings, so you can permit larger files to be uploaded.
For feature requests or suggestions, feel free to contact me on the Flarum forum. Your feedback is appreciated and I'm open to expanding the functionality of this extension based on user needs.
Installation
Install with composer:
composer require madeyedeer/avatar-tools
Updating
composer update madeyedeer/avatar-tools php flarum migrate php flarum cache:clear
Note: Some releases may require a version to be specified when updating, so check the release notes on the Flarum forum for specific instructions.
Usage
Change the avatar upload file size limit in admin settings by entering a value in MB. If no value is entered, the default value of 2MB will be used. Keep in mind that the actual limit is determined by your server's PHP settings. If your PHP configuration allows for larger file uploads, Avatar Tools will enable you to set a higher limit within Flarum's settings, up to that server limit.