drupal创建一个视图以通过节点id抓取节点文件

发布于 2024-10-07 10:00:41 字数 138 浏览 1 评论 0原文

有没有办法创建一个视图,该视图采用节点 id 参数来获取从该节点上传的所有文件。我有一个带有 cck 多组的页面,其中包含视频标题、视频缩略图、视频文件。在我的节点 tpl 中,我想调用一个视图来抓取这些文件,为 JW 播放器创建播放列表。

谢谢

Is there a way to create a view that takes an node id argument to get all the files uploaded from that node. I have a page with cck multigroup with video title, video thumbnail, video file. In my node tpl I want to call a view to grab those files to create a playlist for a JW Player.

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

笙痞 2024-10-14 10:00:41

如果您使用 Drupal6,这非常简单。使用视图参数,您可以定义参数类型,甚至设置默认参数。更多详细信息,请参阅视图参数文档页面。要让它只返回您想要的字段,也非常简单,在字段下只需选择您列出的 3 个字段。

If you are using Drupal6 this is very straight forward. Using views arguments you can define the argument type and even set up a default argument. More detail can be found at the Views Argument documentation page. To have it only return the fields you want, is also very straight forward, under fields just choose the 3 fields you listed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文