Copyright © 2011 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
Hi everybody,
I'm currently trying to modify the kaltura drupal module to offer the possibilty for the user to choose between the standard (KSE) and advanced (KAE) editor when launching the editor.
To activate the advanced editor, I followed instruction in the following thread:
http://www.kaltura.org/configuring-advanced-editor
The advanced editor is now working. I've added a new field in the user profile to choose the editor. When set to 'advanced' all the code modification mentionned in above thread are active, when set to 'simple' the are not (normal code is executed).
Right now, the advanced editor loads fine an I can perform editing. But when I try the standard editor. It launch properly but hang on the loading screen.
Looking through the different request & response with Firebug fails to reveal any obvious error!
I need help debugging this as I have exhausted pretty much all my options!
Thanks in advance
Hugues
I added two way of choosing the editor, one via user preference (which I'll be removing in light of this answer). The other one as a cck field when creating a mix node. I think most of my problem came from trying to access KAE created node with KSE.
So to achieve my goal, I should make sure that I create all mix using the KSE. and when a mix has been set to KAE that it cannot be changed anymore.
Does that sounds ok?
Thanks for the info.
Hi,
Not sure about your flow, but after using KAE - you can't revert to use the KSE on the same remix.
So note that remix that was edited with KSE can be edited by KAE, but remix that was edited/created using KAE can't be edited by KSE.