But I am having trouble getting this module installed. So far I have Jquery update installed, and jquery_ui in /sites/all/modules/jquery_ui/.
which copy of jquery ui am I supposed to be using? The only thing that looks like full on the d/l page is the dev bundle, extracted to /sites/all/modules/jquery_ui/jquery.ui/ and I get jquery missing. I looked at the installer and it looks like it is just looking for js files in /sites/all/modules/jquery_ui/jquery.ui/ so I put the everything in the source *.js directly in jquery.ui still wont install... I also tried the build your own jquery ui download no luck there either.
little help?
thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | jquery_ui-fix-with-1.5-final-268645-8.patch | 4.34 KB | webchick |
| #7 | jquery_ui-fix-with-1.5-final-268645-7.patch | 4.3 KB | webchick |
Comments
Comment #1
willvincent commentedI'm am having the same issue.
Comment #2
Mark Theunissen commentedI just figured this out now. You need to have the following file:
sites/all/modules/jquery_ui/jquery.ui/jquery.ui-all-1.2.6.js
I had to rename the file jquery-1.2.6.js to jquery.ui-all-1.2.6.js to get it to work.
Not sure if this causes any problems down the line, obviously this latest release of jQuery UI incorporated the file name change.
Comment #3
Mark Theunissen commentedComment #4
Mark Theunissen commentedActually, it's more complicated than just my trick above.
You need to copy the contents of the sites/all/modules/jquery_ui/jquery.ui/ui directory into it's parent (i.e. the jquery.ui dir).
Then, the module also looks for the wrong filenames - it's trying to find files in the directory minified-javascript but now the directory is just called minified.
Comment #5
joshargh commentedwell I followed Mark's instructions and the module installed just fine. I suspected the .ui-all-* filename thing after looking at the installer but I have never really looked at php before so wasnt sure if I was right.
thanks
Comment #6
webchick#266292: Doesn't work with jQuery UI RC 1 was there first, but I've marked that one a duplicate since there is more information here.
Comment #7
webchickOk, let's try this on for size.
Comment #8
webchickErm.
Comment #9
webchickOk, I committed above, and am rolling a dev release which should show up within the next 10-12 hours. Would appreciate some reviews so that I can roll a new official release of this module on Monday.
Comment #10
webchickNeeds to be back-ported to D5.
Comment #11
webchickComment #12
aaron commentedIt appears that with jQuery UI version 1.5, you'll also need to install jQuery Update v2.
Comment #13
summit commentedPlease backport also to drupal 5 (see: http://drupal.org/node/275744).
Thanks in advance!
greetings,
Martijn
Comment #14
sunPartially committed that patch to 5.x.
People upgrading from previous jQuery UI *JavaScript* versions need to download the stable release of jQuery UI from http://ui.jquery.com.
Comment #15
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.