Download the PHP package malago/flarum-achievements without Composer
On this page you can find all versions of the php package malago/flarum-achievements. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download malago/flarum-achievements
More information about malago/flarum-achievements
Files in malago/flarum-achievements
Package flarum-achievements
Short Description Adds customized achievements to your forum.
License GPL-3.0-or-later
Informations about the package flarum-achievements
Achievements Extension for Flarum
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
Updating
Usage
Intructions on how to create achievements are on the corresponding admin page.
Example
This is an example for an achievement with custom images:
- Name: Like-a-lot
- Active: yes
- Description: You liked more than 10 messages!
- Variable: Likes given 10
- Points for this achievement: 100
- Image URL: https://nucleoapp.com/assets/img/free-icons/[email protected]
- Image height: 96
- Image width: 96
- Row: 3
- Column: 5
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.