ExtensibleBBCode 1.0.1
My forum users really like BBCode, but Vanilla really only has two options: either Vanilla's default BBCode implementation (pretty good), or NBBC (which I personally hate).
So this is a middle-ground for anyone who can deal with writing a bit of PHP. It lifts the default BBCode implementation straight from Vanilla's core formatting class, and exposes it via a plugin. Additionally it provides a method where you can add your custom BBCode markup parsing rules.
I've added a single custom rule to this version, which is support for ordered lists [list=1]
, which Vanilla lacks by default for some reason.
By using this plugin, you can extend Vanilla's pretty good default implementation of BBCode without having to modify core files. This is great for me, because I can git merge
core updates more easily if I don't have to touch the core ever.
Changelog
- 1.0.1: Fixed an issue where the plugin didn't work with vanilla 2.3
- Author
- jamesinc
- Version
- 1.0.1
- Updated
- Downloads
- 167
- File Size
- 16.4K
- License
- GPL-3.0
Vanilla 3.3 Compatibility
The community has said nothing.
Version History
1.0.1 | September 2017 |
1.0.0 | June 2016 |