I have set comment settings on the Kaltura Media Node content type to Read/Write. When I create new nodes with that content type, comments are set to disabled.

I have another issue with thumbnails not being created for any of my media nodes either. Not sure if they are related. I can create a separate issue if they are not.

Comments

Zohar.Babin’s picture

Status: Active » Fixed

Hi,

This is a known issue (although not reported here).

To fix this, do the following change (will be added in next release)

in includes/kaltura.notification.inc, find:

  $node->comment = FALSE;

change to:

  $node->comment = variable_get('comment_kaltura_entry', 2);

about the thumbs issue - I think you should open a new one...

chadcross’s picture

Excellent. Thanks. That worked.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.