Gamification by ReFlar
- Edited
3.0.6
- Added Italian translation (reflar/gamification37, @spaeps)
Updating 
- Run
php flarum cache:clear
in your root Flarum dir
Please allow Bazaar 60 minutes to pull the update
Heya I got an error when attempting to convert likes to upvotes.
[15-Jun-2018 21:14:51 UTC] PHP Fatal error: Uncaught Error: Call to undefined method Reflar\Gamification\Gamification::upvote() in C:\inetpub\wwwroot\public\forums\vendor\reflar\gamification\src\Gamification.php:110
Stack trace:
#0 C:\inetpub\wwwroot\public\forums\vendor\reflar\gamification\src\Api\Controllers\ConvertLikesController.php(65): Reflar\Gamification\Gamification->convertLike(2, 6)
#1 C:\inetpub\wwwroot\public\forums\vendor\flarum\core\src\Http\Handler\ControllerRouteHandler.php(53): Reflar\Gamification\Api\Controllers\ConvertLikesController->handle(Object(Zend\Stratigility\Http\Request))
#2 C:\inetpub\wwwroot\public\forums\vendor\flarum\core\src\Http\Middleware\DispatchRoute.php(69): Flarum\Http\Handler\ControllerRouteHandler->invoke(Object(Zend\Stratigility\Http\Request), Array)
#3 C:\inetpub\wwwroot\public\forums\vendor\zendframework\zend-stratigility\src\Dispatch.php(212): Flarum\Http\Middleware\DispatchRoute->invoke(Object(Zend\Stratigility\Http\Request), Object(Zend\Stratigility\Http\Response), Object(Zend\Stratigility\Next))
- Edited
I’m debating whether or not I should stick with the standard likes extension or switch to this one. I like the idea of having ranks. I’m on the fence when it comes to allowing down votes. Who is using this and why do you like it more than likes?
- Edited
How I can change the size of rank image? What is the name of the file?
If I try to like or dislike (vote I mean) I receive error. Plugin doesn't working.
3.0.8
- Limited the amount of results to be returned from the ranking page to 25, to align with the rest of Flarum. Thanks to @mattmezza for the PR
- Edited
3.0.10
- Added an easter egg - First person to find it gets a prize (message me on Discord) Don't cheat!
Found the easter egg!
Kyrne Oh smack!
I found the easter egg ?
Seriously I did find the actual easter egg (nice btw), but I obviously cheated, so I'm not publishing it.
All I can say is good luck finding it by not cheating, it seems well hidden ?
I have to admit I didn't expect you'd remove the git history ? But it effectively prevents the easiest of the cheating methods.
Also PS luceos your image isn't showing up on Firefox, probably because webp isn't supported
- Edited
clarkwinkelmann I hope it's not too well hidden! Removing the history which allowed you to find it would be much more challenging and time consuming. (I have a backup of the original got history, I'll put it back up once someone finds it)
Could it have a different color for downvotes and upvotes instead of one for both?
Also, the wait time could be configurable? I have a forum and users usually give a lot of downvote / upvote, it's quite annoying to have to wait 10 seconds. There are also cases where upvote is given unintentionally and I have to wait to undo the upvote ...
- Edited
3.0.11
UserCard
andPostUser
are no longer overridden, this restores compatibility withclarkwinkelmann/flarum-ext-circle-groups
and any other extension that changes theUserCard
orPostUser
. Code Credit: @TinghuiWangAdded Portuguese translation. Thanks @Bruno7kp!