I am trying modify the User portal tab title (i mean the HTML head title), I have modify the dictionary file in dictionaries/2.x/itop-portal-base/, DefaultTitle in my language and run the toolkit to compile,
but nothing change how many time I compile nothing change.
any though?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This title is the default one, it is used only if the current page does not specify a title. By default, only the home page uses it.
The dict entry to change is Page:DefaultTitle and it is located in itop-portal, not itop-portal-base. But I strongly suggest you to do this through an extension and not directly in the sources or you will loose your changes on the next upgrade.
Cheers,
Guillaume
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Indeed Page:DefaultTitle is defined in itop-portal-base
But as said Guillaume, DO NOT MODIFY the file : create an extension module instead !
Modifying iTop files directly means you won't be able to update anymore...
👍
1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I am trying modify the User portal tab title (i mean the HTML head title), I have modify the dictionary file in dictionaries/2.x/itop-portal-base/, DefaultTitle in my language and run the toolkit to compile,
but nothing change how many time I compile nothing change.
any though?
Hello Herman,
Can you share a screenshot of what you would like to change?
Cheers,
Guillaume
Here is the screenshot, the text I highlighted is what I want to change.
thanks for reply.
Herman
This title is the default one, it is used only if the current page does not specify a title. By default, only the home page uses it.
The dict entry to change is Page:DefaultTitle and it is located in itop-portal, not itop-portal-base. But I strongly suggest you to do this through an extension and not directly in the sources or you will loose your changes on the next upgrade.
Cheers,
Guillaume
I couldn't found any dict in itop-portal,

Indeed Page:DefaultTitle is defined in itop-portal-base
But as said Guillaume, DO NOT MODIFY the file : create an extension module instead !
Modifying iTop files directly means you won't be able to update anymore...