Maintainer doesn't seem to be active so, here is my first attempt to port a drupal module to the 6 version
Is not a tarball and I don't know what version should be this labeled, but it is working :)
(note: i used deadwood + coder modules + http://www.lullabot.com/videocast/porting-drupal-modules
for learning the porting stuff is not very difficult).
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | popup_msg.zip | 13.9 KB | attiks |
| popup_msg.zip | 13.9 KB | pitxels |
Comments
Comment #1
jamesmcd commentedjusspitti have you tried this with D6 yet? Please let us know of your findings
Thanks
Comment #2
pitxels commentedYes it is working ok for me using garland :)
Comment #3
jamesmcd commentedMany thanks, this port is really helpful, thanks
I can confirm this works ok with the 'fourseasons' theme
People should be made aware of this modules reliance on the jquery update module
http://drupal.org/project/jquery_update
Do you know how I can move the popup from the bottom left of the page to the centre?
Comment #4
pitxels commentedModifying the popup_msg.css file I was able to put the messages at the top the page.
I changed the first 2 clases, "top:0" instead of "bottom:0"
But I am afraid I can't center just the box without the bar, I will try that later if I have some time...
Comment #5
attiks commentedI tested the above patch and added some stuff:
- option to disable the tip
- option to select to which element the messagebox should be attached
Comment #6
mohammed j. razemI have just committed this module to support Drupal 6 messages. Please have a look at it.
http://drupal.org/project/better_messages
Comment #7
Aleksic commentedHi folks,
Did someone know how to integrate Popup Message Box with Private messages. Popup show any notes message but did`t show when new private message comes.
Thanks
Comment #8
mohammed j. razemI guess this one will do it for you @Aleksic! http://drupal.org/project/pmgrowl
Comment #9
Aleksic commentedNo, thanks:) I will like if someone can improve Popup Message Box :)
Comment #10
ricky tharahan commentedIt will be really helpfull if any one demonstrate how to use this module to create a message popup when the homepage loads...