malago/flarum-achievements

Adds customized achievements to your forum.

Installs: 3 099

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 3

Open Issues: 4

Language:JavaScript

Type:flarum-extension

0.5.6 2023-04-13 20:30 UTC

This package is auto-updated.

Last update: 2024-04-13 23:15:00 UTC


README

GPLv3 license Latest Stable Version Total Downloads

Features

  • Reward your users with forum achievements
  • Achievements are given when replying, liking, uploading an avatar, creating a new discussion and more...
  • Achievements can include points and an icon

Installation

composer require malago/flarum-achievements

Updating

composer update malago/flarum-achievements
php flarum cache:clear

Usage

Intructions on how to create achievements are on the corresponding admin page.

See video

Example

This is an example for an achievement with custom images:

You can look at the image we used for the example to understand how the image height, width, row and column works. You can also use one image per achievement, as long as the image has the exact size you want and you specify this size.

Example 2

This is an example for an achievement with Font Awesome icons:

  • Name: Leader
  • Active: yes
  • Description: You started more than 10 discussions!
  • Variable: Discussions 10
  • Points for this achievement: 250
  • Image URL: far fa-comments

In this case, we are using the icon far fa-comments as our achievement image. Here, there is no need to specify the image size or anything else.

Links