xoopseditor package 1.01 is released
Date 2006/11/30 18:10:00 | Topic: Modules
| xoopseditor provides a collective of editors for XOOPS: textarea, dhtmlarea, dhtmlext, FCKeditor, koivi, ...
Main updates in the release: 1 dhtmlext - auto detection of flash dimension 2 dhtmlext - site-wide wiki syntax 3 FCKeditor - auto verification for upload path
Download and details: WYSIWYG editors for XOOPS xoopseditor provides a collective of editors for XOOPS: textarea, dhtmlarea, dhtmlext, FCKeditor, koivi, ...
user guide:
1 check the files xoops_version.php under /xoopseditor/ to make sure it is newer than your current ones
2 upload /xoopseditor/ to /XOOPS/class/ => /XOOPS/class/xoopseditor/: XOOPS/class/xoopseditor/dhtmlext XOOPS/class/xoopseditor/dhtmltextarea XOOPS/class/xoopseditor/FCKeditor XOOPS/class/xoopseditor/koivi XOOPS/class/xoopseditor/textarea
3 configure preferences where applicable 3.1 ./dhtmlext(all editors)/language/: make your local langauge file based on english.php 3.3 ./dhtmlext(all editors)/editor_registry.php: set configurations for the editor: order - display order in case editor selection is used, 0 for disabled; nohtml - works for non-html syntax 3.3 ./FCKeditor/module/: copy the files to the modules folders in case module specific upload permissions, storage and editor options are required 3.3.1 ./FCKeditor/module/fckeditor.config.js: for editor options, you usually don't not need to change it 3.3.2 ./FCKeditor/module/fckeditor.connector.php: to specify the folder for file browsing (and uploading storage) => XOOPS/uploads/XOOPS_FCK_FOLDER/, the folder is required to create manually 3.3.3 ./FCKeditor/module/fckeditor.upload.php: specify upload permission and uploading storage 3.4 XOOPS/uploads/fckeditor/: to create the folder if FCKeditor is enabled, used for uploads from where the upload folder is not specified
4 check file names: for filename case sensitive system, make sure you have the file names literally correct, i.e., "FCKeditor" is not identical to "fckeditor"
|
|