When editing Kaltura media nodes, the WYSIWYG editor supplied by WYSIWYG API (using TinyMCE 3) does not appear, only a plain Drupal textarea does. Have checked many settings, but can't see why this isn't working. Any advice would be appreciated!
When editing Kaltura media nodes, the WYSIWYG editor supplied by WYSIWYG API (using TinyMCE 3) does not appear, only a plain Drupal textarea does. Have checked many settings, but can't see why this isn't working. Any advice would be appreciated!
Comments
Comment #1
Zohar.Babin commentedI'll look into it, does it happen in Remix node as well ?
Comment #2
Anonymous (not verified) commentedI've not used Remix node for this project so unable to answer!
Comment #3
chadcross commentedI have seen this same issue. I also left the Body Field Label empty in the content type settings so it wouldn't show up at all but it is still there.
"To omit the body field for this content type, remove any text and leave this field blank."
Comment #4
tribsinpa commentedI think there is an issue with how the body field is called in node_kaltura_entry_form()
This change fixed it for me.
sites/all/modules/kaltura/plugins/node_kaltura_entry/node_kaltura_entry.module
I changed
Lines 265-271
to be
Comment #5
tallgood commentedThanks for this fix. It was very helpful.