Lukasz
Lukasz

Reputation: 11

One to many nodes in drupal

I am trying to create the following site in Drupal 7, with no success:

How can I make one->many (e.g. one news topic has many galleries) relation in Drupal 7? How can I list all dependent content types on 'news topic' page? Would it be better if I used Drupal 6?

Upvotes: 1

Views: 1199

Answers (1)

sbrattla
sbrattla

Reputation: 5386

How about using the 'References' module? You would then first create a couple of galleries. When that's done, you would create the news topic and reference those two galleries from the news topic node.

I haven't tried it myself on Drupal 7, but it works well on Drupal 6.

http://drupal.org/project/references

Upvotes: 4

Related Questions