You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2023-11-02 21:02:56

pedrohcastr8
Member
Registered: 2023-11-02
Posts: 9

Custom logo and theme by entity

Is it possible to customize the GLPI logo and theme based on the user's entity ID? for example, if user X from entity 1 logs in, he should see the red logo. If you are user Y of entity 2, you should see the blue logo and theme.

Offline

#2 2023-11-03 08:43:23

zekaleka
Member
Registered: 2023-09-14
Posts: 29

Re: Custom logo and theme by entity

Hi,
I have managed to change logo but not theme. as theme is controlled by user it self.
Just open entity config page, and there is UI Customization section.
apply code:

/* LOGO */
.page .glpi-logo {
    background: url("logo_location") 0 0 no-repeat;
    height: 66px;
    width: 260px;
    background-size: auto 100%;
}

Last edited by zekaleka (2023-11-03 08:44:05)

Offline

#3 2023-11-03 15:04:11

pedrohcastr8
Member
Registered: 2023-11-02
Posts: 9

Re: Custom logo and theme by entity

Thank you. It worked fine!

Offline

Board footer

Powered by FluxBB