Finteger Ratings
Ratings Extensions for Flarum. This is based off (fork) Kilowhat Ratings and created with the help of the Flarum team (via many questions on Discord). Please note that this extension has NO affiliation with Kilowhat extensions. Just borrows the framework from an incompatible extension and the genius of the original author! Wanted to bring a light-weight solution back to Flarum! This is my very first extension!
Features
-Limit ratings to specific discussion tag/slug.
-Ratings update automatically (upon individual user post submission), without requiring a hard page refresh.
-View, submit, and moderate permissions.
-Users are only able to post one rating.
-Compatible with FOF Night Mode.
** Please note that when removing this extension, please disable and purge first. finteger_rating columns in discussion and post tables may have to be manually deleted in the database, as well as the migration record, if you plan on re-installing.
Requires
Please note that this extension requires @MichaelBelgium's Flarum Discussion Views extension to be installed and enabled.
Installation
Install with composer:
composer require finteger/ratings
Updating
composer update finteger/ratings
php flarum migrate
php flarum cache:clear
Links