Copyright © 2012 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
Content is successfully uploaded (Aside form the fact that I don't know how to prevent Kaltura from generating two nodes when a user uploads video by CCK Field), however whenever an admin or user deletes content in Drupal, it isn't updated in KMC. When I looked at my KMC Server Settings under Notifications all check boxes under "Sent by Server" are checked and only "Add Entry" is checked for "Sent by Client". I've tried to check the other items, however they are disabled. I've pinged URL under notifications and it returned "ping is successful". Is this functionality not developed yet? Or am I missing something? Thank you.
yeah Chris is right it is by design since the thought was that deleting videos should only be done by admin and not enabled to users at any point. However you can enable it by simply extending the drupal delete function to call deleteEntry method on Kaltura. I've seen several implementations of this before.
Personally I agree that it should be a configuration in the drupal extension.
hi,
anyone willing to share the drupal extension to do this?
thanks,
joseph
As far as I know, by design, when you delete an entry from both the Wordpress and Drupal plugins it DOES NOT (by default) delete it from the Kaltura Network. You'd need to modify/extend the plugin/addon to make this happen.