Title: No student list
Last modified: August 22, 2016

---

# No student list

 *  Resolved [amirpouya](https://wordpress.org/support/users/amirpouya/)
 * (@amirpouya)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/no-student-list/)
 * Hi Aori,
 * Recently I entered my admin panel to insert a new grade list, but it seems the
   plugin dose not show any students lists when I click on both new and previous
   courses.
    I think the problem might have happened since I updated my WP to 4.0.1
   Could you help me please?
 * Thank you,
    Amirpouya.
 * [https://wordpress.org/plugins/an-gradebook/](https://wordpress.org/plugins/an-gradebook/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [Aori Nevo](https://wordpress.org/support/users/anevo/)
 * (@anevo)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/no-student-list/#post-5525404)
 * Hi amirpouya,
 * See if you get the same behavior on Google Chrome. If so, open up Javascript 
   Tools in Chrome under the View -> Developer -> Javascript Tools and navigate 
   to the gradebook page. Click on existing and old courses and let me know what
   gets logged in the console.
 * Regards,
 * Aori Nevo
 *  Thread Starter [amirpouya](https://wordpress.org/support/users/amirpouya/)
 * (@amirpouya)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/no-student-list/#post-5525410)
 * Here’s some information that may help:
    – finally when I reinstalled the plugin,
   I could access and manage the tables only through Chrome. Tables do not show 
   up in IE and Firefox. I don’t really understand what the reason is! – one other
   bug I found, You’ve said that for new students, the first letter of their first
   name will be used and so on, but in mine it used to use the second letter! finally
   it seems to be OK for me by changing the “[‘firstname’][1]” to “[‘firstname’][
   0]”!
 * at the end let me say thanks again for the useful plugin and support.
 * Amirpouya
 *  Plugin Author [Aori Nevo](https://wordpress.org/support/users/anevo/)
 * (@anevo)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/no-student-list/#post-5525450)
 * Hi amirpouya,
 * I will upgrade the plugin so that it supports firefox. What needs to change is
   a line in the StudentView.js file. In particular, the line
    x.sort(‘order’) needs
   to be replaced with x = _.sortBy(x,function(model){ return model.get(‘order’);});
 * Regards,
 * Aori Nevo
 *  Plugin Author [Aori Nevo](https://wordpress.org/support/users/anevo/)
 * (@anevo)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/no-student-list/#post-5525498)
 * Hi amirpouya,
 * This bug was fixed in Version 2.9.
 * Regards,
 * Aori Nevo
 *  Plugin Author [Aori Nevo](https://wordpress.org/support/users/anevo/)
 * (@anevo)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/no-student-list/#post-5525527)
 * Hi amirpouya,
 * Thank you for reporting the login name bug. You are correct,
 *     ```
       'user_login' => strtolower($params['firstname'][1].$params['lastname']),
       ```
   
 * needs to be
 *     ```
       'user_login' => strtolower($params['firstname'][0].$params['lastname']),
       ```
   
 * Thanks again,
 * Aori Nevo

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘No student list’ is closed to new replies.

 * ![](https://ps.w.org/an-gradebook/assets/icon.svg?rev=3467047)
 * [GradeBook](https://wordpress.org/plugins/an-gradebook/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/an-gradebook/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/an-gradebook/)
 * [Active Topics](https://wordpress.org/support/plugin/an-gradebook/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/an-gradebook/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/an-gradebook/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Aori Nevo](https://wordpress.org/support/users/anevo/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/no-student-list/#post-5525527)
 * Status: resolved