Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PROBLEM CKEditor doesn't appear after uplodead
#1
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
Reply
#2
What do you mean uploaded ckeditor, ckeditor is already included.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#3
(2017-07-25, 23:37:56)shawn_a Wrote: What do you mean uploaded ckeditor, ckeditor is already included.
Reply
#4
(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 !
Reply
#5
what version of GS ?

remove the plugin

just change the gsconfig setting to full or advanced
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#6
(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'");
Reply
#7
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
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#8
(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
Reply
#9
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 !
Reply
#10
Where did you get that config it is old , wiki?
Gs now uses cke 4.x not 3.x

What toolbar do you want ?
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#11
(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 ?
Reply
#12
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.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#13
(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. ?
Reply
#14
(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 ?
Reply
#15
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 !
Reply




Users browsing this thread: 1 Guest(s)