带分类参数显示的 Drupal 视图
我有一个带有基于分类术语和页面显示的参数的视图。我在显示屏上看到了一个很好的摘要列表,但我想显示图像和分类术语。有什么办法可以非编程地做到这一点?
目前页面如下所示:
(来源:shaiperednik.com)
我想要类似的东西这:(只是一个想法,具体布局此时无关紧要)
(来源:shaiperednik.com)
我安装了taxonomy_image模块,为必要的术语上传了图像,但不知道如何将它们显示在参数摘要页面上 我还遵循了如何@ http://drupal.org/node/638578#comment -2799854,但不知道第7步后该怎么做。谢谢您的帮助!
I have a view with an argument based on Taxonomy Term and a page display. I get a nice summary list on the display, but I'd like to show an image and the taxonomy term. Any way to do this non-programatically?
Currently the page looks like this:
(source: shaiperednik.com)
I'd like something like this: (just an idea, exact layout is irrelevant at this point)
(source: shaiperednik.com)
I have the taxonomy_image module installed, images uploaded for the necessary terms, but can't figure out how to get them displayed on the argument summary page
I've also followed the how to @ http://drupal.org/node/638578#comment-2799854, but don't know what to do after step 7. Thank you for the help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,找到了我的解决方案。创建了产品词汇的分类视图,作为将图像和文本字段链接到其分类页面的网格,并且 BAM 它成功了!
ok, found my solution. Created a taxonomy view of the products vocab as a grid linking images and text fields to their taxonomy pages and BAM it worked!