I want the image from my content "Certification" to be available in my content "Product" so the user can multi-select the appropriate certifications(image) related to the product.
So I made my 2 content type :
Certification
Node title
node body for description
field_certification_image
Product
Node title
node body
field_product_image (Here I made a Node rrfrrence to view image_from_certification)
Views : image_from_certification (to use in CCK to list the images from Certification)
Node type : Certification
Field: field_certification_image -> Link this field to its node -> Format : Image
Ok so now when I create content Product, I can select a Certification but its not the images that are listed but the Titles. I dont mind if the users dont see the images, they still can select the good certification but once the Product content is publish I want to have the image linked to the certification.
When I add my field_certification_image to Panels in my Parameters I only have the option to for Field formatter : "Title, Title (no link), Full Node"... no Images. So I can only list the Titles (with link).
So then I created a new Views list_certification to list the Certication images that is selected in my Certification CCK to add to my Panels.
Node type : Product
Arguments -> Node : NID