I tried the wysiwyg editor setting in v1.2.6
Code: Select all
$phpwcms["wysiwyg_editor"] = ?;
- support for HTMLarea is ended (by OG), ok! (case 1, disabled in include/inc_lib/wysiwyg.editor.inc.php)
- spaw editor doesn't work (case 4):
Code: Select all
Not Found
The requested URL /include/inc_ext/spaw/empty.html was not found on this server.
- TinyMCE doesn't work (case 3), loaded FCKeditor... Why?
My idea, O.G. please replace the FCKeditor ToolbarSet setting from "Default" to "phpwcms" in include/inc_lib/wysiwyg.editor.inc.php, in case2 block:
Code: Select all
//$oFCKeditor->ToolbarSet = 'Default';
$oFCKeditor->ToolbarSet = 'phpwcms';
This is better ToolbarSet for phpWCMS like "Default".
Thx for a help!
Paul
Ps.: why not supported the FCKeditors Image browser the phpwcms filestorage? Is there a plan?