First starting with moodle I had a little trouble with usernames.
I thought it would be helpful to show username on admin user panel.
ie
replace
$table->head = array ($fullnamedisplay, $email, $city, $country, $lastaccess, "", "", "");
with
$table->head = array ("",$fullnamedisplay, $email, $city, $country, $lastaccess, "", "", "");
and
replace
$table->data[] = array ("id&course=$site->id\">$fullname",
with
$table->data[] = array ( $user->username ,
"id&course=$site->id\">$fullname",
I look forward to your comments.
DGerman
Hi Dennis,
What file do I edit to get this working? I am using 1.9.2
Thanks
Karen
What file do I edit to get this working? I am using 1.9.2
Thanks
Karen
Dennis,
I found your issue in tracker...http://tracker.moodle.org/browse/MDL-16708
I have no idea what I just did... but it works! 1.9.2
Thanks!!!!!!!
I found your issue in tracker...http://tracker.moodle.org/browse/MDL-16708
I have no idea what I just did... but it works! 1.9.2
Thanks!!!!!!!