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

CommentFileSizeAuthor
#5 popup_msg.zip13.9 KBattiks
popup_msg.zip13.9 KBpitxels

Comments

jamesmcd’s picture

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

Thanks

pitxels’s picture

Yes it is working ok for me using garland :)

jamesmcd’s picture

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?

pitxels’s picture

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

attiks’s picture

StatusFileSize
new13.9 KB

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

mohammed j. razem’s picture

Issue tags: +better messages

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

Aleksic’s picture

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

mohammed j. razem’s picture

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

Aleksic’s picture

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

ricky tharahan’s picture

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