User Statistics
i've made this little extension for a friend, and i will share all for the benefit of the community, under minimal mantainance.

A Flarum extension. Add some user statistics in flarum posts, this extension require clarkwinkelmann/flarum-ext-likes-received and will be installed automatically.


Usage
Remember to set the permission to "All" for clarkwinkelmann/flarum-ext-likes-received to make it works for guests.
Remember to launch php flarum clarkwinkelmann:likes-received:refresh to update the likes count, or it will start from 0
Installation
Install with composer:
composer require justoverclock/user-statistics:"*"
Updating
composer update justoverclock/user-statistics:"*"
php flarum cache:clear
Links