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
Drupal's Building Blocks: Quickly Building Web Sites with CCK, Views, and Panels
Earl Miles
Drupal 6 JavaScript and jQuery
Matt Butcher
Neuromancer
William Gibson
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