MiniFLAR BBCode Progress Bars
A Flarum extension. Embed progress bars inside Flarum posts using BBCode.
A revival of 0E800's BBCode Progress Bar Extension.
Installation
This will also install flarum/bbcode as it relies on it.
Install with composer:
composer require miniflar/bbcode-progress-bars:"*"
Usage
[PBAR]Title,ProgressText,BorderColor,ProgressColor,LittleColor,BorderSize,Progress%,BorderRadius,BottomMargin[/PBAR]
Examples
[PBAR]Total,70% Complete,black,red,pink,1,70,5,40[/PBAR]
[PBAR]Front-end,30% Complete,black,blue,teal,1,30,10,80[/PBAR]
[PBAR]Back-end,40% Complete,black,black,gray,1,40,20,0[/PBAR]
Screenshots
Forum Example
Links
Original discussion about this extension's revival can be found here.
An extension by miniFLAR.