Page 1 of 1

WYSIWYG editor in IE?

Posted: Sat 29. May 2004, 00:49
by Harry
Hi!
The WYSIWYG editor works fine in my Firebird 0.8. But theres jsut a normal TEXTAREA in Internet Explorer 5.0. Is it because of my IE version? If it is, i suppose it would be easy to implement the 5.0 compliable http://tinymce.moxiecode.com/ right?

- Harry

Re: WYSIWYG editor in IE?

Posted: Sat 29. May 2004, 05:00
by Pappnase
Harry wrote:Hi!
The WYSIWYG editor works fine in my Firebird 0.8. But theres jsut a normal TEXTAREA in Internet Explorer 5.0. Is it because of my IE version? If it is, i suppose it would be easy to implement the 5.0 compliable http://tinymce.moxiecode.com/ right?

- Harry
hello couldn't you update to ie 5.5 or 6!?

Posted: Sat 29. May 2004, 09:09
by frold
It is more simpelt then that!

Change in conf.inc.php

Code: Select all

$phpwcms["wysiwyg_editor"]    = 2;        //0 = no wysiwyg editor, 1 = HTMLarea, 2 = FCKeditor, 3 = browser based, 4 = spaw
FCKeditor should be working in IE5+

A quick demo: http://www.fredck.com/FCKeditor/Demo/

Posted: Sat 29. May 2004, 09:22
by Pappnase
frold wrote:It is more simpelt then that!
:oops: :oops: :oops:

Posted: Sat 29. May 2004, 10:24
by Harry
I did use option 3. FCKEditor doesn't seem to work in 5.0 nor FireFox 0.8.
I think i will take a look at integrating that TinyMCE. Will give you word if i get it done. ;)