我想在drupal 7成功登录后显示弹出窗口。
我已安装了splashify和colorbox模块,并在路径“sites/all/libraries/jstorage
”中启用了它以及包含的jStorage库。
在splashify配置中'when- Only show to Anonymous users ','Desktop Settings-Desktop Settings','where-front page','what-display entered test/html full screen','how-open in a lightbox(colorbox)'
。
但是在mozilla登录之前它会在页面加载时显示。但是在chrome中我甚至在页面加载时也没有得到任何弹出窗口。我已经清除浏览器chache和drupal chache。 如何在成功登录后以及在两个浏览器中获取弹出窗口
答案 0 :(得分:4)
你可以尝试以下模块:
https://www.drupal.org/project/popup_onload
此模块提供规则配置以显示事件的弹出窗口。
谢谢, Ankush