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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | imagefield_formatter_0.patch | 1.51 KB | jimyhuang |
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | imagefield_formatter_0.patch | 1.51 KB | jimyhuang |
Comments
Comment #1
Anonymous (not verified) commentedThis patch might help you out if you are using views and imagefield. http://drupal.org/node/101954
Comment #2
jimyhuang commentedThis patch let views field can setup link of image, even if without imagecache module.
Extended from http://drupal.org/node/101954
Comment #3
quicksketchImagefield 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.