6
You can edit /class/xoopseditors/tinymce/settings.php
Or try to change
$ret .= '
tinymceload : "1"});
'.$callback.'
at the end of tinymce.php to
$ret .= '
extended_valid_elements : "iframe[src|width|height|name|align]",
tinymceload : "1"});
'.$callback.'
The example is for adding an iframe tag.