Project:Popup Message Box
Version:5.x-1.0
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:patch (to be ported)
Issue tags:better messages

Issue Summary

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).

AttachmentSize
popup_msg.zip13.9 KB

Comments

#1

jusspitti have you tried this with D6 yet? Please let us know of your findings

Thanks

#2

Yes it is working ok for me using garland :)

#3

Many 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?

#4

Modifying 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...

#5

I tested the above patch and added some stuff:
- option to disable the tip
- option to select to which element the messagebox should be attached

AttachmentSize
popup_msg.zip 13.9 KB

#6

I have just committed this module to support Drupal 6 messages. Please have a look at it.
http://drupal.org/project/better_messages

#7

Hi 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

#8

I guess this one will do it for you @Aleksic! http://drupal.org/project/pmgrowl

#9

No, thanks:) I will like if someone can improve Popup Message Box :)

#10

It will be really helpfull if any one demonstrate how to use this module to create a message popup when the homepage loads...