Foren / Cotonti / Support / BBcode Thumb is not working

once OK, but twice NOT

pieter
#8936 27. Februar 2009, 03:46
If I add a thumbnail like:


[thumb]bananaleaf_2col_64.jpg[/thumb]

I have no problems.

But if I do it twice i does not work.

[thumb]bananaleaf_2col_64.jpg[/thumb]
[thumb]bananaleaf_2col_64.jpg[/thumb]

He is not detecting the first [ /thumb], he takes the second one. Why?

bbcode:
\[thumb\](.*?[^"\';:\?]+\.(?:jpg|jpeg|gif|png))\[/thumb\]
<a href="datas/users/$1"><img src="datas/thumbs/$1" /></a>

How can I solve this?
... can we help you ...