在 Drupal6 中根据分类术语隐藏 CCK 字段组?
我有一个通用内容类型(“属性”),其中有一堆通过分类法排序的内容。如何根据所选的分类术语隐藏或显示 CCK 字段(或者更好的是 CCK 字段组)?我应该通过 jQuery 执行此操作吗?意见?
或者,如果我有折叠字段集组中结构化的分类术语特定 CCK 字段,那么在选择相关分类术语时如何展开字段集? (我猜这将是快速 jQuery 代码的一个很好的候选者)
谢谢!
I have a generic content type ("property") that has a bunch of content sorted via taxonomy. How can I hide or display CCK fields (or better yet, groups of CCK fields) based on taxonomy term selected? Should I do this via jQuery? Views?
Alternately -- if I have the taxonomy term-specific CCK fields structured in collapsed fieldset groups, how can I uncollapse the fieldset when the relevant taxonomy term is selected? (I'm guessing this would be a good candidate for quick jQuery code)
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想通了。您确实需要两个模块:
简而言之,您将内容分类字段添加到内容类型,那么您可以使用条件字段有条件地显示内容。事实上,效果非常好。
I figured it out. You really need two modules:
In short, you add a Content Taxonomy field to a content type, then you can use Conditional Fields to conditionally display things. Works really well, actually.