Hello all,
Has anyone had any experience getting a different integrated spellchecker to work with Fckeditor?
I dont' want to use the built in modules... for one: you need something install and two: it only works with IE..
Could we somehow integrate this guy (it's what digg.com uses):
http://spellerpages.sourceforge.net/
Thoughts?
Integrated Spellchecker
Re: Integrated Spellchecker
Bah... ok, so it does work if you are running under a windows server with php... you have to modify the "fckconfig.js" to use "spellerpages" instead of "iespell". SpellerPages uses the aspell GNU spell checker package. The aspell.exe is included with fckeditor which works for Windows Server... the issue lies in the using a linux server with apache. The server needs to have the "aspell" package installed to work. And then change the "\editor\dialog\fck_spellerpages\spellerpages\server-scripts\spellchecker.php" file to use that program instead.