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
Hi Kalturanians,
I was digging in the code and I realized that the function kaltura_playlist.module:kaltura_playlist_format_value() invokes "module_invoke_all" for customizing the output fields of the view that is used with the playlist.
I think it would be more "drupal friendly" if we use the theme system for that.
Besides, looking at this function:
I think there is a bug, because $data comes from nowhere, I think it would be "$args" instead of "$data".
I'm looking forward to you reply!, thanks!
Hi,
can you please open it as issue here:
http://www.kaltura.org/project/issues/428
we will fix this in the next release
thanks