I'm trying to get a hobby forum running, and e.g. I often use Photobuckets facility autogenerate BB-code with a clickable thumbnail linked to the main picture on PB.
I can't get it to accept the following, it only shows the thumbnail but there's no link.
[url=http://www.example.com/imsges/image.jpg][img]http://www.example.com/imsges/image_tb.jpg[/img][/url]
I do use a yvBBCode extension, could this be interfering?
Edit: without yvBBcode, it shows sorta like this:
[URL][IMG]http://i238.photobucket.com/albums/ff120/example/image_th.jpg[/IMG][/URL]
EDIT2:
And now it suddenly works. Go figure. If I disable BBcode in the JooBB post and have yvBBcode enabled it seems ti work, at least for now.
Hi snowblizz,
ooops. I'm late. Sorry.
Joo!BB has an own BB-Code Parser. As you already figured out it's possible to disable the parser in the configuration. I designed it this way to allow other plugins to be able to parse BB Codes.
Kind regards,
Robbie
Quote by Robbie:Hi snowblizz,
ooops. I'm late. Sorry.
Joo!BB has an own BB-Code Parser. As you already figured out it's possible to disable the parser in the configuration. I designed it this way to allow other plugins to be able to parse BB Codes.
Kind regards,
Robbie
And an excellent idea it was!
Now, I'm curious which parser is not "following standards" because it seems the internal parser can't cope with IMGs as URLs. If you get my meaning. Image links basically.
Just curious, was I doing something wrong or is there a bug somewhere.
There were some security issues with the tag [img][/img] inside the [url][/url] tag. So I do not allow this at the moment. It's a little bit complicated to find out a secure and fast algorithm allowing all standards. But I'm on it.