You are not logged in.
I have a normal user whom I would like to start off on the tracking page. Is there a way to do this?
Thanks.
Offline
not for the moment.
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
You can customize the starting page in several ways. You have to change central.php
Find this line:
commonHeader($LANG["title"][0],$_SERVER['PHP_SELF']);
Change for this line:
commonHeader($LANG["title"][10],$_SERVER['PHP_SELF'],"maintain","tracking");
The other way I did it is just by copying the content of tracking.php from "commonHeader..." to the end and pasting it in the same place, from "commonHeader..." to the end in central.php
Try and play with it, you will get the screen you want. I am using it and my fisrt screen after login is the tracking page.
Offline