Hi,
I have been trying to test some of my definitions, but I have some for imageshack and tinypic in 2.5 which do not work in 3. I didn't get the option for automatic conversion ...
This is the definition in 2.5:
Regular expression:
Code:
([http://]*[a-z0-9]*?[\.]?imageshack\.[a-z]*?/[a-z0-9]*/[a-z0-9]*/[a-z0-9]*)([\.]?[a-z0-9]*)
Replacement:
Code:
<div class="highslide-gallery">
<a id="$ameinfo[id_tag]" href="$p1$p2" class="highslide" onclick="return hs.expand(this)">
<img src="$p1.th$p2" alt="Highslide JS"
title="Klik om te vergroten." />
</a>
</div>
Contain: no
Extract destination data: no
Could you please help me?