Within editor/filemanager when I View the Resource Type, there is one Resource Type (image) (left side), and no way to view the folders within the userfiles. For example there are 5 different folders within userfiles that we want to be able to view and clients can upload to those different folders. I think it has to do something with editor/filemanager/browser/default and the asps or xmls associated with this feature, but have no idea how or where to do this.
I do see that we can Create New folders, but really don't think we should have to create new folders, when their are already folders within userfiles (which we have in the root).
I also want to know how to expand the left menu, so that "Image" is not the only option. Do I need to change something within: editor\filemanager\browser\default\frmresourcetype.htm? :
{
for ( var i = 0 ; i < aTypes.length ; i++ )
{
if ( oConnector.ShowAllTypes || aTypes[i][0] == oConnector.ResourceType )
AddSelectOption( document.getElementById('cmbType'), aTypes[i][1], aTypes[i][0] ) ;
}
}
If not, then where and how?
Thanks in advance
I do see that we can Create New folders, but really don't think we should have to create new folders, when their are already folders within userfiles (which we have in the root).
I also want to know how to expand the left menu, so that "Image" is not the only option. Do I need to change something within: editor\filemanager\browser\default\frmresourcetype.htm? :
{
for ( var i = 0 ; i < aTypes.length ; i++ )
{
if ( oConnector.ShowAllTypes || aTypes[i][0] == oConnector.ResourceType )
AddSelectOption( document.getElementById('cmbType'), aTypes[i][1], aTypes[i][0] ) ;
}
}
If not, then where and how?
Thanks in advance