I would like image to be link. I don't see this as an option.

Comments

zplatt’s picture

I am seeking this option too. Is there anyway to make the images be a link?

ruizrey74’s picture

Hi zplatt,

I use this workaround:

1) don't upload the image
2) instead upload it manually to known place
3) Use the content zone, with HTML coding like this

<a href="http://www....com"> 
<img src="/...the path.../picture.JPG" />
</a>

You may see an example here Databases Hispamerica

I guess giving the URL at creation or edit time, and rotor taking care of HTML code generation may be new feature request, don't know...

Regards

My Oracle topics blog

ruizrey74’s picture

Yes, it's already a new feature request.

Regards

SeanBannister’s picture

I've pointed all the duplicate requests for this feature to this node. There were four duplicates.

jdlind38’s picture

Is it possible to incorporate the CCK link module with this one? That way it could give the user the option.

br4t’s picture

Subscribing

What's the status on this feature request?

jdlind38’s picture

I found that Views Rotator module works really well. It takes any piece of content that you can create in a view.

icabanas’s picture

I added the image link functionality. Download the patch files at http://drupal.org/node/320757

mrfelton’s picture

Version: 6.x-1.2 » 6.x-1.x-dev
Status: Active » Closed (duplicate)

This is fixed in CVS.
Marked as duplicate of #320757: Adding Image Link Feature since that's where the patch came from (thanks icabanas)