sunhater / kcfinder

KCFinder web file manager
http://kcfinder.sunhater.com
402 stars 209 forks source link

The array types does not change display of folders. #156

Open vijaysar opened 7 years ago

vijaysar commented 7 years ago

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?

mbautista commented 7 years ago

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 :)