When you create content with a cck type with an image field, it would be nice to be able to supply a link to the image so that the image was hot.

CommentFileSizeAuthor
#2 imagefield_formatter_0.patch1.51 KBjimyhuang

Comments

Anonymous’s picture

This patch might help you out if you are using views and imagefield. http://drupal.org/node/101954

jimyhuang’s picture

Status: Active » Needs review
StatusFileSize
new1.51 KB

This patch let views field can setup link of image, even if without imagecache module.
Extended from http://drupal.org/node/101954

quicksketch’s picture

Status: Needs review » Closed (works as designed)

Imagefield will continue to serve the purpose of creating solely image, not links in addition to images. If you want to have the image link to another location than the parent node, I'd suggest creating a link (link.module) or text field for the image to be associated with. You can wrap the image in an anchor tag in your theme layer or use contemplate.module to create a template for your type.