Filemanager i FCKeditoren?
Jeg har igang med med at prøve FKCeditoren lidt af og jeg kan ikke få filemanageren til at virke. Jeg har fået sat mit image icon ind i editoren men kan ikke få den til at uploade et billede.Der er nogle instillinger i config.php filen og jeg ved ikke om det kan være problemet.
Her er hvad jeg har sat.
// SECURITY: You must explicitelly enable this "uploader".
$Config['Enabled'] = TRUE ;
// Set if the file type must be considere in the target path.
// Ex: /userfiles/image/ or /userfiles/file/
$Config['UseFileType'] = '/images/' ;
// Path to uploaded files relative to the document root.
$Config['UserFilesPath'] = '' ;
// Fill the following value it you prefer to specify the absolute path for the
// user files directory. Usefull if you are using a virtual directory, symbolic
// link or alias. Examples: 'C:\\MySite\\userfiles\\' or '/root/mysite/userfiles/'.
// Attention: The above 'UserFilesPath' must point to the same directory.
$Config['UserFilesAbsolutePath'] = '' ;
// Due to security issues with Apache modules, it is reccomended to leave the
// following setting enabled.
$Config['ForceSingleExtension'] = true ;
