Page 1 of 1

WYSIWYG Editor

Posted: Mon 22. Aug 2005, 17:18
by franswaa
i have installed phpwcms and everythings seems to be working correctly excepts the wysiwyg editor. when i go to create a new artice and i select the editor none of the tools show up. And i cannot even type in the text area.

Can anyone help me out with this. im sure its something simple, but im new to this app.

Thanks for the help!
-frank

Posted: Mon 22. Aug 2005, 17:25
by spirelli
Try using a different Browser.

Or try changing the value of this line:

Code: Select all

$phpwcms["wysiwyg_editor"]    = 2;  //0 = no wysiwyg editor, 1 = HTMLarea, 2 = FCKeditor, 3 = browser based
in config\phpwcms\conf.inc.php (path in DEV version)

Changing the value will load a different editor which might work (there are 3 included).

HTMLarea not working in version 1.2.5-DEV

Posted: Thu 25. Aug 2005, 12:27
by Igor
Hello, good afternoon,

I have two sites powerd by phpwcms. One site uses version 1.2.3-DEV and the other site uses version 1.2.5-DEV. On the last site the HTMLarea-editor doesn't show up when editing an article.

So, it's not the browser that causes the problem. I get the following error message in IE 6.0:
'CharacterMapTooltip is empty or no object'
Who solves this problem?

P.S. I don't want to use the other HTML editor; it's far to slow!