You are not logged in.
Pages: 1
Hello,
please be advised we have installed glpi 10 in our envirenement in order to ensure the availibilty of data,is there a way to backup the computers,printers users ... all items
02_ i want to set texte in the top of the welcome page and a logo to full of the page
03_ how can i access through https.
Offline
you can backup using mysqldump command.
you can set message on the login page : setup>general> general setup (tab)> Text in the login box (HTML tags supported)
ie :
<table><tr><td><img src="./pics/mylogo.png" alt="logo for my company" style="width:100px;height:228px;"></td><td>
<h1 style='color:#FFAD33'>welcome to your helpdeskportal</h1>
Je me connecte en utilisant mes identifiants et mot de passe d'ouverture de session Windows.
<a href="myserver/path/to/doc/helpme.htm" target="_blank" style='color:#FFAD33'>help me.<i class="fa-solid fa-question"></i>
</a>
</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
Online
Ad 03 - See Apache documentation for configure it in HTTPS
--
GLPI 10.0.17
GLPI-Inventory 1.4.0
Ubuntu Server 20.04 LTS
Offline
Hi Thanks all for the quick replies
tell me please HELPER when i made the code that u sent me i got the logo and welcome page in the leg of the page i want that the logo be in the background and the txt welcome on the top is it possible ?
and send me please the path of help me page. to put it in the code language
Offline
There is also a trivial solution - add graphics with text
--
GLPI 10.0.17
GLPI-Inventory 1.4.0
Ubuntu Server 20.04 LTS
Offline
and send me please the path of help me page. to put it in the code language
the path is on my server, I wrote a user guide, with my company rules, graphics, and so on.
tht's why I can't share it
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
Online
That is Ok Ladenree thanks for your assists
Offline
WebGreg can you please share un example to apply it
Offline
my problem does not solved yet can anyone help please
Offline
WebGreg can you please share un example to apply it
? :-D
Sure...
Only Logo
Logo with text:
Last edited by WebGreg (2022-12-02 12:44:22)
--
GLPI 10.0.17
GLPI-Inventory 1.4.0
Ubuntu Server 20.04 LTS
Offline
WebGreg can u share please the code source inorder to have a big LOGO in welcome page
<table><tr><td><img src="./pics/mylogo.png" alt="logo for my company" style="width:100px;height:228px;"></td><td>
<h1 style='color:#FFAD33'>welcome to your helpdeskportal</h1>
Je me connecte en utilisant mes identifiants et mot de passe d'ouverture de session Windows.
<a href="myserver/path/to/doc/helpme.htm" target="_blank" style='color:#FFAD33'>help me.<i class="fa-solid fa-question"></i>
</a>
</td></tr></table>
Offline
Hi. Sorry - in my environment, I only replace the log file (glpi/pics/logos).
If you insist on a different solution, it is no of GLPI solution, but of html, css, php - use Google. Maybe this is enough for you.
--
GLPI 10.0.17
GLPI-Inventory 1.4.0
Ubuntu Server 20.04 LTS
Offline
Pages: 1