winckle/grcade-bbcode

BBcodes for the GRcade forum.

Fund package maintenance!
Website

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:flarum-extension

v0.02 2024-01-26 15:20 UTC

This package is auto-updated.

Last update: 2024-05-26 15:55:38 UTC


README

This is not an installable extension. It is simply a template you can copy to create your own BBCode extension for Flarum. In the future I may add detailed instructions here. For now, all I can say is:

  1. Edit extend.php - You'll see where the BBCode is (brackets), and then just below that line will be the HTML that the BBCode changes into. Above all of that is where you can add a URL to an external stylesheet and/or JavaScript.
  2. Edit composer.json - Put in your GitHub username where appropriate and give the extension a name.
  3. Edit this README.
  4. Add your CSS in the stylesheet inside of the assets folder. That's where you can add a JavaScript file as well.