Hi

First of all I have to say I use something like this in one of my non-Drupal projects. I like this approach.

I see u are using jQuery UI for this project. Because of the "old" jQuery shipped with D6 it requires legacy jQuery UI 1.6. I think you should consider using ="http://drupal.org/project/ctools">ctools's modal dialogs that are maybe more lightweight. Also I think ctools is more common module than jQuery UI is and is easier to install.

Comments

yvmarques’s picture

Status: Active » Postponed (maintainer needs more info)

That's a very good idea, we'll look into ctools modal dialog and see if it's possible.

Thanks for your suggestion !

benedictsteele’s picture

Wouldn't it make more sense to use Modal Frame API rather than CTools? It is the base of the modal stuff that's going into D7, and will provide an easier upgrade path.

Awesome module by the way, so much better than the other options out there! :)

bas.hr’s picture

Once this module goes D7 it would make sense to use D7 modal stuff. For D6 version, jQuery UI is overkill for modals, and Modal Frame API still requires it:

dependencies[] = jquery_ui

so I don't see benefit of using yet another module to accomplish the same thing that we have now.

By looking at usage statistics you can see that CTools is very common module.

yvmarques’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)