Menu

How To Change Welcome To ITOP?

lolipop
2014-06-29
2015-03-10
  • lolipop

    lolipop - 2014-06-29

    how to change welcome to ITOP words on the first login page ?

     
  • Pablo Sánchez

    Pablo Sánchez - 2014-07-09

    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
  • metafaniel

    metafaniel - 2015-03-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

     
  • JohnAV1989

    JohnAV1989 - 2015-03-10

    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

     
  • metafaniel

    metafaniel - 2015-03-10

    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!

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.