MiniFLAR BBCode Progress Bars
![PayPal](https://img.shields.io/badge/paypal-ralkage-4cl?style=for-the-badge&logo=paypal)
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
![BBCode Progress Bars](http://i.imgur.com/a3Tr3qx.png)
Links
Original discussion about this extension's revival can be found here.
An extension by miniFLAR.