The BSD license is a very liberal OpenSource License, much more liberal then e.g. GPL. The BSD License does not forbid that you make your own theme for ISPConfig. You can find the BSD License text in almost all code files from ispconfig. Here is a copy: Code: Copyright (c) 2007 - 2014, Till Brehm, ISPConfig UG All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of ISPConfig nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
You may edit the code or extend the code, thats absolutely fine. Just ensure that you dont remove the copyright as stated by BSD license.
Hello there! I also want to add my own logo instead of the ispconfig logo, but i dont know how. Because i can´t locate the directory of the logo: which is 'themes/default/images/header_logo.png' the same directory is shown in de database in the sys_theme table i also cant find the directory by looking for the hidden folders in the terminal of linux
This thread is outdated and refers to ispconfig 3.0 and not 3.1. In ISPConfig 3.1, the logo is now in the sys_ini database table.
thanks for the reply, this is what i found it looks like the picture file is encrypted, how can i add my own logo and where?
Do a thread search on Logo 3.1. There was a recent thread about it and how to use base64 utility to create a suitable copy of your logo by Jessie I think