once OK, but twice NOT
pieter |
|
---|---|
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 ...
|