Skip to content

Rate some things in Flarum with 5 stars - but in half-star increments!

License

Notifications You must be signed in to change notification settings

wolfgang-demeter/flarum-ext-bbcode-5star-rating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flarum-ext-bbcode-5star-rating

Insert Ratings into your posts in half-star increments.

Installation

Run composer require wolfgang-demeter/flarum-ext-bbcode-5star-rating in Flarum's folder.

Usage

You can either select your rating via a modal, by clicking on the Star-Icon in the Text-Editor or you can directly use the BBCode below.

Stars BBCode
0 stars [fivestar rating=0]
0.5 stars [fivestar rating=1]
1 star [fivestar rating=2]
1.5 stars [fivestar rating=3]
2 stars [fivestar rating=4]
2.5 stars [fivestar rating=5]
3 stars [fivestar rating=6]
3.5 stars [fivestar rating=7]
4 stars [fivestar rating=8]
4.5 stars [fivestar rating=9]
5 stars [fivestar rating=10]

Customize

This extension uses the defined secondary color (@secondary-color) of Flarum to highlight the rating by default. If you want to change the highlight color you can do so, by adding the following CSS custom property definition to your custom CSS in Flarum.

:root {
    --bbcode-fivestar-rating-color: #ff79c6 !important;
}

Screenshots

Select your rating

grafik

Show your rating

grafik

About

Rate some things in Flarum with 5 stars - but in half-star increments!

Resources

License

Stars

Watchers

Forks

Packages