4 posts / 0 new
Last post
#1 Sat, 05/22/2010 - 14:30
AllanIT

Logo

Hi Guys

I have added my company logo to virtualmin by

1 Goto Virtualmin> System Settings> Module Config> User Interface Settings> Then filling in the text boxes “URL for company logo image” and “Link destination for company logo”.

NOTE: The above only puts the logo image on the left hand side of the Virtualmin/Webmin interface and no where else.

2 Then to add the logo to the login screen for Webmin/Virtualmin I have

Created a file “/etc/webmin/custom-lang” with the URL to the company logo image in it.

NOTE: The above only puts the logo image on the Webmin/Virtualmin login screen and no where else.

3 Then to add the logo to the login screen for Usermin I have

Created a file “/etc/usermin/custom-lang” with the URL to the company logo image in it.

NOTE: The above only puts the logo image on the Usermin login screen and no where else.

4 Then to add the logo the Usermin interface I have

Created a file “/home/etc/usermin/custom-lang” with the URL to the company logo image in it.

NOTE: The above is supposed to put the logo image on the Usermin interface just above the menu on the left. But this does not appear to work. There is no custom logo image for usermin except on the login screen.

So to sum up, Of the 4 possible positions the logo could appear in I can only get 3 to work. Entry number 4 does not appear to work. Any suggestions How to fix this?

Thanks in advance Allan

Wed, 11/24/2010 - 21:15
sonoracomm

Bump...

Wed, 01/23/2013 - 03:53
Elsys

/usr/libexec/usermin/left.cgi round line 12 after the last javascript print and before if($hasvirt)

print "<a target='_new' href='yoururl'><center><img alt='' src='yourimage.png'></center></a><br/>";

Put the above... it will show up just like in virtualmin notice I didn't use quotes anywhere except to enclose the print call. That's important otherwise it wont load at all. Alternatively you can \" do that before every quote except the first one and last one. And make sure your semicolon terminates the line.

Thu, 08/11/2016 - 22:24
randellwilliam

Looks like I will have the same issue, executing this configuration will be a hard time for me. Thanks, that somehow this gives me idea as I am planning to work again with virtualmin platform.

Topic locked