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.
Extension: BBCodeParser
This discussion has been closed.
Comments
I'd rather keep it (the html formatter) simple and not try to second guess the poster.
In the case of BBCode, I suppose you can always do it in the HTML formatter and vice-versa...
// set the default formatter to BBCode $Context->Configuration['DEFAULT_FORMAT_TYPE'] = 'BBCode';
above/before line 13:
class AutoPFormatter extends StringFormatter {
Regarding the line break stripping, that is just a function of this version of the parser. BBCodeParser strips everything out and pretty much all the other formatters whack extra ones in all over the place, so that's why AutoP exists. Install and enable AutoP and see if that makes things better for you.
Regarding the whole default formatter thing, do people think it would be rude to have the formatter default itself by default? What happens when you have two formatters that do the same thing?
Let me know, thanks
Solving the nested quote problem would be enough for me, and perhabs for many others too?
Posting code is a more sophistcated problem, because of all the nice things we like to have for code: line numbers, syntax hightligthning, nice breaks... perhabs this should be handled by a diffrent extension?
Bye
Tiggr
As soon as I activate BBCP I get a black page. AutoP alone has no such problems.
That said, I get the *feeling* that activating AutoP significantly slowed down the forums.
Anyone else experiencing this, or is this a figment of my imagination?
managed VPS solution and I've encountered that many things I took for grated are
not installed). Will check, install and/or report.
PLEASE NOTE that as of 2007-03-17 I won't be looking in here for problems any longer. Please use the official BBCodeParser discussion for all future requests. Everything put in here will be ignored.
Would an admin mind closing this discussion?