Page 1 of 1

There are 4 WYSIWYG editors included? How do I use them?

Posted: Sun 1. Aug 2004, 21:23
by spirelli
I read that there are 4 WYSIWYG editors included with phpwcms. I want to give them all a try. How can I do this?

--> Where are they? How do I acticate one?

Which editor is the one that I get by default?

Which editor do you like, and why?

Posted: Sun 1. Aug 2004, 21:35
by Pappnase
hello

goto the conf.inc.php line 63 there you will find this!

Code: Select all

$phpwcms["wysiwyg_editor"]    = 2;        //0 = no wysiwyg editor, 1 = HTMLarea, 2 = FCKeditor, 3 = browser based, 4 = spaw

Posted: Sun 1. Aug 2004, 22:54
by spirelli
tanks a lot!

Posted: Sun 1. Aug 2004, 23:21
by spirelli
so what exacly is option 3, 'bowser based'?

how is the browser compatibility of the editors?

Posted: Mon 2. Aug 2004, 23:23
by spirelli
ok, here another question:

I want to give my users some comtrol via a WYSIWYG editor. But not everything they offer. E.g. I don't want them to be able to create weird coloured backgrounds or type colour, I donlt want them to be able to upload images, I don't want them to be able to paste all the strange formating they did in Word, like enourmous font sizes.

In other words: I want to hide / limit the buttons available to the WYSIWYG editor user. Which Editor would be best to do this with, and how?

Thanks for any info.