PHPList comes with FCKeditor as the gui default editor. However, by default it is setup so that the spellcheck is only available to IE users. To enable for other browsers such as Firefox, follow the below directions:
-
Edit admin/fckphplist.php:
Replace all instances of:
FCKConfig.SpellChecker &n bsp; = 'ieSpell' ;
with:
FCKConfig.SpellChecker &n bsp; = 'SpellerPages' ;
If this is a linux box, then make sure aspell is installed. Edit "admin/FCKeditor/editor/dialog
$aspell_prog = '/usr/bin/aspell';
That should do it.
- sandip's blog
- Login or register to post comments