The following warnings occurred:
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
/printthread.php 203 postParser->parse_message
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
/printthread.php 203 postParser->parse_message
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
/printthread.php 203 postParser->parse_message
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
/printthread.php 203 postParser->parse_message



GetSimple Support Forum
[Resolved] Custom CKEditor - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5)
+--- Thread: [Resolved] Custom CKEditor (/showthread.php?tid=4400)



[Resolved] Custom CKEditor - krysttof - 2013-03-01

Hello !
I want to customize CKEditor with separator in the toolbar, with :
Code:
,'-',
Like :
Code:
['Bold','Italic','-','NumberedList','BulletedList']
But the separator is not display !
The link for Custom CKEditor.
Have you any idea ?


RE: Custom CKEditor - Connie - 2013-03-01

I have no idea, as CKEditor 3.6.2, which is included in GS 3.2 does not show these separators
I tested with different skins, in Firefox

I suggest to use the skin office2003 (for me this seems to be the nicest one)
and to group your items using [] and '/' for rowbreaks

unfortunately their support forum is a crap, you nearly never get an answer, and you have no chance to search there...

As much as I like that editor as often I felt lost with their support ;=(


RE: Custom CKEditor - krysttof - 2013-03-01

Thank's Connie. I use the skins : v2, kama and office2003, and the separators are displayed.
But not with the default slin getsimple.
Sad


RE: [Resolved] Custom CKEditor - shawn_a - 2013-03-01

I have this in my install ill look at how I did it when I get to work