Community & Support

relation Content Type/Taxonomy [need advice]

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

Comments

please people

please people

Take a look

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

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

i did it with node reference

nobody click here