Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
The Better BBCode Extension
Link
I was having some problems with the BBCode extension that came with Vanilla, and I've been meaning to make an extension out of the Pear BBCode engine for a while, so I finally broke down and did it. It should be virtually immune to HTML/JS insertion attacks, and doesn't choke on nested tags or improper markup as much as the old one. This was a big deal for me, since the Quotations extension needs tags to nest properly.
Installation should be as easy as dropping it in your Extensions folder, enabling it, and turning the old BBCode extension off.
I was having some problems with the BBCode extension that came with Vanilla, and I've been meaning to make an extension out of the Pear BBCode engine for a while, so I finally broke down and did it. It should be virtually immune to HTML/JS insertion attacks, and doesn't choke on nested tags or improper markup as much as the old one. This was a big deal for me, since the Quotations extension needs tags to nest properly.
Installation should be as easy as dropping it in your Extensions folder, enabling it, and turning the old BBCode extension off.
0
This discussion has been closed.
Comments
is this going to be for quotations or just bbcode in general?
EDIT: Nevermind, just change
require_once('BBCodeParser.php');
to
require_once($Configuration["EXTENSIONS_PATH"].'/BetterBBCode/BBCodeParser.php');
That should fix it.
Sometime soon I'll have the time to change the official copy.
[list]
[*]test
[*]test2
[/list]