kcfinder
kcfinder copied to clipboard
The array types does not change display of folders.
I have updated my config to include multiple folders in the 'types' part of the config.php - However none of these folders are automatically created or displayed except the first in the array
'types' => array(
// (F)CKEditor types
'files' => "",
'books' => "epub",
)
Can you tell me what I am doing wrong here?
Hello, I have the same problem, I would like to display one folder per user + one common folder :
'types' => array(
$_SESSION['username'] => '',
'common' => '',
)
Only the first folder is displayed. I tried switching the folders, but still only the first is displayed. I also tried different values for each folder (*img, swf, etc.) , but same problem. Does anyone have a suggestion please ? Thank you :)