I am looking for the code where i can change the folders which are displayed in the folders pane when you 'browse server'.
Right now, i only have the 'images' folder there and i'd like to add on for PDFs - but not as a sub-category folder of Images.
Any clues on that?
Right now, i only have the 'images' folder there and i'd like to add on for PDFs - but not as a sub-category folder of Images.
Any clues on that?
Re: Changing list of folders in Folder Pane
I had the same question, and i stupidly posted it instead of just waiting for somone answering yours...
I found something that worked with me. I chose the php integration, and I dont know if it ll work with anything... but it s worth trying...
Open config.php, and find the $config["ResourceType“] array.
Normally, there are three similar blocs:
You can simply modify these blocs to change the folder list. I just wanted to have a "root" directory so i deleted the last two blocs and changed the "name" param of the first array to "Root". Like this:
hope it ll help ^^