drupal 7弹出窗口(或如何显示禁用的链接)

发布于 2024-12-01 00:07:15 字数 248 浏览 3 评论 0原文

我刚刚开始使用 drupal,我有一个问题。我有一个主菜单,但某些链接/部分还没有内容,我想在用户单击它时显示一个带有“即将推出”图例的弹出窗口。然而,唯一可能有帮助的 模块 还不能与 D7 一起使用,我不知道是否有办法手动进行。

如果不可能,是否有办法让这些没有内容的链接仍然显示,但将其禁用,以便用户无法单击它们?

I'm just starting drupal and I have a question. I have a main menu but some links/sections have no content yet, and I want to show a pop up window with a 'coming soon' legend when the user clicks it. However the only module that might help does not work with D7 yet and I don't know if there's a way to do it manually.

If it weren't possible, is there a way to have these links without content still appear but have them disabled so users can't click them?

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

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

发布评论

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

评论(1

远昼 2024-12-08 00:07:15

我还没有测试过,但这可能对您有帮助:

drupal_add_js('window.open(url, "name", "height=512, width=512").focus();', 
               array('type' => 'inline', 'scope' => 'footer', 'weight' => 5));

http://api.drupal.org/api/drupal/includes--common.inc/function/drupal_add_js/7

I haven't tested it but this might help you:

drupal_add_js('window.open(url, "name", "height=512, width=512").focus();', 
               array('type' => 'inline', 'scope' => 'footer', 'weight' => 5));

http://api.drupal.org/api/drupal/includes--common.inc/function/drupal_add_js/7

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