|
Hi Daniel,
any comment about this? I've been creating a lot of categories and courses in order to test MDL-14478 and, with categories and courses being visible... I haven't had this problem at all. Any idea? Does it work now in your server? Ciao Hello Eloy,
I'll upgrade our site this afternoon to current moodle-weekly to check if everything is ok. regards, Daniel Hello Eloy,
I am not sure why, but this problem solved itself: The only thing I remember I changed was the sort order in mymoodle (back to 1.8-style). So I think this special problem can be closed so far. regards, Daniel Wow, that's a really strange solution (the "some days" approach).
I hate to resolve bugs without knowing the cause... grrr... but, as I've tested it here and your problems have disappeared ... I'm gong to close this as "Cannot reproduce". Feel free to reopen if necessary. Thanks, Daniel! Ciao I am having an issue that I think is related. When I view mymoodle, it shows a limited number of my courses, followed by an ellipsis (...), the symbol that means 'more' but there is no way to get more to show. For example - I have a series of courses that are sequential. In mymoodle, I can see the beginning courses, but the ones at the end of the series do not show. This makes it difficult with keeping up with grading, as I use mymoodle to tell me when assignments are awaiting attention.
None of the courses are hidden courses. All of the courses have me in the same role. Time does not alter the items that are listed in mymoodle. But the end result is that mymoodle is not helpful when you have a large number of courses to monitor. I hope you do not close the problem! Hi Mary,
if I'm not wrong your problem is an "on purpose" one. Number of courses showing up is limited in code (currently set to 21). So I'd suggest: 1) Edit my/index.php and around line 812, change: $courses = get_my_courses($USER->id, 'visible DESC,sortorder ASC', '*', false, 21); by: $courses = get_my_courses($USER->id, 'visible DESC,sortorder ASC', '*', false, 100); that will allow you site to show up to 100 courses in the MyMoodle page. 2) Create one new bug report in the Tracker about allowing that number (100) to be defined somewhere in the Admin interface. I think that's the correct way to allow customizations on each site. Thanks for your report. Ciao |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Thanks for report Daniel! B-)
Ciao