The standard resource browser does not provide a delete-function for uploaded images, so you need a plugin. I've looked at kfm (kfm.verens.com) and phpletter (phpletter.com) and I'm not that impressed by either of them. Are there other file-manager-plugins?
Mon, 07/02/2007 - 05:16
#1
RE: File manager plugin
> I've looked at kfm (kfm.verens.com) [...] and I'm not that impressed

pah! shocked and appalled, I am!
anyway - there's a list (not exhaustive) of other file managers here: http://kfm.verens.com/comparisons
I'm not sure if they all work as plugins for FCKeditor.
if you have the time, I'd like to know what it is about KFM which you don't like (kae@verens.com). thanks.
Kae
RE: File manager plugin
Can I choose if the search, file details and directory properties are displayed in the file manager?
Regards,
Hans
RE: File manager plugin
yes -the window size is up to you. it can be as large or small as you want.
the panels on the left are mostly optional. you can choose which to have displayed (see the $kfm_hidden_panels option in the configuration).
the left column's width is fixed at the moment, but I'm working on some code which will allow you to change its size by dragging it.
there is a bug tracker for it, if there is something that you think is essential that is missing: http://mantis.verens.com/
I'm no designer, so the "design" of the file manager is basically a case of trial and error.
The forum for KFM is here: http://kfm.verens.com/phpBB3/
RE: File manager plugin
RE: File manager plugin
It works in FCKeditor but can you use it externally to enter the image file location directly into a text field (to be inserted into a database). Ie can it do that same as the pick.js thing for FCK's file browser (https://sourceforge.net/tracker/index.p ... tid=543655)?
RE: File manager plugin
Re: File manager plugin
I found this excelent fix to add a delete funciton to the resourcebrowser, 4 easy steps to implement:
http://www.bram.us/2006/10/18/my-tinymc ... te-option/
I just skipped the "prerequisites" and went directly to the "main action".
all the "...where you'll find this:" are not exactly correct but it aint hard to figure where to add his code.
I'm using fckeditor v. 2.4.2
Thanks to Bramus
Re: File manager plugin
Hello!
I tried that code but I get the error:
DFi: Invalid XML response from connector..
when deleting a uploaded file.
I can't find out what the problem is.
Did you have the same problem or any idea how to solve?
Thank you
Re: File manager plugin
$Config['ConfigAllowedCommands'] = array('QuickUpload', 'FileUpload', 'GetFolders', 'GetFoldersAndFiles', 'CreateFolder') ;
just add function 'DeleteFile'
Like this:
$Config['ConfigAllowedCommands'] = array('QuickUpload', 'FileUpload', 'GetFolders', 'GetFoldersAndFiles', 'CreateFolder', 'DeleteFile') ;
Re: File manager plugin
Do you mean this can be implemented directly into FCKeditor (as well as to the TinyFCK package) ?
Re: File manager plugin
Hi,
I test it for FCKeditor 2.6.3
Works this for me with a little modify.
So, thanks.
But, would i know why don't add this option to original FCKeditor ?
Tnx
Nabi