Spellcheck for Drupal!

Spellcheck and teaser break pluginsĀ for tinymce in Drupal - Screencast.

Code to paste into the TinyMCE plugin_reg.php file Spellcheck: $plugins['spellchecker'] = array(); $plugins['spellchecker']['theme_advanced_buttons3'] = array('spellchecker'); Teaser Break: $plugins['drupalbreak'] = array(); $plugins['drupalbreak'][ 'theme_advanced_buttons3'] = array('drupalbreak', 'drupalpagebreak'); TinyMCE download page (look for spellcheck over halfway down the page

You are missing some Flash content that should appear here! Perhaps your browser cannot display it, or maybe it did not initialise correctly.

code in plugin_reg.php

Seems like the code that you want to place in the plugin_reg.php file is already there. Can't really tell from the video. Suspect I am wrong about that, so where in the file should that be inserted.

Thanks for the video, I've been looking for this feature for months.

If its already there no need to add it

I'm finding its already there in most installs of TinyMCE