openWYSIWYG - extended configuration
Configuration can be done in pntemplates/scribite_openwysiwyg_editorheader.htm (for modifications copy the file to /themes/YOURTHEME/templates/modules/scribite/ and edit it there).
For more information see http://www.openwebware.com/products/openwysiwyg/docs/.
The integrated Imagemanager (only full mode) uses /images in order to have access to general pics from Zikula.
If you want uploading:
- Make folder images/openwysiwyg and CHMOD 777
- Modify (only needed if you want to use a different folder than images/ openwysiwyg) /javascript/scribite_editors/openwysiwyg/addons/imagelibrary/config.inc.php
$imagebasedir = '../../../../../images/openwysiwyg'; $imagebaseurl = 'images/openwysiwyg';
