Change the iTop Homepage
Prerequisite: You must be familiar with the Syntax used in Tutorials and have already created an extension.
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: 2024/09/10 10:25 by 127.0.0.1