Hi,
I would like to know if it is possible to have CKFinder to show more than one resource type at once, other than showing all resource types.
If call it that way everything is shown :
that way only images :
What I would like is something more like this :
I would like to use this feature to have difference access control over different folders that may contain the same types of files (Common images folder for all users (locked, cannot modify), and personnal images folder different for each user (upload modify etc.))
Someone has an idea ?
I would like to know if it is possible to have CKFinder to show more than one resource type at once, other than showing all resource types.
If call it that way everything is shown :
CKFinder.create( { basePath : '../../' } );
that way only images :
CKFinder.create( { basePath : '../../', resourceType : 'Images' } );
What I would like is something more like this :
CKFinder.create( { basePath : '../../', resourceType : 'Images,MyCustomResourceType' } );
I would like to use this feature to have difference access control over different folders that may contain the same types of files (Common images folder for all users (locked, cannot modify), and personnal images folder different for each user (upload modify etc.))
Someone has an idea ?