Форуми / Cotonti / Support / Url image

pieter
#30001 01.07.2011 05:52

Below you can find mine:
Maybe try those
Change bbcode of IMG to:

\[img\]((?:http://|https://|ftp://)?[^"\';:\?\[]+\.(?:jpg|jpeg|gif|png))\[/img\]
<img src="$1" alt="" />

\[img=((?:http://|https://|ftp://)?[^\]"\';:\?]+\.(?:jpg|jpeg|gif|png))\]((?:http://|https://|ftp://)?[^\]"\';:\?]+\.(?:jpg|jpeg|gif|png))\[/img\]
<a href="$1"><img src="$2" alt="" /></a>

 

You have href in it. I guess this is the problem.

... can we help you ...

Відредаговано: pieter (01.07.2011 10:50, 14 років тому)