https://github.com/frameset/grcade-bbcode
A flarum extension to allow GRcade users to use some custom bbcodes
https://github.com/frameset/grcade-bbcode
Last synced: about 1 month ago
JSON representation
A flarum extension to allow GRcade users to use some custom bbcodes
- Host: GitHub
- URL: https://github.com/frameset/grcade-bbcode
- Owner: frameset
- License: mit
- Created: 2024-01-26T10:13:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-26T15:21:16.000Z (over 2 years ago)
- Last Synced: 2025-12-14T14:59:33.081Z (7 months ago)
- Language: PHP
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flarum BBCode Template
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.