Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

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

Open
vijaysar opened this issue Mar 23, 2017 · 1 comment
Open

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

vijaysar opened this issue Mar 23, 2017 · 1 comment

Comments

@vijaysar
Copy link

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
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants