在 Drupal 中,如何创建一个以一组菜单作为内容的首页?

发布于 2024-07-09 19:58:50 字数 225 浏览 6 评论 0原文

该网站 http://nationalstrategies.standards.dcsf.gov.uk/ 似乎是使用 Drupal,我喜欢首页上的菜单系统,但不知道它是如何完成的。

有谁知道哪些 Drupal 模块可以重现这种外观和功能?

This website http://nationalstrategies.standards.dcsf.gov.uk/ appears to be using Drupal, and I like the menu system on the front page, but can't work out how it's been done.

Has anyone any ideas about which Drupal modules might reproduce this look and functionality?

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

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

发布评论

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

评论(2

轻拂→两袖风尘 2024-07-16 19:58:51

这看起来像面板模块
http://drupal.org/project/panels

您可以创建迷你面板并创建多栏页面,包括其他小块内容。

运行 drupal 的页面源代码,并且他们正在使用面板模块(包括 /sites/all/modules/panels/js/panels.js)-Ed

编辑:查看他们正在

That looks like the Panels module
http://drupal.org/project/panels

You can create mini panels and create multi column pages that include other small pieces of content.

Edit: Looking at the source of the page they are running drupal and they are using panels module (included /sites/all/modules/panels/js/panels.js)

-Ed

十秒萌定你 2024-07-16 19:58:51

我设法使用分类、视图和面板重新创建样式。

为特定的分类术语创建视图,然后将其转换为块并显示在面板上。

看起来效果很好。

I managed to recreate the style using the taxonomy, views and panels.

A view was created for a specific taxonomy term, and then this was turned into a block and shown on a panel.

Seems to work quite well.

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