Drupal6 - 移动版本问题

发布于 2024-11-05 02:24:45 字数 347 浏览 1 评论 0原文


假设我在桌面版本中有菜单A,菜单B...菜单F,我想在移动版本中仅显示菜单A和菜单B。快速的方法是使用 CSS 和 display:none,但是有没有 Drupal 的 API 可以用于这种情况?

另一方面,我想重定向到 http://xxx/product 而不是 http://xxx/product /xxx/index.php" rel="nofollow">http://xxx/index.php 为移动版主页,有什么想法吗?

谢谢

Hi
Suppose I have menu A, menu B...Menu F in desktop version, I want to display only menu A and menu B in mobile version. The quickly way is using CSS with display:none, but is there any Drupal's API that I can use for this situation?

On the other hand, I want to redirect to http://xxx/product instead of http://xxx/index.php for home page in mobile version, any idea?

Thanks

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

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

发布评论

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

评论(1

雪落纷纷 2024-11-12 02:24:45

您可以使用移动工具模块来检测设备并相应地切换主题。每个主题都可以配置不同的菜单来显示。

You could use the mobile tools module to detect the device and switch themes accordingly. Each theme could then have a different menu configured to display.

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