any idea how to make a new level

Nizar

Verified User
Joined
Jul 29, 2005
Messages
6
any idea how to make a new level like the user, reseller, admin level ?

i know how to set it in the right menu, but i have no idea of how to set it's Tokens, the index page of it and more..

please help me.
 
DirectAdmin is a statically-compiled C++ program; you can't just add a feature.

You can create your own skins, and they can offer access to both DirectAdmin functions and functions you add yourself.

Jeff
 
jlasman said:
DirectAdmin is a statically-compiled C++ program; you can't just add a feature.

You can create your own skins, and they can offer access to both DirectAdmin functions and functions you add yourself.

Jeff

yea thanks, but i mean. i want to add new somthing in the menu "mini reseller", i add it in the skin right?
 
Yes, you add it in the skin.

But there's no functionality in DA for it, so the skin has to have a button, or a link, or something, to code you write.

Jeff
 
aha thanks again :p
and where should i link it in order to display an index with "list users", "add user", "add package" etc.. ?
<a href="html_minire">Mini Reseller Level</a>
and to make in the skin
|html_minire|
code here
|html_minire|

??
 
That is what Jeff was talking about Nizar.
There is no functionality in DirectAdmin for that kind of modification.
You can't create tokens that will do what you want. (at least not yet)

You'll need to place your own written code in those files, like php, which would have to collect and display the information as you wanted.
 
Back
Top