I was wondering how I could have the main tree on the left side expanded on default. Also I would like to remove some of the buttons on the page such as the ones to add or remove files to the database.
Thanks in advance for the help.
I was wondering how I could have the main tree on the left side expanded on default. Also I would like to remove some of the buttons on the page such as the ones to add or remove files to the database.
Thanks in advance for the help.
Comments
Comment #1
nhck commentedComment #2
mdallmeyer commentedThere's a (small) discussion of this here, the solution is in webfm.js to change the line
this.expAllIndex = 1;to
this.expAllIndex = 0;and then clear your caches.
As a side note, is there a way to make only the first level expanded, as in not every single subdirectory too?