Active
Project:
Views carousel
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2009 at 22:59 UTC
Updated:
6 Jan 2010 at 13:58 UTC
I know this is a stupid quesion, and I am overlooking something really simple, but I would appreciate any hints.
I have a viewscarousel with 8 images and I need to link each of these images to a separate node. I have tried attaching a link and it only links back to the image node itself. I need it to link to a node (Panels page) on my site.
any help would be appreciated.
Thank you
Comments
Comment #1
borniol commentedYou could use link module project that is doing this task. In your content type add a cck field as url to link your image to any url.
Then in your view add the field url, but order it BEFORE the field image, and then in your image field settings, rewrite the output of the link, using the token replacement that is you cck url field.
Hope this will help you
Comment #2
cookiesunshinex commentedIt sounds like you haven't discovered the fantastic imagecache module yet.
You should be able to easily select the "
Also, if you don't use imagecache, you can simply select "link this field to it's node" in the field settings like you would for a text field, such as node title, etc.
Comment #3
OnthegOinOz commentedHi,
thanks very much for your tip... it has lead me down the path... now... one step further, I would like to have and image audience to 1 organic group and then when that image appears in the carousel and is clicked the user is taken to that group home page (which is a panel node template page... node/%node)
any ideas?