GetSimple Support Forum

Full Version: How to Enable H-Tags, Fonts, Font Size and Text Color in Editor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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');
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
Thanks!
You guys are really helpful.
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.
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?
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.
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)
sure, thanks.
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. ...
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 ;=)