【问题标题】:No Configure Button after installing new module in Drupal 7.x在 Drupal 7.x 中安装新模块后没有配置按钮
【发布时间】:2021-04-15 02:59:22
【问题描述】:

我正在尝试在我们的 Drupal 网站 7.x 版中安装 Popup Message 模块。

安装后,我在Module Page 中启用了该模块并收到此通知/消息:

Popup message: Go to "Configuration -> User interface -> Popup message" and set popup message title and body
The configuration options have been saved.
The administrator role has been reset for all permissions.

但是当我检查它时,没有Configuration 按钮或者Popup Message 模块不在User Interface 页面中。我已经尝试手动安装它,或者我在互联网上找到的其他解决方案,但它不起作用。

【问题讨论】:

    标签: drupal popup drupal-7


    【解决方案1】:

    根据项目页面应该在admin/settings/popup_message下。

    但是,如果我们检查处理路由 (hook_menu) 的实际代码,应该可以在此处找到配置页面:admin/config/user-interface/popup_message

    参见。 https://git.drupalcode.org/project/popup_message/-/blob/7.x-1.x/popup_message.module#L48

    【讨论】:

      猜你喜欢
      • 2018-08-22
      • 1970-01-01
      • 2012-12-01
      • 1970-01-01
      • 1970-01-01
      • 2011-06-10
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多