Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] CKEditor custom config - gsconfig.php definition does not work
#6
GSEDITOROPTIONS is a js object so
key: value, pairs ( never comma after last one )

You cannot define anything more than once, that is what a definition is, usually you get php errors from this.
always check error.txt when you are figuring something out, should be the first thing you do.

No clue what the skins thing is about ( edit oh you copied the example verbatim, just remove that, you are not setting a skin )

noone takes care of the wiki, its a wiki, everyone takes care of it, or noone....

There are gseditoroptions all over forums. Connie has written alot about them

heres mine

PHP Code:
define('GSEDITOROPTIONS',
"enterMode: CKEDITOR.ENTER_BR,
shiftEnterMode : CKEDITOR.ENTER_P,
scayt_autoStartup:false,
customConfig : '../../../../theme/cke_custom.js'
"
); 
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply


Messages In This Thread
RE: [SOLVED] CKEditor custom config - gsconfig.php definition does not work - by shawn_a - 2014-03-08, 05:10:59



Users browsing this thread: 1 Guest(s)