DA Logo on top

Reseller Logo should be the major feature that most resellers want and this feature available in most commercial controlpanel in the top line business.

Surprise that DA not put this feature in!

Just make a skelleton folder on each reseller home (should auto create and put a default logo when create reseller) and link to that image from skins.

Problem is now DA has no Variavle to retrive reseller username when login as user level. |USERNAME| will show user's not reseller.

Just make |RESNAME| to return reseller's login name of the user logged in.
Admin and Reseller could return his/her username.

Then we can use this in skin
eg <img src="http(s)://|HOST_IP|/~|RESNAME|/skels/logo.jpg>

for the time being Reseller must download the skins to modify and import into cp.
and they have to update his/her skin if new DA version comeout and have some change with skin

eg. 1.26.6 > 1.27.0
files_user.conf
CMD_BANDWIDTH_BREAKDOWN=user/bandwidth_breakdown.html
new file
/users/bandwidth_breakdown.html
and also in all lang files

Regards.
 
OOPS, where public_html go???

/home/username/public_html link to the latest created domain

/home/username/domains/domain1.com/public_html
/home/username/domains/domain2.com/public_html
/home/username/domains/domain3.com/public_html
/home/username/domains/domain4.com/public_html

:eek:
 
Any news on this at all?

We want to offer reseller but difficult to compete with other reseller providers whose control panels allow rebranding.

Would be nice to have a vanilla skin with colour scheme options and upload logo option with custom help url (as already suggested).

I am interested to know how other Admins currently manage resellers without this option?

Cheers
 
I have to chime in again. This is a very useful feature which should not be oo difficult to deploy.
 
Try the following:
Code:
cd /usr/local/directadmin/data/skins/enhanced/images
wget -O myheader.gif http://www.a1websolutions.com/newDA/DA_files/IMG_SKIN_HEADER.gif
cd ..
echo "IMG_SKIN_HEADER=images/myheader.gif" >> files_custom.conf
The files_custom.conf is checked first, so basically you override the files_user.conf. This will also be safe for DA updates, as the files_custom.conf is not in any of the skins.. so the skins can still be updated around your changes, without them being affected.

John
 
Try the following:
Code:
cd /usr/local/directadmin/data/skins/enhanced/images
wget -O myheader.gif http://www.a1websolutions.com/newDA/DA_files/IMG_SKIN_HEADER.gif
cd ..
echo "IMG_SKIN_HEADER=images/myheader.gif" >> files_custom.conf
The files_custom.conf is checked first, so basically you override the files_user.conf. This will also be safe for DA updates, as the files_custom.conf is not in any of the skins.. so the skins can still be updated around your changes, without them being affected.

John

John:

I love you as much as a man can love another man without being gay!

Merci beaucoup.
 
Last edited:
Two exceptions, while we're at it, John ???
One for the logo.
And one for a help link?
Jeff

Good Idea Jeff...being able to brand the look with the logo and have the ability to point to a custom help system would be great.

Look forward to seeing it happen.
 
Good Idea Jeff...being able to brand the look with the logo and have the ability to point to a custom help system would be great.
Hey, Thom... my post is three years old and it's been addressed :) .

Jeff
 
Back
Top