Posts: 31
Threads: 13
Joined: Apr 2011
2011-04-13, 00:21:49
(This post was last modified: 2011-04-13, 00:26:29 by denisepeters.)
Looking for a solution to enable some functions like H-Tags, Fonts, Font Size, Blockquote and Text Color in In-Built Editor of GetSimple 3.0.
Using GetSimple 3.0
Posts: 32
Threads: 4
Joined: Feb 2011
nvinanda Wrote:Looking for a solution to enable some functions like H-Tags, Fonts, Font Size, Blockquote and Text Color in In-Built Editor of GetSimple 3.0.
Just uncomment line (remove #) in file GSCONFIG.PHP in root directory of your site.
Code:
# WYSIWYG toolbars (advanced, basic or [custom config])
define('GSEDITORTOOL', 'advanced');
Posts: 2,928
Threads: 195
Joined: Feb 2011
nvinanda,
there is little documentation in the WIKI at
http://get-simple.info/wiki/how_to:wysiwyg_editor already
when I find time, I will add some more descriptions, but if you want to find out more about the editor in GS, we had some good threads in the last time
see here:
http://get-simple.info/forum/topic/1660/...iguration/
or just do a search for "CKEDITOR"
cheers, Connie
Posts: 31
Threads: 13
Joined: Apr 2011
Thanks!
You guys are really helpful.
Using GetSimple 3.0
Posts: 31
Threads: 13
Joined: Apr 2011
I do need Auto Spell Checker and a feature so that I can copy and paste any rich text as it is, currently when i paste a rich text in the editor, it only gets the text part and no styling.
Using GetSimple 3.0
Posts: 2,928
Threads: 195
Joined: Feb 2011
nvinanda Wrote:I do need Auto Spell Checker and a feature so that I can copy and paste any rich text as it is, currently when i paste a rich text in the editor, it only gets the text part and no styling.
Pasting not as plain text is dangerous, but there is plugin, button "Paste from Word" which will strip a lot of rubbish
did you activate the advanced toolbar in the gsconfig.php?
Posts: 31
Threads: 13
Joined: Apr 2011
Yes, advanced toolbar is activated.
I know its bit risky to enable pasting not as plain text, still I want to enable it, please guide. "Paste from Word" didn't worked.
Using GetSimple 3.0
Posts: 2,928
Threads: 195
Joined: Feb 2011
nvinanda Wrote:Yes, advanced toolbar is activated.
I know its bit risky to enable pasting not as plain text, still I want to enable it, please guide. "Paste from Word" didn't worked.
Give me some time, I try to write a short tutorial this evening, now I am at work, ok?
(16:00 local time Germany)
Posts: 31
Threads: 13
Joined: Apr 2011
sure, thanks.
Using GetSimple 3.0
Posts: 2,928
Threads: 195
Joined: Feb 2011
I could not yesterday, as I had visitors unexpectedly
I will do this evening, first starting with a new toolbar with Copy, Paste, Paste from WORD etc. ...
Posts: 2,928
Threads: 195
Joined: Feb 2011
now, tatata.... there is expanded documentation in the WIKI how to configure the editor.
As a first part, I described how to use different toolbars, especially how to define a custom toolbar with buttons for copy / paste / paste from WORD
so I think this is a small step for mankind, but big step for us GetSimple-Users ;=)