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
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | inline_dialog.warning_messages.patch | 2.47 KB | skilip |
| #3 | inline_dialog.zip | 15.81 KB | skilip |
Comments
Comment #1
skilip commentedHi 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.
Comment #2
marashi commentedThank you so much :)
Comment #3
skilip commentedHere it is. Let me know about your findings!
Comment #4
marashi commentedI installed it and it's working very well.
Thank you again.
Comment #5
skilip commentedAnd here's a patch for the inline messages module which also allows warning messages