创建 Drupal 自定义菜单并在模板页面中检索项目

发布于 2024-10-14 02:10:46 字数 98 浏览 3 评论 0原文

我想在 Drupal 后端创建一个菜单,一个包含 xxx 项目的自定义菜单。

如何使用 Drupal API 在 template.tpl.php 中检索它并显示项目?

I would like to create a menu in Drupal backend, a custom menu which have xxx items.

How can I use the Drupal API to retrieve it in a template.tpl.php, and display items?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

苯莒 2024-10-21 02:10:46

看看 drupal.org 上的这个页面:菜单主题

-J

have a look at this page at drupal.org: Menu theming

-J

想挽留 2024-10-21 02:10:46

我使用 创建了一个自定义菜单这个方法以及一些相关的方法。您将需要为您的菜单生成一个自定义模块。您不会在 template.tpl.php 中检索它,而是作为一个块(通过创建自定义模块)检索它。我建议你先从那里开始。

I created a custom menu using this method as well as some related ones. You will need to generate a custom module for your menu. You won't retrieve it in template.tpl.php but rather as a block (by creating a custom module). I would suggest you start there first.

野味少女 2024-10-21 02:10:46

我会执行以下操作:

  1. 创建自定义菜单
  2. 在模板 .info 文件中创建新区域
  3. 转到您的主题并打印应该看到菜单的新区域
  4. 转到博客并激活新区域中的新菜单

也许是这样应该为你工作。

I would do the following:

  1. Create a custom menu
  2. Create a new regions in your template .info file
  3. Go to your theme and print the new region where the menu should seen
  4. Go to the blogs and activate the new menu in the new region area

Maybe this should work for you.

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