Hello,
I'd like to change the file brownser for images, and files.
It has already be done in the previous version of FCK, but by someone else :S .
I can't find where is called "fck_images.html" (I want to change it to fck_images.php, the file used in the old version). I'll also change fck_flash and fck_link...
Thank you
Fri, 02/10/2006 - 07:21
#1
RE: change the file browser
RE: change the file browser
Hmm what is it exactly you're trying to do?
The files you are looking for are dialog files, located in the dialog directory 'editor/dialog' (but it is fck_image.html instead of fck_images.html).
But if you want to add or change functionality of the file browser, you should check the filebrowser ('editor/filemanager/browser')
There is a filebrowser available that allows you to save and open files right off of the web server that FCKeditor is running from. (only available for PHP) You can find it's forum thread here: http://sourceforge.net/forum/message.php?msg_id=3432602 and its project page here: http://sourceforge.net/project/showfile ... _id=153656
RE: change the file browser
The other more painful option is to use a tool like FSRU (File Substring Replacement Utility) or similar to do a search for files containing the string fck_image.html.
You will find that there are a couple of javascript files that contain the links to this file.
You will replace the file references with references to your own image edit file.