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

Comments

xurizaemon’s picture

Title: Issue with Jquery not being used » jquery_update dependency in Kaltura Playlist module
Status: Active » Needs work

Drupal 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.

xurizaemon’s picture

Title: jquery_update dependency in Kaltura Playlist module » Can we remove jquery_update dependency from Kaltura Playlist module?

FWIW, 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.

xurizaemon’s picture

Posting a patch for this seems so trivial, but if I'm asking others to abide by best practices I better play along.

tim.plunkett’s picture

Issue tags: +Needs tests

Fixing tag.