Hi,
When creating HTML emails, there's a greyed out "check spelling" button. How do I turn this on?
I have installed aspell as the spell checker, and as I use linux, changed
\include\FCKeditor\editor\dialog\fck_spellerpages\ spellerpages\server-scripts\spellchecker.php
from:
$aspell_prog = '"C:\Program Files\Aspell\bin\aspell.exe"'; // by FredCK (for Windows)
to:
$aspell_prog = 'aspell'; // by FredCK (for Linux)
and similar in the .pl
my $aspell_cmd = '"C:\Program Files\Aspell\bin\aspell.exe"'; # by FredCK (for Windows)
to:
my $aspell_cmd = 'aspell'; # by FredCK (for Linux)
Also I can see from the page source the button is set to false, which I need to change, but not sure where.
The last posts regarding this were, I think, before it was integrated in the release. Any suggestions how I get it working?
Thanks,
Aggy


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks