Dear skilip,
Thanks for the great job.
I used this module for creating a login window and everything is working smoothly :) but if I enter a wrong user/pass a javascript alert (an ugly browser alert window) will be displayed with following message:

"Sorry, unrecognized username or password. <a href="/user/password">Have you forgotten your password?</a>"

I review the code and in the "float_window.src.js" file I found the line which is making this alert (line 302) .
As you know, because the Drupal.inline_dialog=FALSE, this line will be run.

could you please tell me what is "inline_dialog"? is it a module? if yes where can I download it?

Thanks a lot
Marashi

Comments

skilip’s picture

Hi Marashi,

Inline dialog is a module I've written to display (drupal) messages. It actually creates a special floating window. I'll post the zipped module here tomorrow.

marashi’s picture

Thank you so much :)

skilip’s picture

StatusFileSize
new15.81 KB

Here it is. Let me know about your findings!

marashi’s picture

I installed it and it's working very well.
Thank you again.

skilip’s picture

StatusFileSize
new2.47 KB

And here's a patch for the inline messages module which also allows warning messages