drupal中的一对多节点
我正在尝试在 Drupal 7 中创建以下站点,但没有成功:
- 首页列出了新闻主题(例如,2012 年选举、某个城镇的地震)。为此,我创建了内容类型“新闻主题”。
- 当我点击新闻主题时,我可以看到它列出了以下部分:文章、视频、照片库、采访。每个部分都是不同的内容类型。
如何在 Drupal 7 中建立一对多(例如一个新闻主题有多个画廊)关系? 如何在“新闻主题”页面上列出所有相关内容类型? 如果我使用 Drupal 6 会更好吗?
I am trying to create the following site in Drupal 7, with no success:
- Front page is listing news topics (e.g. election 2012, earthquake in some town). For this I have created content type 'news topic'.
- when I click on the news topic, I can see that it lists following sections: article, video, photo gallery, interview. Eeach of these sections is a different content type.
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用“参考文献”模块怎么样?然后,您将首先创建几个画廊。完成后,您将创建新闻主题并从新闻主题节点引用这两个库。
我自己还没有在 Drupal 7 上尝试过,但它在 Drupal 6 上运行良好。
http://drupal.org/项目/参考文献
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