You are not logged in.
Pages: 1
Hello!
I m looking for help.
Can i change the logo on login screen and in GLPI.
Just want to add university logo after the GLPI acronym.
Tried to change files in pics folder: fd_logo, login_logo_glpi, logo-glpi-login and change the styles.css but nothing works.
Thanks.
Offline
You need to change "GLPI_ROOT\pics\login_logo_glpi.png", don't forget to clear your browser cache.
Debian Stretch + nginx 1.10.3 + php7.0-fpm
GLPI v9.3.1 + Reports, Behaviors, Forms
Offline
Same problem for me.
I changed the 3 files fd_logo, login_logo_glpi and logo-glpi-login.
Logo login is correct but fd_logo is always the old...
Offline
Sorry, that's OK...
I use the theme named "BlackGLPI", so I need to change the file /plugins/themes/img/***.png.
Offline
why dont you add your logo in setup> general> tab :general setup text on login screen :
upload your file to glpi/pics/
<table><tr><td><img src="./pics/MyLogo.png" alt="MyLogo" style="width:100px;height:228px;"></td><td>
<h1>Welcome to My University.</h1></td></tr></table>
Trouver la panne avant de réparer...
GLPI10.0.16 (ubuntu 22.04 PHP8.1 Mariadb10.6 ) plugins : comportements 2.7.3 reports 1.16.0 formcreator 2.13.9, datainjection 2.13.5 fields 1.21.9
Offline
Not available on version 0.84, I think.
Offline
why dont you add your logo in setup> general> tab :general setup text on login screen :
upload your file to glpi/pics/<table><tr><td><img src="./pics/MyLogo.png" alt="MyLogo" style="width:100px;height:228px;"></td><td>
<h1>Welcome to My University.</h1></td></tr></table>
Hello,
Can you give the complet path of glpi/pics please ?
Thank you.
Student in computer science (system, network and database), at the IPI school in Toulouse
GLPI: 9.5.6, FusionInventory: 9.5+3.0, Apache2 2.4.41-4ubuntu3.10
Ubuntu 20.04.3 LTS
Offline
I answer my own question:
/var/www/html/glpi/pics
Student in computer science (system, network and database), at the IPI school in Toulouse
GLPI: 9.5.6, FusionInventory: 9.5+3.0, Apache2 2.4.41-4ubuntu3.10
Ubuntu 20.04.3 LTS
Offline
To change the GLPI logo on the login page, just open the "index.php" file and search for ".$CFG_GLPI['root_doc']". Change the image in the pics folder and if necessary use height and width to adjust the image.
Offline
Pages: 1