Koozali.org: home of the SME Server

Skin's to SME server

matsk

Skin's to SME server
« on: October 29, 2005, 10:33:50 PM »
I would like to ask if there is any leagal or other aspects on changing the graphical design (pictures, colors, fonts) on a SME server.


/Mats

Black

Skin's to SME server
« Reply #1 on: October 30, 2005, 06:05:31 PM »
No

I was thinking about doing that to mine but I dont know where everything is.

Offline arne

  • *****
  • 1,116
  • +0/-4
Skin's to SME server
« Reply #2 on: October 30, 2005, 09:00:56 PM »
I guess that if it is open souce ??!!

http://www.opensource.org/docs/definition.php

I guess you will have to keep the referance to the developers and copy right holders.

Now it is like this:

Mitel Networks SME Server 7.0beta5
Copyright 1999-2005 Mitel Corporation
All rights reserved.
......

Offline arne

  • *****
  • 1,116
  • +0/-4
Skin's to SME server
« Reply #3 on: October 30, 2005, 09:07:54 PM »
I belive that you can apply your own redisign while while keeping up and maintaining the copyright of the devolpers. Your redisign will eventuelly be your open souce contribution according to the rules for open sourvce softeware.  I guess it is like this.
......

Offline arne

  • *****
  • 1,116
  • +0/-4
Skin's to SME server
« Reply #4 on: October 30, 2005, 09:10:46 PM »
I believe that th sme server is made under this licence:

http://www.opensource.org/licenses/gpl-license.php

At least I have believed that for some years.
......

matsk

Skin's to SME server
« Reply #5 on: October 30, 2005, 10:00:32 PM »
Thx for the replies, it supported what I thought as well so then it's just to start on the HowTo.


arne: are you comming to the asterisk seminar (www.asterisk.no) in Oslo next week ?


/Mats

stephen

Skin's to SME server
« Reply #6 on: November 15, 2005, 05:25:04 AM »
You can look here to get a start http://no.longer.valid/phpwiki/index.php/Tweaking%20FAQs#tweakwebmail

* Webmail looks boring, can i alter some settings?

Problem: You want to customize webmail
Solution:

First off: make backups of the files you edit
To change the background color

    /home/httpd/html/horde/config/html.php

on line 11 you will see
    $css['body']['background-color'] = '<hex color code>'

Change hex color, save, test it.
Use a background image instead of just a solid plain color

    /home/httpd/html/horde/config/html.php

locate and fill in

    $css['body']['background-image'] = 'url(' . $registry->getParam('graphics', 'horde') . '/<your image>)';

The background graphic will go in your imp/graphics/ folder.

Cheers