Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.7
Component:
block displays
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2009 at 14:26 UTC
Updated:
29 Dec 2009 at 10:36 UTC
I created a block with an image gallery. Images are created as multiple content.
I want to link each image to a view with only the image i clicked on.
Is there a way to do this with views?
Comments
Comment #1
dawehnerI think you have to write your own field handler, and extend the one by imagefield or cck. Views does not know of "multple content", so it cannot do something here.
Comment #2
rosso69 commented