zerosonesfun / bbcard
This package is abandoned and no longer maintained.
No replacement package was suggested.
Beautiful, colorful cards for links.
1.4
2020-03-07 08:31 UTC
Requires
- flarum/core: >=0.1.0-beta.8 <0.1.0-beta.13
README
A Flarum extension which adds a card BBCode. This gives users a way to make links stand out like never before!
Install
composer require zerosonesfun/bbcard
Update
-
composer update zerosonesfun/bbcard -
Deactivate and reactivate the extension in your admin.
-
Go to your dashboard, click tools, click clear cache.
-
Clear your browser cache, and any other caches like Cloudflare, if applicable.
Uninstall
composer remove zerosonesfun/bbcard
Usage
[card link="https://google.com" title="The Link" text="This is what the link is about." color=green]
(Default color is blue. If you like that color then you do not need to type the color attribute at all. Available colors are: pink, green, orange, red, yellow, purple, blue, gray.)