FORUMS CLOSED DUE TO SPAM. YOU STILL CAN ADD POST!

File Manager - show folders before files

Feed 4 posts, 1 voices

Avatar
0 posts

It bothered me that the folders were not above files in the file manager. Instead, they were all shown together alphabetically.

I added the following single line of code in FileManagerController.php:

$file = ‘\’.$file;

This should be line 371. It causes folders to be displayed above files. I’ve tested it and see no problems.