Closed (works as designed)
Project:
ImageField
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2007 at 00:32 UTC
Updated:
19 Apr 2007 at 02:53 UTC
Jump to comment: Most recent, Most recent file
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.