The following warnings occurred:
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 745 errorHandler->error_callback
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 916 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 861 postParser->parse_message
/showthread.php 916 build_postbit
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 46 - File: showthread.php(1650) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1650) : eval()'d code 46 errorHandler->error_callback
/showthread.php 1650 eval




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Spellchecker not working
#2
I have never tried the CKEditor native spell checker (it's web-based, so doesn't know about my personal word list), but you can enable the browser native spell-checker with this:
Code:
define('GSEDITOROPTIONS',
  "
  disableNativeSpellChecker : false,
  removePlugins : 'language,tableresize,liststyle,tabletools,scayt,menubutton,contextmenu'
  ");

It is necessary to disable those plugins to allow the browser native context menu in WYSIWYG areas. The context menu spelling options only show when right-clicking in an area that already has text in it.

Works for Firefox – not tested in other browsers.
--
Nick.
Reply


Messages In This Thread
Spellchecker not working - by mrwtm - 2017-05-06, 10:09:39
RE: Spellchecker not working - by hameau - 2017-05-09, 03:05:45
RE: Spellchecker not working - by shawn_a - 2017-06-02, 03:43:11



Users browsing this thread: 1 Guest(s)