2014-03-08, 05:10:59
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
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'
");