Rather than displaying the User Name in the Owner column and other areas of the admin panel. What would I add to the following to display both firstname & lastname in the Owner column of the pages section etc...
$columns['owner'] = $users[$one->Owner()]->firstname;
I'm learning PHP (slowly) and I know I'm only a ' or , away from adding lastname...
Help please...
