Some Direct Admin Suggestions ...

TheKiller

Verified User
Joined
Sep 10, 2009
Messages
39
Location
Romania
Hello ...
i would like to suggest the fallowing ...


-------------
1.
ADD The Filename of the File u want to delete:

When deleting a filename it open a Window with this messsage
"Are you sure you want to delete these files?"

it would be cool if it could make the difference if theres only one file that is deleted and ask you like this:

For a single File:
Are You Sure You Want To Delete <FOLDERNAME>

For Multiple Files:
Are You Sure You Want To Delete All This Files

And also.... when moving a file from a folder to another it asks you :
Do you want to overwrite any existing files?

it will be awesome if it displays that message only if there is the file already ...
if there isnt a file with the same file you are moving there it should not apear...

-----------------
2.
make it possible to Extract .rar .7z .GZ Files and other archive types i cant think now

or PHP Only allows you to un archive .zip files? :-s
-----------------
3.
When Selecting a domain from the main page to tie it to the public_html Folder with the red arrow
on so you wont go to the domains folder and select it
-----------------
4.
add a bit of CSS And make set the navigation buttons as background images so you wont be able to hightlight the image or right click and view it

like this :

<div class="home"><a title="Home" href="/"> </a></div>

<style type="text/css">
<!--
.home {
background-image:url("http://www.directadmin.com:2222/IMG_SKIN_NAV_HOME_OVER");
background-repeat: no-repeat;
width:80;
height:70
}-->
</style>


-----------------
5.
when going to the backup page to create a backup all the fields are selected for backup ...
would be cool if they wont be selected and just have a link called mark all
-----------------
 
4.
add a bit of CSS And make set the navigation buttons as background images so you wont be able to hightlight the image or right click and view it

like this :

<div class="home"><a title="Home" href="/"> </a></div>

<style type="text/css">
<!--
.home {
background-image:url("http://www.directadmin.com:2222/IMG_SKIN_NAV_HOME_OVER");
background-repeat: no-repeat;
width:80;
height:70
}-->
</style>

What is the purpose of this? You can already adjust the look and feel of your template.

I like the filemanager suggestions ...
 
What is the purpose of this? You can already adjust the look and feel of your template.

I like the filemanager suggestions ...

you can ... i cannot i dont own Direct Admin i only use it from my host...:(
but i think it will look better if its released that way anyway they may dismiss that .. :)
glad you liked that.. :D
 
i would Have one more suggestion...
it would be great if you could add numbers on each line from a file ...
and even greater if you could add colors on the PHP And HTML Scripts :rolleyes:
 
i would Have one more suggestion...
it would be great if you could add numbers on each line from a file ...
and even greater if you could add colors on the PHP And HTML Scripts :rolleyes:

I think you're talking about the editor here.

There's a great project that I've used in some of my applications:

EditArea

It does syntax highlighting and line numbers.
 
yes thats what i meant
i just meant in adding it on the file editor

i am using Notepad++ For editing my files usually
 
Back
Top