By mrcniceguy on
hey guys! this is my first post here..
i want to display a login form in popup(modal dialog) when a user is not logged in. Something like in this website http://www.biglion.ru/
i dont know how to Achieve this on drupal! please help me.
any suggestion will be appreciated.
Comments
Use
Use http://drupal.org/project/overlay_paths and add it to path /user/login
This post looks like it has
This post looks like it has what your looking for - http://drupal.org/node/290399
Thankx for suggestions, i
Thankx for suggestions, i will try and give feedback.
after trying a lot of
after trying a lot of modules,i finally succeeded with dialog api module http://drupal.org/project/dialog
hi charles if you could
hi charles
if you could please explain in detail how you used this module, would be of great help, thank you
@diwakar, while dealing with
@diwakar, while dealing with the module i found this wonderful tutorial which explains how to use it.
http://pixeljets.com/blog/improving-user-experience-using-dialogs-profil...
To make it popup while page is loading, i also found another tutorial explaining how to do it, but it was previously written for Drupal 6, I asked the Author to do it in drupal 7, and he did it, here is the link.
http://deeson-online.co.uk/labs/trigger-drupal-managed-ajax-calls-any-ti...
Thats all, Good luck.
thank you
hi charles,
thank you very much