Drupal 将分类分配给内容(故事)
我有一个 Druapl 应用程序,其中分类法应该有 4 个嵌套术语,例如
“体育”->“世界”->“国家”,因此当我们创建故事时,分类法选项显示为多个选择框,其中嵌套有值。
像这样:
运动
--世界
---美国
---英国
---德国
---法国
---所以
,当创建内容时,用户从庞大的列表中选择一个内容将是一项艰巨的任务。有什么方法可以将选择框分成 3 个,其中选择第一个级别会在另一个选择框中加载第二个级别,依此类推。
或者我应该在哪里自定义(显示此选择框的文件)此选择框。
任何帮助非常
感谢和问候
I have a Druapl application in which the taxonomy is supposed to have 4 nested terms for eg
Sports->World->Country, so when we create a story the taxonomy option is displayed as multiple select box with values nested inside.
Like this:
Sports
--World
---United States
---United Kingdom
---Germany
---France
---So on
So when creating content it will be a huge task for the user to pick one from the enormous list. Is there any way I can split the select box in to 3 where selecting the first level load the second level in another select box and so on.
Or where should I customize ( the files which displays this select box ) this select box.
Any help highly appreciable
Thanks and Regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看分层选择模块 - http://drupal.org/project/hierarchical_select
Check out Hierarchical Select module - http://drupal.org/project/hierarchical_select