Posts: 10
Threads: 1
Joined: Jul 2017
Hi,
I uploaded CKEditor.
Then i arrive to the Toolbar configuration.
I try my best to do how it is explained.
BUT, when i am on my GetSimple web the pages it is still the default toolbar, and the CKEditor'toolbar doesn't appear !
Thanks for helping me, and forgive my english (i'm french).
Karole
Posts: 6,266
Threads: 181
Joined: Sep 2011
What do you mean uploaded ckeditor, ckeditor is already included.
Posts: 10
Threads: 1
Joined: Jul 2017
(2017-07-25, 23:37:56)shawn_a Wrote: What do you mean uploaded ckeditor, ckeditor is already included.
Posts: 10
Threads: 1
Joined: Jul 2017
(2017-07-26, 02:37:30)Karole BG Wrote: (2017-07-25, 23:37:56)shawn_a Wrote: What do you mean uploaded ckeditor, ckeditor is already included.
Thanks for answering.
Hmmm, there's really something i don't understand.
I went to "Extend", then "Plugin"s, and download "CKEditor"
I have a simple and basic toolbar (not enough tools) and would like to use a more complete one (with Table, Background color...) I don't know how to use it, and how to make it appears on my page !
Posts: 6,266
Threads: 181
Joined: Sep 2011
what version of GS ?
remove the plugin
just change the gsconfig setting to full or advanced
Posts: 10
Threads: 1
Joined: Jul 2017
(2017-07-26, 04:30:27)shawn_a Wrote: what version of GS ?
remove the plugin
just change the gsconfig setting to full or advanced
GS'version is : 3.3.13
I changed the gsconfig, it doesn't work... !
# WYSIWYG editor height (default 500)
#define('GSEDITORHEIGHT', '400');
# WYSIWYG toolbars (advanced, basic or [custom config])
define('GSEDITORTOOL',"['Source','-','Cut','Copy','Paste',
'Bold', 'Italic', 'Underline', 'NumberedList', 'BulletedList', 'JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock', 'Link', 'Unlink', 'Image', 'RemoveFormat',
'PasteText','PasteFromWord','-','Undo', 'Table', 'Text Color', 'Background Color',
'-','RemoveFormat','SpellChecker','Scayt'],'/',
");
# WYSIWYG editor language (default fr)
#define('GSEDITORLANG', 'fr');
# WYSIWYG Editor Options
define('GSEDITOROPTIONS',"scayt_autoStartup:true, scayt_sLang:'de_FR'");
Posts: 6,266
Threads: 181
Joined: Sep 2011
The Try just advanced before you go crazy with a custom config. You have a syntax error probably small steps when editing
Scayt is no longer included
Posts: 10
Threads: 1
Joined: Jul 2017
(2017-07-26, 06:59:24)shawn_a Wrote: The Try just advanced before you go crazy with a custom config. You have a syntax error probably small steps when editing
Scayt is no longer included
Posts: 10
Threads: 1
Joined: Jul 2017
Thanks for answer. But, i'm still fighting, and trying, and now i'm fed up. I have no solution...
There is something that i'm doing wrong, but what ?
No matter, i'm gone and try to find something else.
Thanks Shawn !
Posts: 6,266
Threads: 181
Joined: Sep 2011
Where did you get that config it is old , wiki?
Gs now uses cke 4.x not 3.x
What toolbar do you want ?
Posts: 10
Threads: 1
Joined: Jul 2017
2017-07-27, 19:51:18
(This post was last modified: 2017-07-27, 19:52:43 by Karole BG.)
(2017-07-27, 07:49:23)shawn_a Wrote: Where did you get that config it is old , wiki?
Gs now uses cke 4.x not 3.x
What toolbar do you want ?
Hi !
The config => I got it when i finished to install Ckeditor.
GS => http://get-simple.info/
I would like a toolbar with Tables, colors (for tables) past or import text from Open office...
Where can i get the 4. version ? Can you please give me the link ?
Posts: 6,266
Threads: 181
Joined: Sep 2011
PHP Code: # WYSIWYG toolbars (advanced, basic or [custom config]) $toolbar_advanced = " [ ['Bold', 'Italic', 'Underline', 'NumberedList', 'BulletedList', 'JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock', 'Table', 'TextColor', 'BGColor', 'Link', 'Unlink', 'Image', 'RemoveFormat', 'Source'], '/', ['Styles','Format','Font','FontSize','CodeSnippet'],['PasteFromWord','Paste'] ] ";
define('GSEDITORTOOL', $toolbar_advanced);
The latest GS includes new ckeditor already, no plugins are required.
If you want ALL toolbar use 'full' setting.
Posts: 10
Threads: 1
Joined: Jul 2017
(2017-07-28, 00:17:46)shawn_a Wrote: PHP Code: # WYSIWYG toolbars (advanced, basic or [custom config]) $toolbar_advanced = " [ ['Bold', 'Italic', 'Underline', 'NumberedList', 'BulletedList', 'JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock', 'Table', 'TextColor', 'BGColor', 'Link', 'Unlink', 'Image', 'RemoveFormat', 'Source'], '/', ['Styles','Format','Font','FontSize','CodeSnippet'],['PasteFromWord','Paste'] ] ";
define('GSEDITORTOOL', $toolbar_advanced);
The latest GS includes new ckeditor already, no plugins are required.
If you want ALL toolbar use 'full' setting.
Thanks, I'm gone and try.
Can you please give me a like for the GS 4. ?
Posts: 10
Threads: 1
Joined: Jul 2017
(2017-07-27, 19:51:18)Karole BG Wrote: (2017-07-27, 07:49:23)shawn_a Wrote: Where did you get that config it is old , wiki?
Gs now uses cke 4.x not 3.x
What toolbar do you want ?
Hi !
The config => I got it when i finished to install Ckeditor.
GS => http://get-simple.info/
I would like a toolbar with Tables, colors (for tables) past or import text from Open office...
Where can i get the 4. version ? Can you please give me the link ?
Posts: 10
Threads: 1
Joined: Jul 2017
Wonderfull ! Now it works ! Thanks so much Shawn.
If you need someone in the team to translate in french, i can help ! I would translate with pleasure !
|