Just a quick question: with the latest version of TinyMCE (1.82) which has "Improved img_assist integration", do we still need to add the following lines to plugin_reg.php?

$plugins['drupalimage'] = array();
$plugins['drupalimage']['theme_advanced_buttons1'] = array('drupalimage');
$plugins['drupalimage']['extended_valid_elements'] = array('img[class|src|border=0|alt|title|width|height|align|name]');

Regards

Patrick

Comments

Patrick Nelson’s picture

OK, just tested it and it seems that we do.

So, should the default plugin_reg.php that comes with the tinymce module be changed to reflect this now that img_assist is more tightly integrated or should it at least be made clearer in the tinymce and/or img_assist documentation that this is the case?

Thoughts?

Regards

Patrick

m3avrck’s picture

Patrick, the plugin has moved to img_assist as img_assist now is the complete solution, instead of some it spread across img_assist and tinymce. Should reduce bugs and makes things a bit better.

Might want to post this in the img_assist forums as well. I'm open to whatever makes the most sense for users, but the docs are now in img_assist INSTALL.txt.

luke.leber’s picture

Issue summary: View changes
Status: Active » Closed (outdated)