TinyMCE - extended configuration
Configuration can be done in pntemplates/scribite_tinymce_editorheader.htm (for modifications copy the file to /themes/YOURTHEME/templates/modules/scribite/ and edit it there).
For more information see http://tinymce.moxiecode.com/.
The plugins are described at http://wiki.moxiecode.com/index.php/TinyMCE:Plugins.
TinyMCPUK
If you want to use TinyMCPUK you have to do the following (thanks to Erik Spaan):
- Make folder for uploading pics (default: /images/tinymcpuk)
- Make subfolders for different file types (Image, File and Flash).
- CHMOD 777 all of the above folders.
If you want to use a different folder than images/tinymcpuk for uploading edit the following:
4.a /javascript/scribite_editors/tiny_mce/imagemanager/config.inc.php:
$IMConfig['base_dir'] = $_SERVER['DOCUMENT_ROOT'] . '/images/tinymcpuk/Image'; $IMConfig['base_url'] = 'http://' . $_SERVER['SERVER_NAME'] . '/images/tinymcpuk/Image';
4.b /javascript/scribite_editors/tiny_mce/filemanager/connectors/php/config.php
$fckphp_config['UserFilesPath'] = "/images/tinymcpuk" ;
