In iTop 2.1.0 if I change those variables for the desired text, I can't read my text in the login by just saving the changes to this file. What else is needed to apply the changes? THANKS
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
how to change welcome to ITOP words on the first login page ?
If you execute the next commands:
cd {path-itop}
find . -type f | xargs grep "Welcome to iTop"
you get the following variables:
./dictionaries/dictionary.itop.ui.php: 'Menu:WelcomeMenu+' => 'Welcome to iTop',
./dictionaries/dictionary.itop.ui.php: 'Menu:WelcomeMenuPage+' => 'Welcome to iTop',
./dictionaries/dictionary.itop.ui.php: 'UI:WelcomeMenu:Title' => 'Welcome to iTop',
./dictionaries/dictionary.itop.ui.php: 'UI:Login:Welcome' => 'Welcome to iTop!' ,
./dictionaries/dictionary.itop.ui.php: 'UI:WelcomeToITop' => 'Welcome to iTop',
Last edit: Pablo Sánchez 2014-07-09
In iTop 2.1.0 if I change those variables for the desired text, I can't read my text in the login by just saving the changes to this file. What else is needed to apply the changes? THANKS
You may have to install the toolkit in order to update the code. Documentation is here: https://wiki.openitop.org/doku.php?id=customization:start
I had it already installed, but I didn't opened the URL. That fixed my problem and now the texts have changed! Thanks for the advice!