使用 jCarousel 模块构建幻灯片
我正在使用 jCarousel 构建一个在块中显示的幻灯片。内容类型具有图像上传字段,这些图像将显示在轮播中。我希望每个节点在轮播中都有不同的图像。在视图中,我按类型定义了过滤器。但这会获取每个节点的所有图像。我该如何解决这个问题?
I'm using jCarousel to build a slideshow that displays in a block. The content type has image upload fields and those images are going to display in the carousel. I want that every node has a different images in the carousel. In Views I defined filters by Type. But that takes all the images from every node. How can I solve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您想要在特定页面上显示的图像是通过该页面上传的吗?
如果是这样,您可以使用 Node:NID 参数。
在“参数不存在时采取的操作:”下
选中“提供默认参数”,
然后选中“来自 URL 的节点 ID”
Are the images you want on a specific page uploaded via that page?
If so, you can use the Node:NID argument.
Under "Action to take if argument is not present:"
check "Provide default argument"
then "Node ID from URL"
以下是有关 template.php 注释的更多信息:
在 page.tpl.php 中添加
在 template.php 中,添加
Here's more info about the template.php comment:
In page.tpl.php add
<body class="<?php print $body_classes; ?>">
in template.php, add