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
Drupal 5
Hi im stuck in customizing the upload interface of this great module.
I downloaded the Kaltura Simple Upload then unzipped it. What do I do with the ksu_v1.0.0 folder?
i dont know what meeyo wants to do, but what I want to do is have a simple single file upload (and transcode & attach to node), without all the other options the wizard has - any advice on how to do it would be great (since i'm not a JS programmer)
Hi joseph,
This will actually require a few minor changes to the code to use the ksu instead of the kcw.
You can submit it as a feature request, and maybe the leader of the project will then add it.
Or, you can patch the module into using the ksu instead of the kcw - that would require some php changes to call the ksu instead of kcw and JS changes to work with the API of ksu.
hi Joseph,
I think that integrating the KSU with the Drupal module is a real need, and many developers will enjoy it.
If you could take the challenge to write a small drupal module that integrates KSU with Drupal CCK Field (or node)
it would be a great contribution for the community.
If you are up to this challenge, we can support you in the development process, guidance on Kaltura API's, as well some QA testing and code review of the module code.
Looking forward to hear from you
Ariel.
I am working on KSU integration with the Drupal module now. I believe I'm going to implement this as a simple CCK field for starters. Does that work for you guys?
I've been doing a lot of research on Drupal implementations and I think this resource would help you find some answers. If there is one thing I've learned about Drupal it's that is one of the most flexible content management systems I've ever worked with.
Hi,
KSU is a chromless JS api flash widget for creating a simplified upload wizard.
In other words, it is meant to simplify the process of uploading/contributing content via HTML and javascript based GUIs.
To use the KSU in you drupal, you will need to extend the module to use KSU instead of the KCW, and create the HTML GUI for the user.
What are you trying to create ?