Hi,
I encounter some problems to configure spellchecker, I tried all things I could without success, that is the reason of my issue.
Firstly, I just try to enable it with the "default tinyMCE installation".
The spellchecker button appears on the editor, but, when I clicked on it I had this message :
Please specify: spellchecker_rpc_url
After searching on google, I found that cleaning the browser cache could help, so I did it, rebooted it.... same problem.
Ok, I read the install.txt again and saw some instructions about spellchecker install, instructions I followed :
- I downloaded the latest spellchecker package on maxicode website
- I edited the config.php to enable the require_once("classes/TinyGoogleSpell.class.php"); this is the line activated bu default, and I set $spellCheckerConfig['enabled'] = true;
- Cleaned browser cache again and rebooted it
Now I go to my node creation page, the spellchecker icon is just not here, if I go to the setting page, the icon appear before spellchecker... ???!!
I'm out of idea how can I configure spellcheker to make it work
I'm on TinyMCE 3.1.0.1.
Comments
Comment #1
kscheirerI was able to get the spellchecker to work, using tinyMCE module 5x.-1.9 however. Overriding theming functions is a little different in Drupal 6, but I think your solution will be very similar.
see http://drupal.org/node/124997#comment-982551
Comment #2
nicoloye commented