You are not logged in.
Current when I login, it says: Welcome Gates Bill, this is the central console
Is there a setting to change it to: Welcome Bill Gates, this is the central console
Offline
To modify name format you only need to change the formatUserName function in db.function.php file.
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
Thanks for that... the file is located at ./glpi/inc/db.function.php
On line 736 change
function formatUserName($ID,$login,$realname,$firstname,$link=0,$cut=0){
to
function formatUserName($ID,$login,$firstname,$realname,$link=0,$cut=0){
Offline
Flawless! Thanks!
Offline