views:

1230

answers:

4

We are using CkEditor on our CMS product and does not want to use the built in spell checker from spellchecker.net. Does anyone know of other plugins, like e.g. the old FCKeditor plugin which used aspell serverside?

+1  A: 

A CkEditor port of the old aspell based plugin for FCKeditor is available here:

http://cksource.com/forums/viewtopic.php?f=11&t=15893

Arve Skjørestad
A: 

Arve, could you please share your experience - why you do not want to use built-in SpellChecker.net spell-checking plug-ins with CKEditor? Thanks in advance!

Marianna Almakaieva
+1  A: 

Marianna:

First of all, the reason why we want to use spellchecker.net has nothing to to with the functionality itself, both the SCAYT and the regular spell check is working great. However, we are using CkEditor in our CMS (CorePublish, www.coretrek.no), and using an online tool like spellchecker.net has some drawbacks:

  • The free online version is at times slow, and it displays ads, both of which many of our customers will find annoying.
  • Our product is sometimes installed at intranets and closed networks where internet access is not available, this means depending on an online service is a no-go.
  • We had a working spellchecker included in our previous version (using FCKEditor) for free. Suddenly requiring our customers (or our self) to pay extra for spellchecking, purchasing either the hosted or licensed versions, is not something we want to do.
  • We want to integrate the spell check itself with our own back end, where we e.g. store a custom dictionary for each user etc.

So based on these issues, we decided to rather go for the "old" aspell plug-in, which enables us to provide a built in, banner free spellcheck by default, and where we can control the back end our self.

regards,

Arve Skjørestad

Senior system developer

CoreTrek AS

Arve Skjørestad
A: 

Yeah i'm behind a corporate firewall that blocks access. So having the option to use something on the server would be great.

hobo