Hello,
I've created a image gallery with views and cck. I'm trying to add a generic image for each gallery cell that will be a link to the actual node or to the thickbox. I'm not quite sure how to do this. I've tried to add the field into the grid theme in my template.php function, but I'm not sure how the image will become a link.
I thought of adding another image field to the node type, but I want it to always be the same image and not user inputed.
Any ideas?
Thanks
Idan
I thought of adding another image field to the node type, but I want it to always be the same image and not user inputed.
You could do this with CCK computed field. I have used it in a similar situation (displaying a default image, when there a no uploaded ones).
Domas