Drupal 查看 NodeReferences:链接到引用节点中的 URL
我有一个 cck-node,其中包含一些节点引用,例如 PDF 文件、视频等。现在我想构建一个列出我已经拥有的所有这些文件的视图。但我只能获取链接到引用节点的链接。我想让它们链接到引用节点中的文件。
希望一个通用的例子能让它更清楚:
--
一个示例产品
Lorem Ipsum…
相关文件:
手册
- 手册 A(应该链接到文件而不是节点)
- 手册 B(应该链接到文件而不是节点)
电影
- 电影(应该链接到文件 )节点)
——
希望有人能帮助我解决这个问题。
注意:客户更喜欢仅使用视图来构建 - 没有模板文件等,因为他熟悉 drupal 但不熟悉模板等。
I have a cck-node with some node-references like PDF-files, videos and so on. Now I want to build a view that lists all those files, which i already have. Yet I can only get the links linking to the referenced node. I'd like to have them link to the file in the referenced node.
Hope a generic example makes it clearer:
--
A Sample Product
Lorem Ipsum…
Relating Files:
Manuals
- Manual A (should link to file instead of node)
- Manual B (should link to file instead of node)
Movies
- Movie (should link to file instead of node)
--
Hope someone can help me with this.
Note: Client preferes to have it build only with views - no template files or such because he's familiar with drupal but not with templates etc.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个模块:http://drupal.org/project/nodereference_views - 让您格式化节点引用字段显示引用节点的不同部分。
Try this module: http://drupal.org/project/nodereference_views - lets you format a nodereference field to show different pieces of the referenced node.