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
Is there any way to use theme CSS from screen.css inside of CKEditor ?
#8
your suggestion is not the correct solution for the problem, as this directive is read when the calling programme (GetSimple) instantiates / starts the Editor
so what when you switch a theme?

I found one working solution / workaround:

the default css-file for the editor is the file admin\template\js\ckeditor\contents.css

if you need a fast solution, you can copy the content of your css-file into that file and upload it to the defined destination

I tested with
Code:
body {
    color: #416a8b;
    font-family: Arial;
    font-size: 18px;
    font-weight: 400;
   text-align: left;
}

instead of the default-body-definition there and I got that blueish big letters in Arial as the default text-formatting

I tried to add a directive to the custom-config-file of CKEditor in GS (see the wiki), but to no avail until now

as I said, this is a fast workaround if you stick with one theme
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply


Messages In This Thread
Is there any way to use theme CSS from screen.css inside of CKEditor ? - by Connie - 2011-11-15, 01:53:07



Users browsing this thread: 2 Guest(s)