How to enable spell checker Apparently spell checker is disabled by default. From the shell do a search for "imp " to locate your Horde pages. Once the search is complete change to this folder and from there change to the config folder. Open the file "conf.php" and search for the following line: $conf['utils']['spellchecker'] = ''; change the value to true, save the file and spell checker will be enabled.
Spell check does not work Only problem is spell check does not work. It says it is checking the text but misses even the most obvious spell errors. I'm going to have to figure out how to paste my old horde over the top of this one.
Spelling hassle resolution aspell has to be installed in my earlier post insert aspell as value in $conf['utils']['spellchecker'] = ''; Spell checker is working fine now. Sorry for the multiple posts but I thought others might need to know this information.
Horde spellchecker I'm sorry...I can't remember for certain but I believe this was corrected in a later release of Horde. If you open a compose window in Horde and "Spell Check" appears then aspell should already be installed.
Aspell is installed but How do I turn it on in Horde 3? The config file does not mention spell at all
Sorted. You need to ADD the following line to /usr/share/psa-horde/imp/config/conf.php $conf['utils']['spellchecker'] = 'aspell'; But this relates to 7.53 only
yes that's it Yes, I believe that is exactly the conclusion I came to in 7.13. Review my earlier posts and you will see that is what I did. I do believe that I had to install aspell first, however.
What I mean is.... the line is not there to change in 7.53, you have to add it yourself, unlike the pre-7.53 where you just edit an existing line of text.
that's strange That's strange that the declaration wasn't there. Is everything working correctly in spell checker now?