tolyod / gamification

Add upvotes, downvotes, and ranks to your Flarum Community

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gamification by FriendsOfFlarum

License Latest Stable Version OpenCollective

A Flarum extension. Add upvotes, downvotes, and ranks to your Flarum Community!

Upvote and downvote posts anonymously, and reward active users with ranks, and sort posts by hotness/popularity.

Note: This extension is meant as a replacement for the Flarum Likes extension. Therefore, they are not compatible and it's recommended to disable the Likes extension.

  • Q: How is hotness sorted ?
  • A: The total amount of hotness is got between the amount of votes on the discussion and the posts inside of it. Also, newer posts with the same amount of upvotes as another post will have more hotness, so time is also an influent factor.

Installation

Use Bazaar or install manually with composer:

composer require fof/gamification

You can optionally convert your likes into upvotes, as well as calculate the hotness of all previously existing discussions.

Updating

composer update fof/gamification

Links

An extension by FriendsOfFlarum.

About

Add upvotes, downvotes, and ranks to your Flarum Community

License:MIT License


Languages

Language:PHP 52.9%Language:JavaScript 40.7%Language:Less 6.4%