Sidebar

Combodo

iTop Extensions

Login with logo inside

m( m( m( Combodo's customers only 8-) 8-) 8-)

name:
Company logo inside Login screen
description:
The iTop logo or company logo is integrated into the login and logoff box
version:
1.0.1
release:
2024-08-01
itop-version-min:
3.1.x
code:
combodo-alternative-logo-placement
state:
stable
php-version-max:
PHP 8.3

This extension allows to integrate the itop logo or company logo into the login and logoff box.

Features

Integrate the iTop logo or company logo into the login box and logoff box.

Before After
Login 3.0 screen Alternate login 3.0 screen

Revision History

Version Release Date Comments
1.0.1 2024-08-01 Limit logo max height and add bottom margin
1.0.0 2021-12-07 First version

Limitations

No limitations.

Requirements

Requires iTop 2.7.0 or above

Installation

Use the Standard installation process for this extension.

Configuration

Parameter Meaning Default
disable To display the logo into the box login or out of the box, supported values are false and true false

There are 2 ways to configure the module settings:

  • Through the iTop configuration file: Will only
  • Through the XML datamodel via the ITSM Designer or an extension

Method 1: Configuration through the iTop configuration file

Pros:

  • Can be done easily as you just need to edit the configuration in your iTop instance

Cons:

  • Only applies to that particular iTop instance. If you are running several iTop frontals or environments, you will need to duplicate the configuration on each instances you want the chat to be enabled.

Open the file 'config-itop.php', add the section combodo-login-alternative-logo-placement in the section $MyModuleSettings, and modify parameters in function where are store your image file. It should looks as shown below:

config-itop.php
'combodo-login-alternative-logo-placement' => array (
        'enable' => true,
),

Method 2: Configuration through the XML datamodel

Pros:

  • Configuration will apply to all instances using this datamodel:
    • If done in the ITSM Designer: All instances of the concerned license
    • If done in an extension: All instances using the extension
  • Can still be overloaded locally with method #1

Cons:

  • When using the ITSM Designer: Need Combodo's assistance to configure the module parameters
  • When using an extension: Need to be familiar with iTop extension development

Use the following XML as a bootstrap:

<?xml version="1.0" encoding="UTF-8"?>
<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.6">
        <module_parameters>
                <parameters id="combodo-login-alternative-logo-placement" _delta="force">
                        <enable type="bool">true</disable>
                </parameters>
        </module_parameters>
</itop_design>
extensions/combodo-login-alternative-logo-placement.txt ยท Last modified: 2024/08/28 10:55 (external edit)
Back to top
Contact us