Thread: BBCode bugs
View Single Post
Old 03-05-2008, 09:36 PM   #1 (permalink)
wGEric
The Acquainted
 
wGEric's Avatar
 
Join Date: Nov 2007
Posts: 166
Thanks: 0
wGEric is on a distinguished road
Default BBCode bugs

Code:
this shouldn't be bold but it is.

this shouldn't be a link
IMO the code tag shouldn't be parsing BBCode within it. I'm not sure if this is standard in vBulletin or not. If it is, then don't worry about it. This makes it hard to post bbcode examples for people and in some cases code can get messed up.


Quote the post to see these. Pretty much when you put bbcodes within the function bbcode it doesn't work.
include" target="_blank">include

test

javascript:alert('test');
Above produces a weird result. Why <b> in the middle? heh. I guess that can prevent an exploit.

test" target="_blank">test

PHP Code:
<?php //some php ?>
" target="_blank">
PHP Code:
<?php //some php ?>


Code:
some code
" target="_blank">
Code:
some code



You get the idea.
__________________
Eric
wGEric is offline  
Reply With Quote