Drupal Taxonomy 菜单 - 使其与视图一起使用
我想创建一个标签分类菜单,它指向根据标签 ID 过滤的文档视图。
分类菜单可以做到这一点,但在文档中它说它需要分类菜单自定义路径和分类菜单层次结构模块。但他们却无处可寻。因此,在我的分类编辑页面的分类菜单下,我没有获得完整的选项。在“菜单路径类型”下,我只有一个选项,“默认”,
这是参考 Drupal 7 的。
I want to create a taxonomy menu of tags which point to view of documents filtered according to the tag id.
Taxonomy menus can do this, but in the documentation it says it requires Taxonomy menu custom path, and taxonomy menu hierarchy modules. But they are nowhere to be found. So in my taxonomy edit page, under taxonomy menu, I don't get the complete options. Under 'menu path type' I only get one option, 'default'
This is in reference to Drupal 7.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此帖子解决了该问题并(从评论#9开始)提供了补丁和建议,尽管看起来像对于 D7 来说,它仍然存在缺陷。
This thread addresses the issue and (starting at comment #9) offers a patch and suggestion, though it looks like it's still acting buggy for D7.