If a specific username has a space inside, the bbcode parser won't be able to parse the "quote" tags properly.
Affected:
Found in UseBB 1.0.2 and I don't know if it existed in previous releases.
Test:
[quote=name] Test quote - This WILL be parsed! [/quote]
[quote=name 1] Test quote - This WON'T be parsed! [/quote]
Possible solution:
Change the way the quote function works and make it necessary have double quotes before and after the name:
[quote="name"] Test Quote [/quote]
See the test in the testing forum: http://www.usebb.net/community/topic-1323.html
« Last edit by Dietrich on Wed Sep 27, 2006 6:31 pm. »

