Hi community,
I want to alternate the link of user portal logo, please check the following attachments, It will be very helpful if someone can tell the path of it.
Also, I want to alternate the portal page title (Please check the attachments), I have modify some const in dictionaries files, and it works when the language setting is English, when I change it to traditional Chinese that I added myself, it just doesn't work. I also check the file in path itop-portal, no dictionary can be modify.
To customize the logo, you'll need to write an extension to change the /itop_design/module_designs/module_design/properties/logo node.
To learn more about customizing iTop, see Customizing iTop [iTop Documentation]
Can you share the modification done in the dictionaries ?
If you change iTop core files, mind you will loose those modifications on next iTop update ! All customizations should be in an extension module to avoid this.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi community,
I want to alternate the link of user portal logo, please check the following attachments, It will be very helpful if someone can tell the path of it.
Also, I want to alternate the portal page title (Please check the attachments), I have modify some const in dictionaries files, and it works when the language setting is English, when I change it to traditional Chinese that I added myself, it just doesn't work. I also check the file in path itop-portal, no dictionary can be modify.
version of itop : 2.7.5
Any advise will be appreciated
Herman
Hello,
To customize the logo, you'll need to write an extension to change the
/itop_design/module_designs/module_design/properties/logo
node.To learn more about customizing iTop, see Customizing iTop [iTop Documentation]
Can you share the modification done in the dictionaries ?
If you change iTop core files, mind you will loose those modifications on next iTop update ! All customizations should be in an extension module to avoid this.
Dear @sarekoubeyohane,
I face same problem ..
Did you change the logo url (http://www.combodo.com/itop)? and how?
thanks,
Last edit: Maram SH 2024-09-26
Hello,
Just add following line into the in the global configuration :
'app_icon_url' => 'https://your_url',
Last edit: Boris Longevialle 2024-11-13