Hi guys,
I have two content types: Events and Course. Both has a taxonomy field to a Tags vocabulary. I want to create a block, and put inside the Course node view, that show all events that have the same tags of my Course. I'm trying solve this with the Views relationship, but I'm not having success. Have anyone a ideia on how could I solve this problem?
Pablo Lacerda pablolmiranda@gmail.com
Pablo L. de Miranda ha scritto:
Hi guys,
I have two content types: Events and Course. Both has a taxonomy field to a Tags vocabulary. I want to create a block, and put inside the Course node view, that show all events that have the same tags of my Course. I'm trying solve this with the Views relationship, but I'm not having success. Have anyone a ideia on how could I solve this problem?
Pablo Lacerda pablolmiranda@gmail.com
Why relationship ? If you have 2 content type add a filter "node: type" and choice Course and Events.
Or have I not understand what you need ?
M.
Hi Michel, Thanks for your response, but I think you don't understand what I need. So, I the solution in DrupalEasy post blog ( below ).
http://drupaleasy.com/blogs/ryanprice/2008/06/using-views-2-drupal-6-create-...
Regards,
Pablo