Suggestions for File Manager

morty71

New member
Joined
Jun 10, 2019
Messages
6
Inline Icons for file manager buttons like (File Upload)-(Delete)-...
Different colors for [Set Permissions]-[Clipboard]-[Delete]-... on hover (border, text color)
Auto syntax highlighting based on file extension
Auto-save feature for editor
The ability to compress and download folders
Removing the search bar in the file manager and editor page (or un-collapsing it using a tiny button), also removing (File Manager),(View File) H1 tag from the container, compact mode for "mainMenu-categories" (smaller icons, labels in grid mode)
More file icons based on file extension
 
For auto save in editor, you can store the file content in local storage of the browser with a setInterval in JS and with a expiry time. Upon reload, if the file name and path matches with the LS content, you can inform users about the auto saved version and whether they want to restore that or not..
 
Some changes have been applied. "Reload" is available for most of the tables in the system, not only FileManger :) Please give it a try:
Code:
cd /usr/local/directadmin/data/skins
mkdir -p evolution
cd evolution
wget -O evolution.tar.gz https://demo.directadmin.com/download/evolution.tar.gz
tar xvzf evolution.tar.gz
cd ..
chown -R diradmin:diradmin evolution
 
file manager not responding

hello,

on chrome and firefox, filemanager not respoding. sidebar folder is blur. it has been tried to reinstall but did not resolve the problem

firefox = web page is slowing down your browser. what would you like to do
chrore = not respond and then blank

regard
 
hello,

on chrome and firefox, filemanager not respoding. sidebar folder is blur. it has been tried to reinstall but did not resolve the problem

firefox = web page is slowing down your browser. what would you like to do
chrore = not respond and then blank

regard

Hi
Same here
on the latest version of skin and DA file manager not workling at all.

Thanks
 
Hi
Same here
on the latest version of skin and DA file manager not workling at all.

Thanks

Please check the answer to another post where you reported it, thank you! :)
 
Back
Top