Hi There,
I would ideally like to deploy FCKEditor without changing any of the bundled files (including configuration files) to make upgrading to future versions easier (especially dealing with dozen's of installations across multiple servers). This is all very possible thanks the the highly configurable FCK configuration. However, Speller Pages is not as sofisticated, requiring that I modify the spellchecker.php file directly.
I am wondering if anyone has come up for a work around for this problem, or if anyone has any ideas on how we can make the implementation of Speller Pages config more flexible.
Thanks for your insight.
Michael
I would ideally like to deploy FCKEditor without changing any of the bundled files (including configuration files) to make upgrading to future versions easier (especially dealing with dozen's of installations across multiple servers). This is all very possible thanks the the highly configurable FCK configuration. However, Speller Pages is not as sofisticated, requiring that I modify the spellchecker.php file directly.
I am wondering if anyone has come up for a work around for this problem, or if anyone has any ideas on how we can make the implementation of Speller Pages config more flexible.
Thanks for your insight.
Michael
RE: Speller Pages Configuration
So a seperate plugin would fix your problem, and I doubt the spellerpages code will change much. If it did you'd have to update your plugin with the new code tho.
Probably an easier way to do it, but would require at least a line or two of modification to FCKeditor "core" code which is what you don't want.
hth & wn
RE: Speller Pages Configuration
Thanks for the responce. Do you have any tips on what is required to turn spellerpages into a plugin?
Thanks,
Michael
RE: Speller Pages Configuration
I did try the command that I thought was supposed to do this...
C:\>aspell --lang=en create master ./terms.rws < test.txt
Error: The key "affix" is unknown.
but .. this didnt work as you see the error..
anyone know of a way to add words to the dictionary?