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
Hello.
I have installed drupal module modr8 to moderate content. When I edit "kaltura media node" there is the option in workflow settings "in moderation queue", but then new kaltura_entries are published directly.
Also in the Kaltura management console, new content is listed in the entries list, and I'm not able to configure it so new content goes to moderation list. Anybody knows how to do this?
Thanks
Open the file includes/Kaltura.notification.inc
Change this:
Into this:
$node->moderate=1;
You'll probably have to modify the output of the body in the Moderation view, as the video itself, will probably not show up.