1
demented
Real Names istead of user names in....
  • 2008/12/12 20:30

  • demented

  • Just popping in

  • Posts: 40

  • Since: 2008/3/24


Is there a way to have the real names of users sow up in the newuser block instead of usernames ???

2
Anonymous
Re: Real Names istead of user names in....
  • 2008/12/12 21:20

  • Anonymous

  • Posts: 0

  • Since: 0


Edit modules/system/blocks/system_blocks.php and search for:

$block['users'][$i]['name'] = $newmembers[$i]->getVar('uname');

replace uname with name


3
demented
Re: Real Names istead of user names in....
  • 2008/12/14 7:15

  • demented

  • Just popping in

  • Posts: 40

  • Since: 2008/3/24


Thank you