Closed (fixed)
Project:
Popups API (Ajax Dialogs) [D7]
Version:
6.x-2.0-alpha5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2009 at 01:36 UTC
Updated:
18 Mar 2011 at 18:41 UTC
Can I use this module to make popup message boxes to visitor like this:
http://i6.photobucket.com/albums/y222/moyoungerman/post/popup-notice.png
It would be great if some expiry can be set so after that, the popup stop.
Comments
Comment #1
vm commentedCould that be done with with the actions and triggers modules in core printing a message to $message
edit of maybe the rules.module?
just a thought.
Comment #2
mattyoung commentedMaybe, however, I would like to use popups which is modal and the user must look at and dismiss before doing anything else.
Comment #3
vm commentedah I see. The image attached looked like a status message using better_messages.module which provides a popup of $message
Comment #4
dennis605 commentedhi your post is very old,
but you can do it with drupal_add_js(). For that look into the apt.txt
regards dennis605
Comment #5
vm commentedmarking as fixed with two possible solutions and no continuing dialouge from OP.