A Flarum funny extension. Add Automatic badge and label to user after certain number of posts
Actual Auto Badges
less than 0 post: The Baby => icon <i class="fas fa-baby" />
less than 10 post: The Newbie => icon <i class="fas fa-child" />
less than 50 post: The Talker => icon <i class="fas fa-bullhorn" />
less than 100 post: The Teacher => icon <i class="fas fa-chalkboard-teacher" />
less than 300 post: The Monster! => icon <i class="fab fa-optin-monster" />
less than 600 post: The Guru! => icon <i class="fas fa-graduation-cap" />
less than 1000 post: The Flarumist! => icon <i class="fas fa-medal" />
more than 2000 posts Expert => icon <i class="fas fa-stethoscope" />
more than 4000 posts Gol* => icon <i class="fas fa-bible" />
more than 8000 posts Untouchable => icon <i class="fas fa-user-shield" />
If you need more customization, consider the PRO version of this extension
https://extiverse.com/extension/justoverclock/auto-post-badge-pro
Installation
composer require litalino/flarum-auto-post-count-badge:"*"
Updating
composer update litalino/flarum-auto-post-count-badge:"*"
php flarum cache:clear
Please backup your data before attempting the update!
You can upgrade from any of the older versions of the Auto Post Badge extension.
Then upgrade from the old extension to the new one:
composer remove justoverclock/auto-post-count-badge
composer require litalino/flarum-auto-post-count-badge
When you enable the new extension, the permissions, settings and the data from Justoverclockl Auto Post Badge will be moved to Litalino Auto Post Badge.
Links
Packagist
GitHub
Demo: Litalino/flarum-auto-post-count-badge