如何在 Drupal Views 中列出相关术语的所有子术语
我真的很难找到这个问题的答案,并且花了 6 个小时在视图中搜索和摆弄。让我解释一下。
我有两个分类词汇:目录和结构。 我有一个 Fabric 中的 Fabric 列表,其分层结构类似于以下内容:
Seasonal-2010
-公司
--面料设计师
---面料系列
----面料名称
2009 年季节性
-公司
--面料设计师
---面料系列
----面料名称
在目录词汇表中,我有目录类别:圣诞节、春季、夏季等。 我已将 Catalog 中的圣诞节术语与 Fabric 中的 Seasonal-2010 术语相关联(使用分类词汇相关模块)。
我想要做的是传递圣诞节的术语 ID 并显示该类别中所有结构名称的列表。所以我需要做的是获取 TermID,然后获取相关术语,然后获取相关术语的 Children。
我已经制作了一个输出相关术语的视图,现在我需要做的就是获取孩子们。以不同的观点,我可以得到直系孩子(即公司),但不能得到他们的孩子等等。有人有建议吗?
I'm really struggling with trying to find an answer for this and have spent 6 hours searching and messing around in views. Let me explain.
I have two taxonomy vocabularies: Catalog and Fabric.
I have a list of Fabrics in Fabric in a hierarchical structure similar to the following:
Seasonal-2010
-Company
--Fabric Designer
---Fabric Collection
----Fabric Name
Seasonal-2009
-Company
--Fabric Designer
---Fabric Collection
----Fabric Name
In the Catalog vocabulary I have catalog categories: Christmas, Spring, Summer etc.
I have related (using the Taxonomy Vocabulary Relate module), the Christmas term in Catalog with Seasonal-2010 term in Fabric.
What I am trying to do is pass in the Term ID for Christmas and display a list of all the Fabric Names in that category. So what I need to do is get TermID then get Related Terms then get Children for the related terms.
I've already made a view which outputs the Related Term, now all I need to do is get the children. In a different view I can get the immediate children (ie the company) but not their children and so on. Does anybody have a suggestion?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道答案到底是什么...但是您可以使用节点层次结构模块。这是一个非常好的分层视图模块。希望这对您有所帮助。
I Don't know what exactly the answer... But you can use node hierarchy module. This is a very good module for the hierarchical view.Hope this will help you out.