I'm a fairly technical and I initially posted this question here http://drupal.org/node/182980, but I don't have the time right now to try to do this myself and unfortunately I don't think such a module exists, so I hoping to find a experienced Drupal developer.

I have a WordPress plugin that I would like converted to a Drupal module. The plugin checks to see if the first line of your post is an url to an image. If it is, the image is fetched using curl, resized using ImageMagick, and the url is replaced with an image tag. I'd like to be able to add this functionality to a field when creating a new content type using CCK.

If you're interested, please let me know how much you would charge and feel free to private message me if you have any additional questions or would like more information.

Thank you!

Comments

nevets’s picture

From this "I'd like to be able to add this functionality to a field when creating a new content type using CCK.", the < a src="http://drupal.org/project/imagefield">Image Field module sounds close and may meet your needs.

There is also the image assist module which actually allows you to insert image tags in to textfields.

iamscott’s picture

I've looked at the image module, but I don't think it does what I want. I want to be able to enter an URL to any image on a web and have that image saved and placed in a node/post, without just hotlinking.

Is that available with the image module?

nevets’s picture

I was thinking image field (not image module) but in the end they both use an input file type of image and in my quick test you can not upload an image from another web site. I would be interested knowing what the wordpress module is to see how they do it.

iamscott’s picture

Correct. The image field doesn't do it either. It's still input or I can use the embed image field but that's only for the selected providers (Flickr, Imageshack and Photobucket). I want to be able to add a photo from any site using the URL only.

The wordpress plugin is lr2ImageSnag. I'm not sure if there's any demo sites out there that show how it works exactly. I could set something up if needed. This is a feature I really want in my drupal site. So hopefully I'll be able to find someone who can incorporate this into a module for me or I'll work on it myself.

nevets’s picture

But I can not find the plugin available for download, the links I found all take me to a "page not found" error.

iamscott’s picture

I came across that too when I was trying to find it, but I can't remember where I downloaded it from. If you send me a private message I can email it to you. I don't think there is a way to upload attachments here.

silvanov’s picture

just upload it to sendspace or something in compressed format, and post a link here.