TinyMCE's spell check doesn't work on certain hosts
Permalink
Everytime I click the check button in the TinyMCE WYSIWYG editor, it says no misspellings found. However, on any of my other websites, it will find the mistakes, no problem.
Is there some kind of setting in a config file that needs changed???
Here are the domain transfer steps I followed:http://www.concrete5.org/index.php?cID=22638...
Is there some kind of setting in a config file that needs changed???
Here are the domain transfer steps I followed:http://www.concrete5.org/index.php?cID=22638...
In the else block at the bottom, make the following two changes.
1) Comment out the spellchecker_languages line.
2) Add "gecko_spellcheck : true" after the uncommented lines.
So it looks like this:
<?php }else{ //simple ?>
theme : "concrete",
plugins: "inlinepopups,spellchecker,safari,advlink",
editor_selector : "advancedEditor",
gecko_spellcheck : true
//spellchecker_languages : "+English=en"
<?php } ?>