在 Drupal 中,如何创建一个以一组菜单作为内容的首页?
该网站 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这看起来像面板模块
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
我设法使用分类、视图和面板重新创建样式。
为特定的分类术语创建视图,然后将其转换为块并显示在面板上。
看起来效果很好。
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.