WYSIWYG editor in IE?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Harry
Posts: 8
Joined: Sat 29. May 2004, 00:47

WYSIWYG editor in IE?

Post 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
Pappnase

Re: WYSIWYG editor in IE?

Post 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!?
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post 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/
http://www.studmed.dk Portal for doctors and medical students in Denmark
Pappnase

Post by Pappnase »

frold wrote:It is more simpelt then that!
:oops: :oops: :oops:
Harry
Posts: 8
Joined: Sat 29. May 2004, 00:47

Post 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. ;)
Post Reply