在 Drupal 7 中创建具有不同导航的新页面

发布于 2025-01-03 20:13:48 字数 244 浏览 2 评论 0原文

在主页上,区块主菜单为“Home”、“OMS”、“AMS”、“PMS”、“Set list”,导航与主菜单类似。当我单击 OMS 时,我想要导航是 OMS 设置、添加 OMS、编辑“AMS”、“PMS”等。请看下面的图片

在此处输入图像描述 在此输入图片描述

At home page, the block main menu is "Home", "OMS" , "AMS", "PMS", "Set list" and the The Navigation is similar the main menu. when i click OMS, i want the Navigation is OMS setting, Add OMS, Edit and so on for "AMS", "PMS". Please look the picture below

enter image description here
enter image description here

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

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

发布评论

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

评论(1

落在眉间の轻吻 2025-01-10 20:13:48

你需要重载CSS文件...你可以通过创建一个新主题来做到这一点..
您可以访问 http://tips.webdesign10.com/how-to -make-a-drupal-theme 并了解如何制作一个简单的主题...
例如,对于您自定义设计的导航系统,您可以通过访问包含由 id 标识的块的开发来使用 css 对其进行样式设置
#区块系统导航
等等...

You would need to overload the css files...you can do that by creating a new theme..
you can go to http://tips.webdesign10.com/how-to-make-a-drupal-theme and see how to make a simple theme...
For example to you custom design the navigation system, you would style it with css by accessing the dev that containt the block which identified by the id
#block-system-navigation
and so on...

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