PDA

View Full Version : [fixed] Tiny bug in custom vB code page


Tommy Boy
Sun 18th Nov '01, 8:34pm
This is a very small bug, but you may want to fix it in the next release. When I tried to add a new vB code, I added it with the brackets by mistake, like [this]. When I returned to the page to fix it, it was converted to \[this\].

Chen
Mon 19th Nov '01, 2:32am
Confirmed, but I'm not sure this qualifies as a bug.

I guess the preg_quote() call could be moved from bbcode.php to functions.php, where parsing is done.

Moving...

george_proost
Sat 24th Nov '01, 3:28am
Originally posted by FireFly
Confirmed, but I'm not sure this qualifies as a bug.

I guess the preg_quote() call could be moved from bbcode.php to functions.php, where parsing is done.

Moving...


PLEASE DON'T GUESS

rephrased

please, pretty please

Chen
Sat 24th Nov '01, 3:55am
Originally posted by george_proost
PLEASE DON'T GUESS
Please don't yell at me, I am very sensitive! :(

tubedogg
Sun 25th Nov '01, 12:34am
Originally posted by george_proost
[B]PLEASE DON'T GUESS???

Chen
Sun 25th Nov '01, 9:14am
Originally posted by george_proost
PLEASE DON'T GUESS

rephrased

please, pretty please
Too late, you hurt me already. :(

nuno
Fri 28th Dec '01, 8:27pm
Originally posted by FireFly

Please don't yell at me, I am very sensitive! :(

LOLOLOL

Chen
Sat 29th Dec '01, 3:08am
Originally posted by nuno
LOLOLOL
It took you a month to get the joke? Sheesh...

John
Thu 17th Jan '02, 9:23am
Edit (approx) line 84 in admin/bbcode.php

makeinputcode("vB Code tag","bbcodetag",stripslashes($bbcode[bbcodetag]));

John