drupal视图根据节点id自动过滤
我想使用视图在节点页面上显示一些图像。 所以我创建了一个块视图,在一个漂亮的滑块中显示图像,但这显示了所有节点的所有图像。
我想知道是否有一种方法可以自动过滤掉属于当前正在显示的节点的图像。 我读过一些有关论证的内容,但我真的不知道如何使用它们来完成此任务。
I would like to use a view to display some images on a node page.
So i created a bloc view showing the images in a nice slider but this shows all the images of all the node's.
I was wondering if there was a way to automatically filter out only the images that belong to the node that's currently being displayed.
I've read something about arguments but I don't really see how I can use them to accomplish this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
添加参数“节点:NID”。对于“参数不存在时采取的操作:”设置,选择“提供默认参数”,然后选择“来自 URL 的节点 ID”。
Add an argument of "Node: NID." For the "Action to take if argument is not present:" setting, select "Provide default argument", then "Node ID from URL."