Logo
From Wikanual
Contents |
Changing your logo file
Changing the logo file requires these steps:
Enable logo
In order to be able to set a file as a logo the configuration needs to be enabled for it. You can do this for a segment (usually is already on) a look or a login:
Click on the (+) in front of the enable logo file configuration right after the colors Check the check box Update
Upload Image file
Upload the your image file into any folder you like. Any resolution will work. Files should be PNG, JPEG or GIF. Alpha channels work best with PNG files.
Edit
Go to the
edit file screen for the image you just uploaded.
Copy Image to be used as logo
On the edit file screen click on the:
copy this image to be used as a logo screen.
function.
Select
Pick if you like to have your logo to be used on the segment or look or login that you have enabled in the first step.
Done
The logo will now be used on all pages where it is referenced.
Logo sizes
resized into box
The keyword IDXHTML_BOXLOGO999x999_ will call a resized logo that will fit in a box of 999 by 999 pixels. Logos are not squeezed. They aspect ratio will be kept in touch.
original size
The keyworkd IDXHTML_LOGO will use the logo in its original resolution.
size by configuration
The size of the logo can also be controlled via the logo resize configuration. This can be set to either
999x999 for a 999x999 (of course 999 is ONLY an example. All positive numbers work
or
source - to use the original resolution of the file
then this setting will override the size of IDXHTML_LOGO and IDXHTML_BOXLOGO999x999_. Should the configuration be anything else then it will be ignored.
optional code
If looks still should work if there no logo file set you can make rendering a line optional: All HTML in a line between IDXIFlogo_ and IDXENDIF will only be rendered in the client interface if a logo has been defined.