创建自定义分类术语 + Drupal 6 中的节点菜单

发布于 2024-11-14 09:29:35 字数 377 浏览 0 评论 0原文

我有一个使用分类术语的网站和使用节点层次结构模块的父/子节点。内容结构如下所示:

-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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

梦旅人picnic 2024-11-21 09:29:35

老兄,你只需要分类菜单

对于下拉菜单,只需添加 Nice MenusGigaMenuDHTML 菜单

我在多个项目中使用了所有这些。

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.

↘人皮目录ツ 2024-11-21 09:29:35

如果您正在为 Drupal7 工作。该模块将提供您想要的内容 - 分类字段菜单

If you are working for Drupal7. This module will provide what you want -- Taxonomy field menu

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文