Hi

Are there any existing modules or tutorials on using Jquery UI dialog to create dialog windows for both User login and New user registrations ?

thanks!

Comments

EugenMayer’s picture

Well i think the module project page is the only source you can use. Of course you can look into the code of wysiwyg_imageupload which also gives you a concrete implementation.

I think its very easy to use in general.

EugenMayer’s picture

Status: Active » Closed (fixed)
markhalliwell’s picture

I just created the module jQuery UI Login (http://drupal.org/project/jquery_ui_login). Give that a shot!

EugenMayer’s picture

Hey Mark, its not depending on jquery_ui_dialog, rather self-implemented. Or?

markhalliwell’s picture

Yes it's self implemented, only reason I posted here was to inform people that might stumble across this issue and needed it for a specific purpose. If I'm not mistaken, jquery_ui_dialog is more of an API yes? Where as my module tends to be geared towards a full implementation of logging in (mostly) out of the box.

If you are not a developer or asked to install this module as a dependency, you most probably won't have any use for it. This module enables you to use jquery ui dialog in Drupal.

EugenMayer’s picture

well jquery_ui_login can be cut into some were few lines ( ~30 ) with ctools + ctools ajax + ctools modal. Doesnt make really sense to reimplement all this :)