GetSimple Support Forum
How the ckeditor must be installed on GS??? - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: How the ckeditor must be installed on GS??? (/showthread.php?tid=713)



How the ckeditor must be installed on GS??? - Alessio_roma - 2010-05-17

I had download ckeditor but i don't understand how it must be installed.


How the ckeditor must be installed on GS??? - Zegnåt - 2010-05-17

CKEditor should be installed by default, please check that you have enabled it under settings.


How the ckeditor must be installed on GS??? - Alessio_roma - 2010-05-17

Zegnåt Wrote:CKEditor should be installed by default, please check that you have enabled it under settings.
how I can do it?


How the ckeditor must be installed on GS??? - Zegnåt - 2010-05-18

You go to the settings page and make sure that the HTML editor has been checked.


How the ckeditor must be installed on GS??? - Alessio_roma - 2010-05-18

The HTML editor has been checked but it isn't ckeditor 3.1,how i can install CKeditor 3.1?


How the ckeditor must be installed on GS??? - Zegnåt - 2010-05-18

We have had CKEditor 3.1 in GetSimple since February (r78). So I don’t really understand what you want to do.


How the ckeditor must be installed on GS??? - Alessio_roma - 2010-05-18

I say this CKEditor: http://ckeditor.com/demo


How the ckeditor must be installed on GS??? - Zegnåt - 2010-05-18

That’s the same editor, just a different number of toolbar buttons. One of the things you can do is open up gsconfig.php and switch CKEditor to the advanced toolbar by changing this:
Code:
# WYSIWYG toolbars (advanced or basic)
#define('GSEDITORTOOL', 'advanced');
To this:
Code:
# WYSIWYG toolbars (advanced or basic)
define('GSEDITORTOOL', 'advanced');
I thought we had a variable for your own custom toolbar as well, but I can’t find it right now.


How the ckeditor must be installed on GS??? - ragou - 2010-05-19

No, it's doesn't look the same.
It looks like this:
[Image: gs1.PNG]
The GS editor looks like this:
[Image: gs2.PNG]


How the ckeditor must be installed on GS??? - Zegnåt - 2010-05-19

I never said it looked the same, I only said it is the same editor.

If you want more buttons you will have to change the toolbar. I have never changed the toolbar so I don’t know how to do it, but you can put any toolbar configuration in GSEDITORTOOL.


How the ckeditor must be installed on GS??? - webget - 2010-05-31

I followed those steps and I have added the names of tools and some work poerfectamente, sometimes not.

As I can do .... please help.

[Image: screen1ht.jpg]
[Image: screen2fk.jpg]


How the ckeditor must be installed on GS??? - Zegnåt - 2010-05-31

I don’t think ‘filebrowser’ is a standard CKEditor option, so it doesn’t show anything.