我有一个与我之前的问题类似的问题(Drupal 7 views filter by dynamic taxonomy term),只是反过来。
我有一个“合作伙伴”内容类型,每个都有自己的分类术语。另一种内容类型是包含来自“合作伙伴”词汇表的多个术语的常规页面。在我的常规节点中,我想在视图块中包含一些“合作伙伴”。
视图应该只过滤那些相关的伙伴节点(那些用常规节点的标签之一标记的节点)。
可以这样做吗?问题是我无法通过上下文过滤器从 URL 获取术语名称......
我有一个与我之前的问题类似的问题(Drupal 7 views filter by dynamic taxonomy term),只是反过来。
我有一个“合作伙伴”内容类型,每个都有自己的分类术语。另一种内容类型是包含来自“合作伙伴”词汇表的多个术语的常规页面。在我的常规节点中,我想在视图块中包含一些“合作伙伴”。
视图应该只过滤那些相关的伙伴节点(那些用常规节点的标签之一标记的节点)。
可以这样做吗?问题是我无法通过上下文过滤器从 URL 获取术语名称......
After googling the whole afternoon (and posting it there), I eventually found the answer.
It's based on a tutorial on scito.ch (thanks), with only a few modifications. On the Content: Has taxonomy term ID (with depth)
filter, be sure to check the Allow multiple values
checkbox. Also (there's a lot of wrong tuts for that), don't specify anything in the WHEN THE FILTER VALUE IS AVAILABLE OR A DEFAULT IS PROVIDED
. It's important you specify all those 3 contextual filters.
Hope this helps someone and saves him a sunny afternoon :)