Hi there,
Thanks for the great module.
I am having a problem with my fusion based theme breaking if I use Jquery Update. From what I understand curent Drupal version should not need Jquery Update.
I tried two approaches:
1. Not using Kaltura playlists
2. Removed the dependency for JqueryUpdate manually so that I can use playlists
In both cases, I am not able to edit the kaltura node content type. The edit node page opens but a kaltura upload interface also loads on top of the page so I am unable to change any setting. I am trying to enable organic groups posting
I have reproduced this on a clean install and on a different theme. It looks like for some reason without using Jquery I am unable to edit the node. Any idea for a work around without having to do changes directly onto the database?
Thanks a lot
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | kaltura-1157938-remove_jquery_update_dep.patch | 491 bytes | xurizaemon |
Comments
Comment #1
xurizaemonDrupal 6 currently includes v1.2.6 of jQuery.
Included with kaltura_playlist are -
* jquery.mousewheel.js v3.0.0 - requires jQuery 1.2.2+
* jquery.scrollable.js v0.13 - no requirements specified
Please comment out the jquery_update dependency in modules/kaltura/plugins/kaltura_playlist.info, disable jQuery Update, and continue using kaltura_playlist.
Report back your results - I'm happy to remove the dependency if the module appears to behave OK without jQuery Update.
Comment #2
xurizaemonFWIW, I couldn't reproduce any issues when jQuery Update was disabled.
It's trivial to edit the .info file, but you can if you wish grab a snapshot from http://drupalcode.org/project/kaltura.git/tree/refs/heads/6.x-2.x-1157938 to test with.
Comment #3
xurizaemonPosting a patch for this seems so trivial, but if I'm asking others to abide by best practices I better play along.
Comment #4
tim.plunkettFixing tag.