WebsiteBaker Logo
  • *
  • Templates
  • Help
  • Add-ons
  • Download
  • Home
*
Welcome, Guest. Please login or register.

Login with username, password and session length
 

News


WebsiteBaker 2.13.6 is now available!


Will it continue with WB? It goes on! | Geht es mit WB weiter? Es geht weiter!
https://forum.websitebaker.org/index.php/topic,32340.msg226702.html#msg226702


The forum email address board@websitebaker.org is working again
https://forum.websitebaker.org/index.php/topic,32358.0.html


R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WB
https://forum.websitebaker.org/index.php/topic,32355.0.html


* Support WebsiteBaker


  • Home
  • Help
  • Search
  • Login
  • Register

  • WebsiteBaker Community Forum »
  • WebsiteBaker Support (2.12.x) »
  • Modules »
  • CKEditor - How to enable spell check
  • Print
Pages: [1]   Go Down

Author Topic: CKEditor - How to enable spell check  (Read 14008 times)

Offline Nicky

  • Posts: 94
  • Gender: Male
CKEditor - How to enable spell check
« on: February 04, 2020, 02:35:22 PM »
Hello Bakers,

CKEditor help - how to enable spell checking.


I changed this from false to true in these two lines shown below in bold, logged-out and restarted WB (v2.12.2 r379)



wb_ckconfig.js

config.browserConte xtMenuOnCtrl = true;

    config.basicEntitie s = true;

    config.entities = false;
/*
    config.scayt_autoSt artup = true;
*/



settings_config.js

config.browserConte xtMenuOnCtrl = true;

    config.basicEntitie s = true;

    config.entities = false;
/*
    config.scayt_autoSt artup = true;
*/


Other than spell checking, CKEditor works fine for me. But there is no spell check icon, button or toolbar.

I seem to remember spell check was enabled by default in early WB versions.

What else do I need to do to get spellcheck working? Could it be a server issue ?

Nicky

Logged

johnbroeckaert

  • Guest
Re: CKEditor - How to enable spell check
« Reply #1 on: February 04, 2020, 08:08:30 PM »
try //   instead of /* in front of the line
so
Code: [Select]
// config.scayt_autoSt artup = true;
Logged

Offline Nicky

  • Posts: 94
  • Gender: Male
Re: CKEditor - How to enable spell check
« Reply #2 on: February 05, 2020, 07:10:41 PM »
Thanks, I did try this,

  config.browserConte xtMenuOnCtrl = true;

    config.basicEntitie s = true;

    config.entities = false;
/*
// config.scayt_autoSt artup = true;
*/

and did the same with the wb version on the same line as in my original post. No change. Tried Chrome, FF, Opera, and Edge.

 
Logged

Offline dbs

  • Betatester
  • **
  • Posts: 8914
  • Gender: Male
  • tioz4ever
    • WebsiteBaker - jQuery-Plugins - Module - Droplets - Tests
Re: CKEditor - How to enable spell check
« Reply #3 on: February 06, 2020, 07:34:24 AM »
Hello, in PHP
Code: [Select]
<?php
this
/*
    config.scayt_autoSt artup = true;
*/

this
/*
// config.scayt_autoSt artup = true;
*/

and this
// config.scayt_autoSt artup = true;
do all the same. It comments out the code, make it unusable.
(the space in Startup is a forum bug)

I think the spellcheck ist not implemented for reasons.
To use it you need also the right plugin in ckeditor/ckeditor/plugins/
Maybe wsv or scayt are the right ones, but do they work with this ckeditor version?
Next is, edit the ckeditor/include.php. Add wsv or scayt to the allowed plugins in line 166 ($ckeditor->config['extraPlugins']).
Next is, contains your toolbar the right placeholder for the plugin?

You see, it is not so easy.
Logged
https://onkel-franky.de

Offline Luisehahne

  • WebsiteBaker Org e.V.
  • **
  • Posts: 4548
  • Gender: Male
Re: CKEditor - How to enable spell check
« Reply #4 on: February 06, 2020, 09:03:17 AM »
Quote from: dbs on February 06, 2020, 07:34:24 AM

I think the spellcheck ist not implemented for reasons.
To use it you need also the right plugin in ckeditor/ckeditor/plugins/
Maybe wsv or scayt are the right ones, but do they work with this ckeditor version?
Next is, edit the ckeditor/include.php. Add wsv or scayt to the allowed plugins in line 166 ($ckeditor->config['extraPlugins']).
Next is, contains your toolbar the right placeholder for the plugin?


The reason to remove some plugins was to limit the package zip size  to max 2MB

Dietmar
Logged
Note: Once the code has been generated, it is easy to debug. It's not a bug, it's a feature!

Offline Nicky

  • Posts: 94
  • Gender: Male
Re: CKEditor - How to enable spell check
« Reply #5 on: February 06, 2020, 04:37:18 PM »
Way too complicated for me to fix. I did try this though -

Quote
Next is, edit the ckeditor/include.php. Add wsv or scayt to the allowed plugins in line 166 ($ckeditor->config['extraPlugins']).

but all my pages' WYSIWYG & source markup disappeared (which returned after I restored the original include.php).

So, I'll stick with using a browser spell checker I guess...

But thanks for looking at this.
Logged

Offline dbs

  • Betatester
  • **
  • Posts: 8914
  • Gender: Male
  • tioz4ever
    • WebsiteBaker - jQuery-Plugins - Module - Droplets - Tests
Re: CKEditor - How to enable spell check
« Reply #6 on: February 06, 2020, 06:41:33 PM »
It was not a list of possible steps.
All steps are needed.
Therefore
Quote
You see, it is not so easy.
Logged
https://onkel-franky.de

  • Print
Pages: [1]   Go Up
  • WebsiteBaker Community Forum »
  • WebsiteBaker Support (2.12.x) »
  • Modules »
  • CKEditor - How to enable spell check
 

  • SMF 2.0.19 | SMF © 2017, Simple Machines
  • XHTML
  • RSS
  • WAP2