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?
There are 4 WYSIWYG editors included? How do I use them?
hello
goto the conf.inc.php line 63 there you will find this!
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
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.
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.