创建自定义分类术语 + Drupal 6 中的节点菜单
我有一个使用分类术语的网站和使用节点层次结构模块的父/子节点。内容结构如下所示:
-term1
---父节点1
-----子节点1
-----子节点2
---父节点2
-----子节点3
-----子节点4
-term2
---父节点3
-----子节点5
-----子节点6
...等等。我需要创建一个自定义下拉菜单来获取分类术语及其关联的父节点。我的编程和 drupal 经验很少,我不知道是否可以使用模块组合来实现此目的,或者在 template.php 文件中编写 sql 查询。有人能指出我正确的方向吗?提前致谢!
I have a site using taxonomy terms and parent/child nodes using node hierarchy module. The content structure looks something like this:
-term1
---parent node1
-----child node1
-----child node2
---parent node2
-----child node3
-----child node4
-term2
---parent node3
-----child node5
-----child node6
...and so on. I need to create a custom drop-down menu that gets taxonomy terms and its associated parent nodes. I have very little programming and drupal experience and I don´t know whether I could use a combination of modules for this, or write sql queries in the template.php file. Could anybody point me in the right direction? Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
老兄,你只需要分类菜单!
对于下拉菜单,只需添加 Nice Menus、GigaMenu 或 DHTML 菜单。
我在多个项目中使用了所有这些。
Duder, you just need Taxonomy Menu!
For a drop down just add in Nice Menus, GigaMenu or maybe DHTML Menu.
I've used all of these on multiple projects.
如果您正在为 Drupal7 工作。该模块将提供您想要的内容 - 分类字段菜单
If you are working for Drupal7. This module will provide what you want -- Taxonomy field menu