Question about Views in Drupal 6
I've created a content-type (called customer_logo_page). In that content-type I have created a selectbox (called field_select). This selectbox uses a node-reference to show the name of some nodes (logos) that I've created via another content-type (called customer_page).
The selectbox is therefore showing those nodes. For example: logo1, logo2, logo3, logo4 ans logo5.
My problem: I want to display the content/nodes from the selectboxes with a VIEW - but when i make a selection (let's say I choose logo2) all the other nodes is displayed too. I have used a view-filter that choose the correct node-type (customer_page) and then I use view-fields to tell that it is the field "logos" that I want to display.
And then what ....? Do I need another view-filter, is it a view-argument I need, or perhaps a view-relation? And how should it look like?
Thank you in advance :-)
Regards Vicamamia
Comments
Can anybody help, please?
Can anybody help, please?
Maybe create different
Maybe create different content types or different select boxes per logo and display them respectively in views? Just a suggestion.