Page 1 of 1

how to change <Assigned To> ?

Posted: 03 Jul 2007, 02:03
by mantis_china
In the <Assigned To> ,display the regist name ,not the true name. so , I can't easy to find some one.
Can you tell me how to change the display,let it display true name. thank you !

I'm sorry ,my english is poor! :cry:

Posted: 03 Jul 2007, 06:36
by deboutv
Add this in your config_inc.php file :

Code: Select all

$g_show_realname = ON;

Posted: 03 Jul 2007, 06:50
by mantis_china
thank you!