Posts: 84
Threads: 17
Joined: Mar 2010
I had download ckeditor but i don't understand how it must be installed.
Posts: 972
Threads: 27
Joined: Aug 2009
CKEditor should be installed by default, please check that you have enabled it under settings.
Posts: 84
Threads: 17
Joined: Mar 2010
Zegnåt Wrote:CKEditor should be installed by default, please check that you have enabled it under settings.
how I can do it?
Posts: 972
Threads: 27
Joined: Aug 2009
You go to the settings page and make sure that the HTML editor has been checked.
Posts: 84
Threads: 17
Joined: Mar 2010
The HTML editor has been checked but it isn't ckeditor 3.1,how i can install CKeditor 3.1?
Posts: 972
Threads: 27
Joined: Aug 2009
We have had CKEditor 3.1 in GetSimple since February (
r78). So I don’t really understand what you want to do.
Posts: 84
Threads: 17
Joined: Mar 2010
Posts: 972
Threads: 27
Joined: Aug 2009
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.
Posts: 44
Threads: 9
Joined: Aug 2009
2010-05-19, 04:21:21
(This post was last modified: 2010-05-19, 04:22:19 by tquinnelly.)
No, it's doesn't look the same.
It looks like this:
The GS editor looks like this:
Posts: 972
Threads: 27
Joined: Aug 2009
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.
Posts: 8
Threads: 3
Joined: May 2010
2010-05-31, 11:02:52
(This post was last modified: 2010-05-31, 11:08:38 by seoservices110.)
I followed those steps and I have added the names of tools and some work poerfectamente, sometimes not.
As I can do .... please help.
Posts: 972
Threads: 27
Joined: Aug 2009
I don’t think ‘filebrowser’ is a standard CKEditor option, so it doesn’t show anything.