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
WYSIWYG Editor
Try using a different Browser.
Or try changing the value of this line:
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).
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
Changing the value will load a different editor which might work (there are 3 included).
HTMLarea not working in version 1.2.5-DEV
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:
P.S. I don't want to use the other HTML editor; it's far to slow!
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:
Who solves this problem?'CharacterMapTooltip is empty or no object'
P.S. I don't want to use the other HTML editor; it's far to slow!
Igor