Sidebar

Using iTop

Creating your iTop

iTop Customization

"How to" examples
DataModel

User Interface

Automation & Ticket management

Portal Customization

Change the iTop Homepage

Prerequisite: You must be familiar with the Syntax used in Tutorials and have already created an extension.

learning:
Change the iTop Homepage
level:
Beginner
domains:
XML
min version:
2.3.0

With a simple XML iTop extension, you can redefine the homepage used on iTop Console, to any other iTop page.

itop_design
  <portals>
    <portal id="backoffice">
      <url _delta="redefine">pages/somepage.php</url>
    </portal>
  </portals>

Another approach without extension would be to use this config parameter portal_dispatch_urls. More details when I would have tested it my-self FIXME

Limitations: This change applies to all users, it cannot be customized by Profil nor by Users.
  • backoffice is the name of the console. The console is seen as any other portals in iTop.
  • This mechanism applies to any itop portal, you just need to know its ID, for itop user portal its itop-portal
latest/customization/homepage.txt ยท Last modified: 2023/07/21 10:19 (external edit)
Back to top
Contact us