NAVIGATION
This shows you the differences between two versions of the page.
|
english:other-enhancements:fck-filecenter [2010/06/29 18:16] Claus |
english:other-enhancements:fck-filecenter [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| {{indexmenu_n>10}} | {{indexmenu_n>10}} | ||
| - | ====== FCK and the filecenter ====== | + | ====== FCK/CK and the filecenter ====== |
| Normally the FCK/CK online editors rely upon their own file system, which you can set up below /pictures/upload/. There you can make your own folder system and save your uploaded files. The editor will then be able to make use of them, offer them for download or for being displayed. | Normally the FCK/CK online editors rely upon their own file system, which you can set up below /pictures/upload/. There you can make your own folder system and save your uploaded files. The editor will then be able to make use of them, offer them for download or for being displayed. | ||
| Line 11: | Line 11: | ||
| These files are saved automatically into /filearchive/ by the CMS, secured from direct access from outside for security and copyright reasons. While inserting a file into a text the file download.php is activated which then in turn will make it avalable for being displayed or for offering it for download. //(pictures in turn will make use of the fileimage_resized.php). // | These files are saved automatically into /filearchive/ by the CMS, secured from direct access from outside for security and copyright reasons. While inserting a file into a text the file download.php is activated which then in turn will make it avalable for being displayed or for offering it for download. //(pictures in turn will make use of the fileimage_resized.php). // | ||
| - | <note>Do **not** run in **CK**-Editor! \\ | + | <note><del>Do **not** run in **CK**-Editor!</del> \\ |
| - | At this time the developers have provided no interface.</note> | + | <del>At this time the developers have provided no interface.</del> \\ |
| + | Starting from the version 1.4.7 r416 also in the CK-editor available.</note> | ||
| Line 18: | Line 19: | ||
| === Condition: === | === Condition: === | ||
| - | * CMS > V1.3.9 | + | * CMS > V1.3.9 //(+ CK-Editor > V1.4.7 r415)// |
| * config/phpwcms/conf.inc.php:\\ %%$phpwcms['FCK_FileBrowser'] = 1; // enable|disable phpwcms Filebrowser in FCKeditor instead of built-in FCK file bowser support%% | * config/phpwcms/conf.inc.php:\\ %%$phpwcms['FCK_FileBrowser'] = 1; // enable|disable phpwcms Filebrowser in FCKeditor instead of built-in FCK file bowser support%% | ||
| \\ | \\ | ||
| + | |||
| ==== Example: ==== | ==== Example: ==== | ||