April 2, 201016 yr I'm sorry if this doesn't belong here :/ I found a little glitch thing or something. You can't make a 0 (zero) as the smallest size. Liek this :/ 0 I just put one in the middle of this post if a mod or something wants to see what I'm talking about :/ It doesn't show up... Edit:[size="1"]0[/size] That ^ YouTube
April 2, 201016 yr Would that not be because size=0 implies size = nothing. Thus it doesn't display? Operation Gold Sparkles :: Chompy Kills :: Full Profound :: Champions :: Barbarian Notes :: Champions Tackle Box :: MA RewardsDragonkin Journals :: Ports Stories :: Elder Chronicles :: Boss Slayer :: Penance King :: Kal'gerion Titles :: Gold Statue
April 2, 201016 yr Author Would that not be because size=0 implies size = nothing. Thus it doesn't display?[size="1"]0[/size]^That It doesn't appear if you post it. YouTube
April 5, 201016 yr That's certainly a bug in the the expression that looks for BBcode, suppose it should be reported. In the meantime, here's a workaround:To get this 0 use:[size="1"][font="Arial"]0[/font][/size]On 99% of all browsers that looks exactly the same as [size="1"]0[/size] should look.
April 5, 201016 yr Aaah, they're only doing a lazy check like "if ($text)", huh? Teehee, nice find :razz:
April 5, 201016 yr ^ Having played with the phpBB3 regex that defines BBcode, it's bound to be a lot more complex than that. (phpBB3 also had some problems with regex, like http://en.wikipedia.org/wiki//Watchmen_(film) would show up as http://en.wikipedia.org/wiki//Watchmen_(film) if I remember right, could be in some certain situation) Regex is annoying. I don't blame them.
April 5, 201016 yr ^ Having played with the phpBB3 regex that defines BBcode, it's bound to be a lot more complex than that. (phpBB3 also had some problems with regex, like http://en.wikipedia.org/wiki//Watchmen_(film) would show up as http://en.wikipedia.org/wiki//Watchmen_(film) if I remember right, could be in some certain situation) Regex is annoying. I don't blame them. Most likely that follows ye, but I'd assume there's some sort of rudimentary check of the string's existence before throwing regex at it :o And perhaps a bit too rudimentary ^_^Now I don't know IPB's licensing terms, but I do wonder if you're allowed to venture into the code and quickly fix it yourself.. =o
April 5, 201016 yr Yeah you are actually, if you own a copy. And I'm pretty sure it's something like if (! $text == ""). That's my guess, but to test it I'll try a post with just 0. Edit: Lol you're actually right, it wouldn't let me post only 0. Lazy coders. :P
April 7, 201016 yr I guess it is just a matter of upgrading when the stable release arrives? :blink: ~D. V. "Don't ya just hate those bugs?" Devnull and normally with a cool mind.(Warning: This user can be VERY confusing to some people... And talks in 3rd person for the timebeing due to how insane they are... Sometimes even to themself.)
Create an account or sign in to comment