Forumlar / Cotonti / Support / Forum images

pieter
#25482 2010-08-05 16:25
go to: http://www.dev-enter.net/admin.php?m=bbcode

Search for img (2nd page for me)
There are 2

I know there was a problem, but I can't find it anymore in the forums.

These are mine, and they work for me:
Pattern(2nd column):
\[img\]((?:http://|https://|ftp://)?[^"\';:\?]+\.(?:jpg|jpeg|gif|png))\[/img\]
Replacement(3th column):
<a href="$1"><img src="$1" alt="" class="resizeimage" /></a>

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


Added 1 minute later:

EDIT: Have you done a fresh install?? Maybe me need to check if it is OK in the source.

Most of us that had the problem changed it, and this is not changed if you do an upgrade.
... can we help you ...