I download XC Module Toolkit. In XC Account, I found jquery_ui_dialog missing. How can I download jquery_ui_dialog?

OS: openSUSE 12.1
Drupal 6.25 was success installed

Thanks

Bach Nguyen

Comments

pkiraly’s picture

Hi,

our installation script does everything you need, but unfortunatelly we left the JQuery UI description from the installation guide (http://drupal.org/node/651558). So here is a summary what you need to do:

1) download jQuery UI from http://jquery-ui.googlecode.com/files/jquery.ui-1.6.zip
2) uncompress it: unzip -q jquery.ui-$JQUERY_UI_VERSION.zip
3) remove the version from the file name: mv jquery.ui-$JQUERY_UI_VERSION jquery.ui
4) move jquery.ui to [your Drupal directory]/sites/all/libraries

That's all. Could you confirm, that it works for you?

Regards,
Péter

atkins245’s picture

Hi Peter,
I did that already but I still get error in XC Account: JQuery_UI_Dialog is missing. I also try load Jquery_UI Module, JQuery_User_Dialog with JQuery_UI version 1.7.3 but it still not help.

Thanks

Bach Nguyen

pkiraly’s picture

Hi Bach!

The maintainer of the jquery_ui_dialog Drupal module (not the jQuery plugin) had an argument with the Drupal security team, and decided to move all of his modules from drupal.org to github.com. Now the module takes place at https://github.com/EugenMayer/jquery_ui_dialog/tree/6.x-1.x (or git://github.com/EugenMayer/jquery_ui_dialog.git). We should rething whether we would like to build on this module in the future, taking into account, that the only thing we need is to make the inclusion of the jQuery plugin easier, but installation of an out-of-drupal.org module does not make things easier.

So here is a temporary solution for the module (you should follow the directions regarding the jQuery plugin in my previous comment).

cd ~/temp
git clone git://github.com/EugenMayer/jquery_ui_dialog.git
mv jquery_ui_dialog [your Drupal directory]/sites/all/modules

Hope this helps.

Regards,
Péter

atkins245’s picture

Hi Peter,
Thanks, after I download jquery_ui_dialog at https://github.com/EugenMayer/jquery_ui_dialog/tree/6.x-1.x and copy into module, it works now.

Thanks

Bach Nguyen