How to show username along with first name & last name in attendance

How to show username along with first name & last name in attendance

by Cyber Walker -
Number of replies: 4

Hey there,


I would like to show the username of the users along with their first name and last name as our username is a roll no of the students.

Currently its only showing the First name & Last name.


Thanks 

Cyberwalk3r


Average of ratings: -
In reply to Cyber Walker

Re: How to show username along with first name & last name in attendance

by Joseph Baxter -

You will need to make changes to locallib.php to return the username along with the first and last name. You will also need to make changes to renderer.php to display the username. If you search for 'firstname' in the code you should see where it is used.

Average of ratings: Useful (2)
In reply to Joseph Baxter

Re: How to show username along with first name & last name in attendance

by Cyber Walker -

Hey Joseph,

Thanks for the quick reply. Made some changes and now im able to display the usernames in the table. But the table rendered is somewhat not proper. And one more thing can u tell me how can i make the Username header as sortable.


Fiddled with code. But no success.


Thanks,

Cyberwalker


In reply to Cyber Walker

Re: How to show username along with first name & last name in attendance

by IT ADIT -

Hey can you tell me how did you manage to display userid or idnumber with the name while taking attendance?