PDA

View Full Version : DA Logo on top



sami
03-18-2004, 02:29 PM
How can i replace that DA logo with my company logo on top of the directadmin pages?

existenz
03-18-2004, 03:17 PM
You can edit the skins:

http://www.directadmin.com/skins.html

DirectAdmin Support
03-18-2004, 07:29 PM
Note that if you edit the default or power_user, it will be overwritten during an update. The safest route is to copy the skin and then edit your new copy.

John

nobaloney
03-18-2004, 08:08 PM
John,

Wouldn't the easiest (and probably safest as well) way be to replace the logo with one of the same dimensions but your own content?

Jeff

DirectAdmin Support
03-19-2004, 10:20 AM
Absolutely. :)

Just note that an update will overwrite it.

John

nobaloney
03-19-2004, 10:52 AM
So when you do an update you upload unchanged images?

Jeff

existenz
03-19-2004, 11:09 AM
I think he means that assuming that skins get changed their is a possibility during any update to have it overwritten. Not necessarly every update.

outpernet
03-19-2004, 11:27 AM
this is a poblem with ourresellers. To put their logo they have to download the skin (i use server wide), modify, and then upload again every 15 days (time of skin update).. to much work for theirs... a feature like ensim where a reseller can upload a logo in the corner whatever the skin is will be very very usefull...i know 3rd party skins has to support it, but i think it is worth.

nobaloney
03-19-2004, 11:51 AM
I agree...

There needs to be a way of customizing just the logo graphic.

Jeff

iTec
03-20-2004, 01:57 PM
This would be a nice feature to add in. I know a couple of my resellers really miss the ability to be able to upload their own logo and therefore "Brand" the CP with their company name.

Maybe there is a way to somehow add a option to the Admin panel Create Reseller or Reseller Packages to allow Resellers to upload a logo?

To make it a easy to do option would surely enhance this already excellent software.

DirectAdmin Support
03-23-2004, 10:47 AM
I think that was the original plan when making the software.. the idea was just never implemented. I'll see what can be done.

John

DRKT
04-27-2004, 06:23 PM
will each reseller be able to put their logo?

Kiwi_Tech
04-29-2004, 02:27 AM
Update on this? Or eta

DRKT
04-29-2004, 05:54 AM
each reseller could have its logo

no?

DirectAdmin Support
04-29-2004, 02:38 PM
Hello,

It's currently in the versions system, but I still need to get my brain around the best way to do it, as it would add an "exception" to the skins, but that is probably the only way to go about it anyway.

John

nobaloney
04-29-2004, 03:15 PM
Two exceptions, while we're at it, John ???

One for the logo.

And one for a help link?

That way each reseller could control both for his/her clients if she/he wishes.

Thanks for your consideration.

Jeff

FreeBSDGuy
12-18-2004, 01:11 PM
Originally posted by DirectAdmin Support
Hello,

It's currently in the versions system, but I still need to get my brain around the best way to do it, as it would add an "exception" to the skins, but that is probably the only way to go about it anyway.

John


Has this been implented yet or is there an ETA for this?

It is a must have feature for resellers, sales are lost because if this.

rldev
12-18-2004, 01:50 PM
Not that I have heard. Maybe try emailing support@directadmin.com. This is certainly a necessary feature.

matrixx
12-18-2004, 02:28 PM
Originally posted by rldev
Not that I have heard. Maybe try emailing support@directadmin.com. This is certainly a necessary feature.

The email address for suggestions is suggestions@directadmin.com - I'm sure they all reach them though :)

We are also very keen to see this implemented.

I would say it needs to be the whole header image (780x120 pix) rather than a small box in 1 corner.

Rob

selfwebhosting
02-21-2006, 06:30 AM
Good that I searched for this topic before being about to ask about it.

Just wonder if this has been done already. Any update on this is appreciated.

kke
05-12-2006, 03:56 AM
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.

kke
05-12-2006, 04:02 AM
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:

rldev
05-15-2006, 09:48 PM
Da,
How about getting this done?

netmotiv8
03-18-2007, 05:18 PM
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

rldev
03-18-2007, 06:07 PM
I have to chime in again. This is a very useful feature which should not be oo difficult to deploy.

gadgetsguy
06-27-2007, 03:38 PM
You can edit the skins:

http://www.directadmin.com/skins.html

I need a bit of help here please ... I would like to replace the enhanced DA header image with my own image I created

http://www.a1websolutions.com/newDA/DA_files/IMG_SKIN_HEADER.gif

but I do not know the SSH commands to import and replace the default image ..

any help would be appreciated.

DirectAdmin Support
06-27-2007, 04:04 PM
Try the following:
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.confThe 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

gadgetsguy
06-27-2007, 07:49 PM
Try the following:
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.confThe 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.

tlchost
06-28-2007, 04:16 AM
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.

DirectAdmin Support
06-28-2007, 12:23 PM
Custom help links:
http://www.directadmin.com/features.php?id=404

John

nobaloney
07-05-2007, 12:44 PM
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