Posts: 6,266
Threads: 181
Joined: Sep 2011
merged stable in
I have updated the tags for these until it is released in 3.4
stable_cke_4.3.2 always stable branch
v3.3.1_cke_4.3.2 previous
patch_cke_4.3.2 has been removed permanently.
Posts: 210
Threads: 15
Joined: Feb 2013
why when i'm download a version of getsimple from
https://github.com/GetSimpleCMS/GetSimpleCMS/releases
GetSimpleCMS v3.3.2 file:
v3.3.2_cke_4.3.2
and i'm install it i have in back end in support information
GetSimple Version 3.3.1
Upgrade Recommended (3.3.2)
it's a 3.3.2 with wrong number ?
Posts: 11
Threads: 1
Joined: Feb 2014
Am I missing something but the editor in stable_cke_4.3.2 is exactly the same as in the standard download (3.3.2).
Do I need to configure it somewhere? I'm not seeing anything like whats here
http://ckeditor.com/demo
Ade
Posts: 6,266
Threads: 181
Joined: Sep 2011
let me fix this , its jacked up
Posts: 6,266
Threads: 181
Joined: Sep 2011
The branch is fine, the tag was wrong.
I updated the tag, when in doubt download the branch directly.
sorry bout that
Posts: 11
Threads: 1
Joined: Feb 2014
Still confused, how do I make the editor more feature rich like the editor in the demo?(
http://ckeditor.com/demo)
I found the config.js file in the ckeditor folder and I've read the documentation but still can't work out how to change it.
Any help would be greatful.
Posts: 185
Threads: 8
Joined: Apr 2012
2014-06-08, 07:42:43
(This post was last modified: 2014-06-08, 07:43:02 by morvy.)
how about this ? it's my config in gsconfig.php
Code:
define('GSEDITORTOOL',"['Cut','Copy','Paste','PasteText','PasteFromWord'],
['Bold','Italic','Underline','Strike'],
['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],'/',
['Link','Unlink','Image','Table','HorizontalRule','SpecialChar','Iframe'],
['Styles','Format','FontSize'],['Source']");
Posts: 6,266
Threads: 181
Joined: Sep 2011
There are a thousand threads on configuring ckeditor toolbars via gseditortool
Posts: 11
Threads: 1
Joined: Feb 2014
Thanks for pointing me in the right direction guys.
Posts: 6,266
Threads: 181
Joined: Sep 2011