relation Content Type/Taxonomy [need advice]

grigori - February 25, 2009 - 20:46

Hi
this is my situation:

1) user add new CD (content type: music)
with taxonomy fields like: album title, performer etc

2) once he added that he can see the link at the bottom: ADD lyrics
(and that is second content type: lyrics)

and now I want to display this lyrics only on this page, so for example if i on "Artist album A" add song called "Song A" i want this Song A body be displayed below the Artist A

now i have that "Song A" is displayed on every Artists page (i created block in Views and in admin/blocks i put it in the middle)
and Song A belong only to Artist album A! not to other albums

please i will be extremalt grateful for any ideas

please people

grigori - February 25, 2009 - 21:03

please people

Take a look

dunx - March 12, 2009 - 18:09

I'm a newbie discovering whether I can do something similar, so this isn't from experience, but perhaps take a look at

http://drupal.org/project/cck_autocomplete
http://drupal.org/project/autocomplete_node_finder
http://drupal.org/project/batax

some basic questions

justageek - March 12, 2009 - 18:18

So you have a content type called 'music' that holds individual CD's, and then you have a content type called Lyrics, so that you want one CD to have many lyrics (songs)?

You need a node reference field on your Lyrics content type, so that when you create Lyrics, you can choose the CD Node to which the Lyrics are linked.

i did it with node reference

grigori - March 26, 2009 - 13:03

i did it with node reference

 
 

Drupal is a registered trademark of Dries Buytaert.