18 Feb
2005
18 Feb
'05
12:22 a.m.
I just did a filter that changes an image URL like this: www.website.com/myimage.jpg to an html tag to display the image, like this: <img src="http://www.website.com/myimage.jpg" alt="image" class="image-url-filter" /> It works for .gif, .png, .jpg and .jpeg file extensions. Of course it is just a quick hack of the urlfilter.module I saw this comment: http://drupal.org/node/15877#comment-28600 which gave me the idea - which I thought was interesting - so I did it. Not sure if this was done already, if so just ignore. If anyone finds this of any interest, let me know Cheers, Ross.