Active
Project:
The eXtensible Catalog (XC) Drupal Toolkit
Version:
6.x-1.1
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2012 at 20:02 UTC
Updated:
17 Apr 2012 at 20:33 UTC
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
Comment #1
pkiraly commentedHi,
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.zip3) remove the version from the file name:
mv jquery.ui-$JQUERY_UI_VERSION jquery.ui4) move jquery.ui to [your Drupal directory]/sites/all/libraries
That's all. Could you confirm, that it works for you?
Regards,
Péter
Comment #2
atkins245 commentedHi 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
Comment #3
pkiraly commentedHi 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).
Hope this helps.
Regards,
Péter
Comment #4
atkins245 commentedHi 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