-
Improvement
-
Resolution: Won't Do
-
Minor
-
None
-
1.8.4, 1.9.4
-
None
-
MOODLE_18_STABLE, MOODLE_19_STABLE
Hi
In MyMoodle home page, only 21 courses can appear.
But the number of courses that one student can choose is very higher.
So can we
- change this number to 50, for example, or better
- set it to the coursesperpage parameter (administration -> Front Page -> Front Page Settings), or best
- create a new parameter, accessible from administration -> Appearence -> My Moodle
Waiting for this change, i modify $HOME/moodle/my/index.php
$courses = get_my_courses($USER->id, null, '*', false, 51);
if (count($courses) > 50) {
Thanks
Laurent
- has been marked as being related by
-
MDL-19089 Ellipses incorrectly displayed for My Moodle page
-
- Closed
-
- is duplicated by
-
MDL-9834 MyMoodle has been truncated
-
- Closed
-
-
MDL-12278 Make hard-coded numbers configurable variables
-
- Closed
-
- will be (partly) resolved by
-
MDL-20472 get_my_courses does not properly obey the limit parameter
-
- Closed
-