Jump to content

Spell checker for CKEditor


NoGi

Recommended Posts

Sorry, you do not have permission for that!

1C120/9 The plugin does not appear to be valid. Make sure that you have uploaded the plugin exactly as you downloaded it.
 
[Thu Jun 11 11:38:31.531492 2015] [access_compat:error] [pid 5961] [client 123.123.12.12:49753] AH01797: client denied by server configuration: /var/www/html/forum/admin/, referer: http://myforum.com.au/forum/admin/?adsess=ionjjd40ld92m4837s42odjmo5&app=core&module=editor&controller=toolbar
[Thu Jun 11 11:38:31.531958 2015] [access_compat:error] [pid 5961] [client 123.123.12.12:49753] AH01797: client denied by server configuration: /var/www/html/forum/admin/index.html, referer: http://myforum.com.au/forum/admin/?adsess=ionjjd40ld92m4837s42odjmo5&app=core&module=editor&controller=toolbar
[Thu Jun 11 11:38:31.532297 2015] [access_compat:error] [pid 5961] [client 123.123.12.12:49753] AH01797: client denied by server configuration: /var/www/html/forum/admin/index.php, referer: http://myforum.com.au/forum/admin/?adsess=ionjjd40ld92m4837s42odjmo5&app=core&module=editor&controller=toolbar
[Thu Jun 11 11:38:38.342989 2015] [access_compat:error] [pid 2285] [client 123.123.12.12:49754] AH01797: client denied by server configuration: /var/www/html/forum/admin/, referer: http://myforum.com.au/forum/admin/?adsess=ionjjd40ld92m4837s42odjmo5&app=core&module=editor&controller=toolbar&do=addPlugin
[Thu Jun 11 11:38:38.343371 2015] [access_compat:error] [pid 2285] [client 123.123.12.12:49754] AH01797: client denied by server configuration: /var/www/html/forum/admin/index.html, referer: http://myforum.com.au/forum/admin/?adsess=ionjjd40ld92m4837s42odjmo5&app=core&module=editor&controller=toolbar&do=addPlugin
[Thu Jun 11 11:38:38.343704 2015] [access_compat:error] [pid 2285] [client 123.123.12.12:49754] AH01797: client denied by server configuration: /var/www/html/forum/admin/index.php, referer: http://myforum.com.au/forum/admin/?adsess=ionjjd40ld92m4837s42odjmo5&app=core&module=editor&controller=toolbar&do=addPlugin
[Thu Jun 11 11:38:45.181013 2015] [access_compat:error] [pid 21035] [client 123.123.12.12:49765] AH01797: client denied by server configuration: /var/www/html/forum/admin/, referer: http://myforum.com.au/forum/admin/?adsess=ionjjd40ld92m4837s42odjmo5&app=core&module=editor&controller=toolbar&do=addPlugin
[Thu Jun 11 11:38:45.181401 2015] [access_compat:error] [pid 21035] [client 123.123.12.12:49765] AH01797: client denied by server configuration: /var/www/html/forum/admin/index.html, referer: http://myforum.com.au/forum/admin/?adsess=ionjjd40ld92m4837s42odjmo5&app=core&module=editor&controller=toolbar&do=addPlugin
[Thu Jun 11 11:38:45.181761 2015] [access_compat:error] [pid 21035] [client 123.123.12.12:49765] AH01797: client denied by server configuration: /var/www/html/forum/admin/index.php, referer: http://myforum.com.au/forum/admin/?adsess=ionjjd40ld92m4837s42odjmo5&app=core&module=editor&controller=toolbar&do=addPlugin

 

Link to comment
Share on other sites

Most modern browsers have this built in these days, so there really isn't a need for this as a plugin in 2015. 

​I agree but for some reason, when I right-click I don't get spelling options, instead the CKEditor takes over and shows on cut/paste etc... Even after a restore to defaults with no plugins installed

Link to comment
Share on other sites

Up to you as to whether to use this but you can invoke the in-browser spell check functionality using a ckeditor configuration setting called disableNativeSpellChecker. By default it is true so the in-browser spell check is disabled.

To put this in, do the following:

1) Edit /applications/core/interface/ckeditor/ckeditor/config.js
2) At the end but before the last curly brace "}" add the following: a.disableNativeSpellChecker = false;
3) Save the file
4) May have to perform a re-cache to force this through.

What now happens?

As you type, you will now see the words being marked out as incorrect. To then see the list of options - press Ctrl + right click to invoke the browser's own context menu.

If you do the above and it doesn't work, please back off the change and post up the content of your config.js for further help.

Regarding the error you posted above - the reason that appears is purely down to the content of the zip file. If you want to go ahead and install that spell checker then you will need to pull the nanospell.ckeditor directory out of the original zip, then zip that directory up into a file and use that in the ACP instead. I will advise though that I installed it and it borked the editor in the ACP and I had to restore to the default configuration. I'm sure there is additional work to be done to make that plugin work, so I'll take a look at it at a later point to see if I can suss out that one.

Please test this on your own test site before doing this.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...