在Drupal 7中创建节点的向上反向节点引用列表
我们在 Drupal 7 中尝试做的事情:创建一个可以附加到节点视图或分类术语视图的块。在此块中,用户可以添加链接。这些链接可以指向联系人、文档、其他网站的链接或分类术语。 在后端,用户可以选择联系人、文档或链接。然后,用户获得使用该链接的所有节点的列表。如果链接发生更改,则会在使用该链接的所有节点中更新该链接。
换句话说,对于多个节点,节点引用可以在两个方向上工作。任何想法都非常感激:)
What we are trying to do in Drupal 7: create a block that can be attached to a node view or taxonomy term view. In this block, a user can add links. These links can point to contacts, documents, links to other websites or taxonomy terms.
In the back-end, a user can select a contact, document or link. The user then gets a list of all nodes where this link is used. If the link is changed, it is updated in all the nodes where it is used.
In other words, a node reference that works in both directions, for multiple nodes. Any ideas are mightily appreciated :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您好,您是否尝试过使用相应的节点引用模块? http://drupal.org/project/cnr
Hi have you tried to use Corresponding node references module? http://drupal.org/project/cnr
您可以使用:
http://drupal.org/project/content_dependency
它适用于节点引用和节点引用。自动实体参考模块。
You can use:
http://drupal.org/project/content_dependency
It works for both node reference & entity reference modules automatically.