Tried to reinstall with the latest Moxie. The spell checker button now shows in the setup screen. But not on the Rich text browser

Any one else experiencing the same thing

Regards
Ron

Comments

Steve Lockwood’s picture

Hi Ron,

The D6 version of ttmce has some notes on spellcheckers (shown below), these should apply to D5 as well - I hope this is of use.

PHP SPELLCHECKER
================
To integrate the PHP spellchecker or GoogleSpell:

Download tinymce_spellchecker_php_2_0_2.zip (or later version from http://tinymce.moxiecode.com/download.php) and install it in /sites/all/modules/tinytinymce/tinymce/jscripts/tiny_mce/plugins/spellchecker

In admin/settings/tinytinymce edit the TinyMCE init script for advanced mode:
...
plugins : "...,spellchecker,...",
...
theme_advanced_buttons4 : "...,spellchecker,...",
...
spellchecker_rpc_url: "/sites/all/modules/tinytinymce/tinymce/jscripts/tiny_mce/plugins/spellchecker/rpc.php",
...

The zip file contains a config.php, which presumably you could reconfigure to other spellcheckers. Out of the box, it seems to be configured for GoogleSpell.

Steve Lockwood’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.